MxCl
11-28-2002, 04:03 PM
APT is wonderful and everyone should at least want to try it. It's been availiable for SuSE for some time (apparently), but I've just found it and got it working too. To feel wonderful type: apt-get upgrade. Aaaaah :)
Anyway the project is called apt4rpm and it's an adaption of APT that works with RPM repositories (like ftp.suse for instance). It mainly works with SuSE currently, (a plus for the excellent European distribution). The homepage is here:
http://linux01.gwdg.de/apt4rpm/
The rpm location is detailed someway down the page. I'll now detail how I got it working.
Install the latest RPM of apt4rpm. Then edit /etc/apt/sources.list, ignore the commented stuff completely and add the rpm line shown in the following text file, however REMOVE BASE! (explained later):
http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/8.0-i386/examples/sources.list.FTP
To explain this file, rpms are split into categories, thus any rpms related to mozilla are contained in the mozilla category. Removing that category from this file will not allow you to update or install Mozilla.
Now save and type (as root):apt-get updateThis will make sure your computer has a current list of rpms and dependencies and that. It is an essential step that should be repeated before you do a session of apt or you end up with an error message that tells you to do it!
Now check apt is working ok:apt-get checkThe biggest problem here is that if you have unmet dependencies or non-suse rpms installed you may well be stuck. I was, but I sussed it by removing some packages and letting apt fix my install for me. Apt is clever and won't let you use it unless all dependencies are met. If things don't go right here, post here (i'm subscribed) or check the project faq.
Now it's ready to go. So upgrade all your software. Trust me, apt is far more fully comprehensive than YOU, also some of those categories in that path are repositories maintained by non-suse people, they contain more up-to-date pacakges (supposedly). You can remove those if you get worried, but frankly I'm not sure how trust worthy they are as yet.apt-get upgrade
After your system is new and snazzy you can install programs easily:apt-get install mpg321Which is like mpg123 but uses mad.
Add base to the sources.list file to upgrade the base install. When I did this apt reported 300MB d/l of rpms, so this isn't fully recommended by the project unless you have broadband. You can also upgrade SuSE 8.0 to 8.1 using apt (something I really want to do soon!) as detailed here:
http://linux01.gwdg.de/apt4rpm/upgrade-80to81
Enjoy! Success stories below if you please :)
Anyway the project is called apt4rpm and it's an adaption of APT that works with RPM repositories (like ftp.suse for instance). It mainly works with SuSE currently, (a plus for the excellent European distribution). The homepage is here:
http://linux01.gwdg.de/apt4rpm/
The rpm location is detailed someway down the page. I'll now detail how I got it working.
Install the latest RPM of apt4rpm. Then edit /etc/apt/sources.list, ignore the commented stuff completely and add the rpm line shown in the following text file, however REMOVE BASE! (explained later):
http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/8.0-i386/examples/sources.list.FTP
To explain this file, rpms are split into categories, thus any rpms related to mozilla are contained in the mozilla category. Removing that category from this file will not allow you to update or install Mozilla.
Now save and type (as root):apt-get updateThis will make sure your computer has a current list of rpms and dependencies and that. It is an essential step that should be repeated before you do a session of apt or you end up with an error message that tells you to do it!
Now check apt is working ok:apt-get checkThe biggest problem here is that if you have unmet dependencies or non-suse rpms installed you may well be stuck. I was, but I sussed it by removing some packages and letting apt fix my install for me. Apt is clever and won't let you use it unless all dependencies are met. If things don't go right here, post here (i'm subscribed) or check the project faq.
Now it's ready to go. So upgrade all your software. Trust me, apt is far more fully comprehensive than YOU, also some of those categories in that path are repositories maintained by non-suse people, they contain more up-to-date pacakges (supposedly). You can remove those if you get worried, but frankly I'm not sure how trust worthy they are as yet.apt-get upgrade
After your system is new and snazzy you can install programs easily:apt-get install mpg321Which is like mpg123 but uses mad.
Add base to the sources.list file to upgrade the base install. When I did this apt reported 300MB d/l of rpms, so this isn't fully recommended by the project unless you have broadband. You can also upgrade SuSE 8.0 to 8.1 using apt (something I really want to do soon!) as detailed here:
http://linux01.gwdg.de/apt4rpm/upgrade-80to81
Enjoy! Success stories below if you please :)