Even in a system as powerful and as controllable as the Linux Gentoo distribution it can happen that accumulate on the disc package, or their versions, no longer useful and the useless disk space.
Below are listed some tools and tricks to "clean up" a Gentoo Linux from these packages you no longer useful.
How useful first step is to remove all packages that are not required for the operation of other packages or which are not explicitly required by the user (using the command emerge); packages are usually dependency packages no longer required by longer installed. The command to do this is:
emerge-pv - depclean
can be useful to remember that the package list is contained in the user explicitly instatllati
file / var / lib / portage / world
note that this file does not contain the files that are installed as dependencies but only those specifically requested in emerge.
imporatnti:
Before making a depclean you must verify that the profile of the GCC is set to the most recent set to the system with the command
gcc-config-l
0 comments:
Post a Comment