After you do your easy urpmi changes,
you can use 'apt' (Debian based installation proccess)
You can install it like this: 'urpmi apt'
After installing it, you can use it to install/remove/update your packages and/or your distribution, with commands like:
'apt-get update' (this will fetch a package list to the box, so it will be able to know if there are new packages for upgrade)
'apt-get upgrade' (this will upgrade packages that need to be updated, IF there is a newer version available)
NOTE: r
unning 'apt-get update' is strongly recommended before doing any upgrades
'apt-get dist-upgrade' (This will attempt to fetch latest packages and install them. It's more like you do a <distribution update>)
If you want to use
apt again for installing/removing packages, you can simply do:
'apt-get install packagename'
&
'apt-get remove packagename'
It's not bad if you google to find help about
apt. Don't be lame
Using
apt there is something you must know about where you want it get packages from.
In /etc/apt/ folder there is a file named 'sources.list' and by default, if you installed
apt like this:
'urpmi apt' there is an uncommented line with the url that
apt sould look for package list.
You can change it IF you want, to an other url (make sure its valid and that it works, because
apt wont work at all if you add something invalid)
I made this post because people keep asking me in my help channel about this subject.
Enjoy linuxfreaks!
