You are not logged in.
Hello
the space on my installation is pull and I can't update my computer.... I want to remove the gimp and openoffice from my computer. Can someone help me do that.. so I can free up some space?
Thanks
Seto--
Offline
pacman -R gimp
I am not sure what's the package name of openoffice.
List installed packages:
pacman -Q
Markku
Offline
pacman -R gimp openoffice-base openoffice-en openoffice-spell-en
*If you don't use english, change the names to suit you language files*
Offline
You might be able to clear a lot of space if you remove all packages from pacman cache..
pacman -Sc
pacman -Scc
I am a gated community.
Offline
I just reclaimed 220MB:
[/home/jeroen] df /
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda1 5534416 3884100 1369184 74% /
[/home/jeroen] pacman -Sc
removing old packages from cache... done.
[/home/jeroen] df /
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda1 5534416 3669784 1583500 70% /
[/home/jeroen]
Offline
try this:
du /var/cache/pacman
DaDeXTeR (Martin Lefebvre)
My screenshots on PicasaWeb
[img]http://imagegen.last.fm/dadexter/recenttracks/dadexter.gif[/img]
Offline
for the record,
pacman -Rs gimp openoffice-base openoffice-en openoffice-spell-en
would have removed those packages and any dependencies that are needed by those packages and no other programs, provided they were not explicitly install. This will free up a little space.
Dusty
Offline
Indeed, but would that really result in a drastic increase in free disk space?
DaDeXTeR (Martin Lefebvre)
My screenshots on PicasaWeb
[img]http://imagegen.last.fm/dadexter/recenttracks/dadexter.gif[/img]
Offline