当我查看哪些包依赖于 deprecated 时webkitgtk2
,有两个:
genesis ~# pactree -r webkitgtk2
webkitgtk2
└─pywebkitgtk
└─manjaro-welcome
manjaro-features-16.10-1
下面的额外内容从哪里来?
genesis ~# pacman -Rncs webkitgtk2
checking dependencies...
:: gimp optionally requires webkitgtk2: for the help browser
:: wxgtk optionally requires webkitgtk2: for webview support
Packages (4) manjaro-features-16.10-1 manjaro-welcome-20161130-1 pywebkitgtk-1.1.8-4 webkitgtk2-2.4.11-4
为什么不pactree -r
显示?
答案1
manjaro-features
是以下项的依赖项manjaro-welcome
:
$ pactree -rs manjaro-features
manjaro-features
└─manjaro-welcome
因此,它被删除-s
,引用man pacman
:
删除指定的每个目标,包括它们的所有依赖项...