我的大学刚刚封锁了 Ubuntu 存储库。那么有没有办法从 zip 之类的东西安装 texlive 包?
我需要运行这个命令,
sudo apt-get install texlive texlive-pdf texlive-latex-extra texlive-generic-extra texlive-generic-recommended
那么有人可以提供另一种方法来做同样的事情吗?
答案1
您需要选择您所在大学未列入黑名单的其他 Ubuntu 镜像。
像这里一样改变/etc/apt/sources.list
:
deb http://mirror.fcaglp.unlp.edu.ar/ubuntu/ saucy main restricted universe multiverse
deb http://mirror.fcaglp.unlp.edu.ar/ubuntu/ saucy-updates main restricted universe multiverse
deb http://mirror.fcaglp.unlp.edu.ar/ubuntu/ saucy-security main restricted universe multiverse
deb http://mirror.fcaglp.unlp.edu.ar/ubuntu/ saucy-backports main restricted universe multiverse
这里是包含大量 Ubuntu 镜像的列表。选择最适合您的镜像。
答案2
除了更改存储库(真的吗?),您还可以使用 https。只需将所有条目从 http 更改为 https:
deb https://repository.ubuntu.com saucy main # this is a made up domain
您也可以使用 ftp 或 rsync。