dedanna1029 wrote:Next stop, what to do with older packages. I don't want to just delete them right straight away, as I may need to downgrade again, but yet I don't want them filling up root. So, I'm doing as I did with Mandriva's Cooker when I ran it, and copying the files from the cache to a folder in /home first:
Code: Select all
:) cp -R /var/cache/pacman/pkg '/home/dedanna/Downloads/pacman packages/11-05-2010'Then, I will run to empty the cache in /var/cache/pacman/pkg:
Do NOT run to empty the cache:
This will delete files in the cache that pacman needs to run - and you don't want to do that. Just run the command pacman -Scc.
If you need to downgrade a package after it's been moved out of the cache, all you need do is change the folder of where you're installing from, i.e. if I need to downgrade to something that's in the folder I just copied the cache to, for example:
Code: Select all
pacman -U /home/dedanna/Downloads/pacman packages/11-05-2010/pkg/<packagefilename>I guarantee you it will fly.
Immediately following the KDE upgrade today:
Code: Select all
# df -h
Filesystem Size Used Avail Use% Mounted on
udev 10M 292K 9.8M 3% /dev
/dev/disk/by-uuid/b8036618-3036-4ec9-b50c-546fcf082db3
25G 9.1G 16G 37% /
/dev/sdc1 299G 283G 16G 95% /media/FreeAgent_Drive
shm 502M 2.2M 500M 1% /dev/shm
/dev/sda1 99M 15M 80M 16% /boot
/dev/sda4 127G 99G 28G 78% /homeAfter copying the files over and running pacman -Scc:
Code: Select all
# df -h
Filesystem Size Used Avail Use% Mounted on
udev 10M 292K 9.8M 3% /dev
/dev/disk/by-uuid/b8036618-3036-4ec9-b50c-546fcf082db3
25G 8.7G 17G 35% /
/dev/sdc1 299G 283G 16G 95% /media/FreeAgent_Drive
shm 502M 2.2M 500M 1% /dev/shm
/dev/sda1 99M 15M 80M 16% /boot
/dev/sda4 127G 99G 28G 78% /homeThe upgrade was 896.98 Mbs, in 248 files. I gained back almost a gig in root.

However, I am considering removing KDE. As pretty as it is in Arch, I went in to check it out for a bit. It took 5 minutes for me to go running back to Gnome.

It's very slow and bulky, and the 15 damn clicks to do one simple thing is unreal. Plus, trying to find how to do anything is a mess. I mean a real mess. One can't just click on something, and expect it to go. I still think they hosed it with the whole plasma deal, among other things for KDE4. Wonder how Arch did with XFCE? I have a hankering to try it again.