When I lauch deborphan:
Code: Select all
$ deborphan
freeglut3:amd64
qt5-style-plugins:amd64
ttf-freefont:all
thunderbird-l10n-xpi-fr:all
iptraf:all
libreoffice-pdfimport:all
Thanks.
Post by zorzi » Sun Sep 09, 2018 1:42 pm
Code: Select all
$ deborphan
freeglut3:amd64
qt5-style-plugins:amd64
ttf-freefont:all
thunderbird-l10n-xpi-fr:all
iptraf:all
libreoffice-pdfimport:all
Post by Stevo » Sun Sep 09, 2018 3:42 pm
Post by timkb4cq » Sun Sep 09, 2018 4:20 pm
Post by zorzi » Sun Sep 09, 2018 5:22 pm
Post by fehlix » Sun Sep 09, 2018 5:49 pm
Not sure what you are going to achieve.zorzi wrote: ↑Sun Sep 09, 2018 1:42 pmHello,
When I lauch deborphan:
Most of this packages look important. How can I fix this ?Code: Select all
$ deborphan freeglut3:amd64 qt5-style-plugins:amd64 ttf-freefont:all thunderbird-l10n-xpi-fr:all iptraf:all libreoffice-pdfimport:all
Thanks.
Code: Select all
$ man deborphan | grep -A7 DESCRIPTION
DESCRIPTION
deborphan finds packages that have no packages depending on them. The default operation
is to search only within the libs and oldlibs sections to hunt down unused libraries.
If it is invoked with an optional list of packages, only the dependencies on those pack‐
ages will be checked. The results are printed to stdout as if the option --show-deps had
been given. Searching for specific packages will show the package, regardless of its pri‐
ority. It is possible to specify -, to read a list of packages
Code: Select all
sudo apt-get -s autoremove
Post by zorzi » Mon Sep 10, 2018 2:39 am
Hi Fehlix,fehlix wrote: ↑Sun Sep 09, 2018 5:49 pmNot sure what you are going to achieve.zorzi wrote: ↑Sun Sep 09, 2018 1:42 pmHello,
When I lauch deborphan:
Most of this packages look important. How can I fix this ?Code: Select all
$ deborphan freeglut3:amd64 qt5-style-plugins:amd64 ttf-freefont:all thunderbird-l10n-xpi-fr:all iptraf:all libreoffice-pdfimport:all
Thanks.
The manual states:If you are looking for packages not needed anymore try autoremove,Code: Select all
$ man deborphan | grep -A7 DESCRIPTION DESCRIPTION deborphan finds packages that have no packages depending on them. The default operation is to search only within the libs and oldlibs sections to hunt down unused libraries. If it is invoked with an optional list of packages, only the dependencies on those pack‐ ages will be checked. The results are printed to stdout as if the option --show-deps had been given. Searching for specific packages will show the package, regardless of its pri‐ ority. It is possible to specify -, to read a list of packages
e.g. here in simulation modeCode: Select all
sudo apt-get -s autoremove
Post by zorzi » Tue Sep 11, 2018 3:24 am
Code: Select all
deborphan --add-keep <package name>
Return to “Software / Configuration”