私の大学はUbuntuリポジトリをブロックしました。 zipのようなものからtexliveパッケージをインストールする方法はありますか?
このコマンドを実行する必要があります。
Sudo apt-get install texlive texlive-pdf texlive-latex-extra texlive-generic-extra texlive-generic-recommended
だから誰でも同じことをする別の方法を提供できます。
大学でブラックリストに載っていない別の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ミラーがたくさんあるリストです。あなたに最適なものを選択してください。
リポジトリの変更とは別に(本当に?)、代わりにhttpsを使用できます。すべてのエントリをhttpからhttpsに変更するだけです:
deb https://repository.ubuntu.com saucy main # this is a made up domain
Ftpまたはrsyncを使用することもできます。