【发布时间】:2017-10-11 07:05:57
【问题描述】:
我在 Archlinux 中用 Pacman 安装了 texlive。我现在想删除所有已安装的软件包,因为我发现它们太大了,一个名为 overleaf 的网站可以满足我的大部分需求。
但是texlive包含的包太多了,列举如下。
texinfo texlive-formatsextra texlive-latexextra texlive-publishers
texlive-bibtexextra texlive-games texlive-music texlive-science
texlive-bin texlive-genericextra texlive-pictures
texlive-core texlive-htmlxml texlive-plainextra
texlive-fontsextra texlive-humanities texlive-pstricks
我尝试了sudo pacman -R texinfo,并更改了不同的参数,例如-Rd、-Rsn。他们都没有通过依赖检查。
我试过sudo pacman -Rc texinfo,但它告诉我接下来的 7 个包将被删除,甚至包括 gdb!!!
drkonqi-5.9.5.1-1 gdb-7.12.1-3 gdb-common-7.12.1-3 guile-2.2.1-1
guile2.0-2.0.14-1 make-4.2.1-2 texinfo-6.3-1
那么如何很好的移除texlive家族呢?
【问题讨论】:
-
我想我已经解决了这个问题。我仍然使用命令
sudo pacman -Rc删除某些包,所有包都依赖它。对于 Texlive 问题,sudo pacman -Rc texlive-bin或sudo pacman -Rc texlive-core可以很好地移除 Texlive 工具。
标签: archlinux pacman-package-manager