You are not logged in.
Pages: 1
I have installed Arch on an old laptop. I installed XFCE, Firefox, and Empathy. Already the install has gotten over 3 gigs and I was wondering if there was a way to trim some of that down. Most of the space is dependencies for those three packages.
Thanks.
Offline
I assume ~1gb of those 3 are eaten by /var/cache/pacman. Other memory hogs are the gnome components and mono (if it's installed). Python also eats 150-200MB. If hdd space is really an issue, try to avoid "blown up" DEs like XFCE (and of course Gnome and KDE) and go for a naked Openbox or Fluxbox with only the tools you really need. If you're not good in tinkering your own DE, go for something light like LXDE.
Offline
ncdu is a great tool for finding out where did your space go.
Offline
Pacgraph is also a good tool for this.
Offline
Alright thanks for the suggestions. I heard the XFCE is light and easy so thats why I went with it. And I'm capable of tinkering with fluxbux and OpenBox, its just a hassle when I install and uninstall different programs and have to change the config file each time.
Thanks again.
Offline
I assume ~1gb of those 3 are eaten by /var/cache/pacman. Other memory hogs are the gnome components and mono (if it's installed). Python also eats 150-200MB. If hdd space is really an issue, try to avoid "blown up" DEs like XFCE (and of course Gnome and KDE) and go for a naked Openbox or Fluxbox with only the tools you really need. If you're not good in tinkering your own DE, go for something light like LXDE.
I ran Pacman -Sc to get rid of all uninstalled programs and it says its taking up only 2 GBs now (according to ncdu). I like to keep things lean and trimmed. Not sure just something I do.
Thanks.
Offline
Make sure you don't have any orphaned packages lying around:
pacman -Rscn $(pacman -Qdtq)Offline
> I heard the XFCE is light
It is, but if you installed everything, including the whole "xfce4-goodies" group, then you also pulled in gnome-panel (through xfce4-xfapplet-plugin) and therefore half of Gnome.
1000
Offline
> I heard the XFCE is light
It is, but if you installed everything, including the whole "xfce4-goodies" group, then you also pulled in gnome-panel (through xfce4-xfapplet-plugin) and therefore half of Gnome.
ohh I didn't know that...so its probably better to go with LXDE or OpenBox. Thanks for the info.
Offline
Or you can just uninstall xfce4-xfapplet-plugin. That package lets you use gnome-panel applets in xfce panel, so if you don't use any you can uninstall it safely. You can also go through the rest of the xfce4-goodies package list and uninstall what you don't need to trim it down even more.
Anyway, LXDE or simply Openbox are definitely lighter than xfce, although maybe not as featureful.
Offline
well I may just remove the plugin. I like lxde, but I'm going to wait to it gets more complete before I use it. there's no recycle bin and no network browser. in fact I like how complete gbome is but its just too bloated. I wish there was a DE somewhere between XFCE and gnome.
Offline
Indeed. You can prune more than 60MB just by uninstalling xfapplet-plugin and its dependencies.
pacman -Rs xfce4-xfapplet-plugin
checking dependencies...
Remove (7): xfce4-xfapplet-plugin-0.1.0-6 gnome-panel-2.30.0-1
libcanberra-0.23-1 gnome-menus-2.30.0-1 gnome-desktop-2.30.0-1
evolution-data-server-2.30.1-1 libgweather-2.30.0-1
Total Removed Size: 61.11 MBOffline
Well I added xfce4-xfapplet-plugin to the ignore list in pacman.conf. When I went to install the xfce4-goodies group, the "Total Install Size" when from over 300MB to just 155MB. So that was definately a huge help.
Offline
You might want to try bleachbit. You could free more space by removing useless logs, localizations, and other clutter you don't want on your system. I recommend giving it a look.
Offline
When I use ncdu, I noticed that it shows me the Total disk usage and also the Apparent size. what is the different? There is over a whole gig difference between them.
"Total disk usage: 1.4GiB Apparent size: 2.7GiB"
Offline
Another option, if you're getting picky/pedantic, is to remove man pages and docs and/or unused locales as well...
eg. I have this as a cron job:
http://codepad.org/2OAKNGuz
TBH this may be to nitty gritty for you... (also I'd recommend that no one copy and paste that without checking what it deletes
)
But it might help ![]()
Offline
Another option, if you're getting picky/pedantic, is to remove man pages and docs and/or unused locales as well...
eg. I have this as a cron job:
http://codepad.org/2OAKNGuzTBH this may be to nitty gritty for you... (also I'd recommend that no one copy and paste that without checking what it deletes
)
But it might help
thanks for that info. I think for my purposes that would be going a bit far. I don't want to take away anythong that, for any reason, I may need later.
But that is very good to know. Thanks.
Offline
Alright thanks for the suggestions. I heard the XFCE is light and easy so thats why I went with it. And I'm capable of tinkering with fluxbux and OpenBox, its just a hassle when I install and uninstall different programs and have to change the config file each time.
Thanks again.
You can install a dynamic menu
like openbox-menu http://aur.archlinux.org/packages.php?ID=31605
Offline
You can install a dynamic menu
like openbox-menu http://aur.archlinux.org/packages.php?ID=31605
Wow, did not even know that existed! Thanks i'll check it out!
Offline
Pages: 1