My root part (has everything for system but no user data) is nearly full.
- Code: Select all
sabayon ~ # df -hk .
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda9 20161172 16698592 2438440 88% /
sabayon ~ # du -sk /var
3754944 /var
I did equo cleanup try to remove some pakages but it is not that efficient.
16Gb is quite big for a desktop system (I could remove or 2GB from /var) and I do find so much to remove.
I have only 2 kernels installed.
Question 1 : I found equo unusedpackages --sortbysize which helps me to find some big packages but is there such option for all packages (list equo query installed --sortbysize) ?
Question 2 : I have several versions of gcc/python but I cant remove them for dependancies.
Do I need to have 3 versions of gcc and python ?
- Code: Select all
sabayon ~ # equo query installed gcc
>> @@ Searching...
>> @@ Package: sys-devel/base-gcc-4.5.3-r2 branch: 5, [__system__]
>> Installed: version: 4.5.3-r2 ~ tag: NoTag ~ revision: 0
>> Slot: 4.5
>> Homepage: http://gcc.gnu.org/
>> Description: The GNU Compiler Collection
>> License: FDL-1.2 GPL-3 LGPL-3 gcc-runtime-library-exception-3.1 libgcc libstdc++
>> @@ Package: sys-devel/base-gcc-4.6.3 branch: 5, [__system__]
>> Installed: version: 4.6.3 ~ tag: NoTag ~ revision: 0
>> Slot: 4.6
>> Homepage: http://gcc.gnu.org/
>> Description: The GNU Compiler Collection
>> License: FDL-1.2 GPL-3 LGPL-3 gcc-runtime-library-exception-3.1 libgcc libstdc++
>> @@ Package: sys-devel/gcc-4.4.7 branch: 5, [__system__]
>> Installed: version: 4.4.7 ~ tag: NoTag ~ revision: 0
>> Slot: 4.4
>> Homepage: http://gcc.gnu.org/
>> Description: The GNU Compiler Collection
>> License: FDL-1.2 GPL-3 LGPL-3 gcc-runtime-library-exception-3.1 libgcc libstdc++
>> @@ Package: sys-devel/gcc-4.5.3-r2 branch: 5, [__system__]
>> Installed: version: 4.5.3-r2 ~ tag: NoTag ~ revision: 0
>> Slot: 4.5
>> Homepage: http://gcc.gnu.org/
>> Description: The GNU Compiler Collection
>> License: FDL-1.2 GPL-3 LGPL-3 gcc-runtime-library-exception-3.1 libgcc libstdc++
>> @@ Package: sys-devel/gcc-4.6.3 branch: 5, [__system__]
>> Installed: version: 4.6.3 ~ tag: NoTag ~ revision: 0
>> Slot: 4.6
>> Homepage: http://gcc.gnu.org/
>> Description: The GNU Compiler Collection
>> License: FDL-1.2 GPL-3 LGPL-3 gcc-runtime-library-exception-3.1 libgcc libstdc++
>> @@ Package: sys-devel/gcc-config-1.7.3 branch: 5, [__system__]
>> Installed: version: 1.7.3 ~ tag: NoTag ~ revision: 0
>> Slot: 0
>> Homepage: http://git.overlays.gentoo.org/gitweb/?p=proj/gcc-config.git
>> Description: utility to manage compilers
>> License: GPL-2
>> Keyword: gcc
sabayon ~ # equo query installed dev-lang/python
>> @@ Searching...
>> @@ Package: dev-lang/python-2.6.6-r2 branch: 5, [__system__]
>> Installed: version: 2.6.6-r2 ~ tag: NoTag ~ revision: 1
>> Slot: 2.6
>> Homepage: http://www.python.org/
>> Description: Python is an interpreted, interactive,
>> object-oriented programming
>> language.
>> License: PSF-2.2
>> @@ Package: dev-lang/python-2.7.3-r2 branch: 5, [__system__]
>> Installed: version: 2.7.3-r2 ~ tag: NoTag ~ revision: 2
>> Slot: 2.7
>> Homepage: http://www.python.org/
>> Description: Python is an interpreted, interactive,
>> object-oriented programming
>> language.
>> License: PSF-2
>> @@ Package: dev-lang/python-3.2.2 branch: 5, [__system__]
>> Installed: version: 3.2.2 ~ tag: NoTag ~ revision: 0
>> Slot: 3.2
>> Homepage: http://www.python.org/
>> Description: Python is an interpreted, interactive,
>> object-oriented programming
>> language.
>> License: PSF-2
>> Keyword: dev-lang/python
>> Found: 3 entries

