Loads of RPMS!!! - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html) +---- Forum: Package Management (https://www.linux-noob.com/forums/forum-28.html) +---- Thread: Loads of RPMS!!! (/thread-3519.html) Pages:
1
2
|
Loads of RPMS!!! - hijinks - 2004-03-25 Want to have access to almost all apps you can think of that are rpms and can easily be installed via apt-get? I know i do. This is like redhat's version of portage in a way. Its community supported in a way. Just edit your /etc/apt/sources.list and add the following line in for whatever distro you use Code: Fedora core 2 then run Code: apt-get update && apt-get dist-upgrade that will prompt you to upgrade some of the packages probably. Just type Y to continue Once you are fully upgraded run Code: apt-get update once more. You'll now notice you have a bunch more apt sources to find stuff in if you run into this error on the apt-get update Code: rpmdb: unable to join the environment don't worry.. just run the following commands to fix your rpm DB. Sometimes doing mass upgrades will cause RPM to confuse itself or error out. Repairing it fixes it 99% of the time Code: rm -rf /var/lib/rpm/__db.00* another one from the J to the Y Loads of RPMS!!! - enigma - 2004-03-25 Great tutorial thanks for the information I had 0 errors while installing it... Loads of RPMS!!! - tek-69 - 2004-03-26 everything went great just like you said but i got the folllowing issues: Code: Fetched 165MB in 9m31s (289kB/s) what did i do wrong and how can i fix it ? -tek- Loads of RPMS!!! - tek-69 - 2004-03-26 it would seem i spoke to soon, upon further inspection , my box no longer thinks apt-get update is a command. oh my. Loads of RPMS!!! - hijinks - 2004-03-26 are you using rh 9? Loads of RPMS!!! - square - 2004-03-26 Worked fine for me, had a small problem with a dep.. which Jy fixed for me.. Code: [root@xaser root]# rpm -Uvh http://download.atrpms.net/other/packages/fedora-1-i386/atrpms/atrpms-kickstart-20-1.rhfc1.at.i386.rpm i did this: Code: rpm -e apt-devel then ran it again, worked great :) square@EFnet Loads of RPMS!!! - tek-69 - 2004-03-27 yeah im using rh 9. Loads of RPMS!!! - hijinks - 2004-03-29 THose warnings are ok. They are just letting you know file changes. If you can still use the apt-get command everything should be working Loads of RPMS!!! - tek-69 - 2004-03-30 when i try and use the apt-get command now, all i get is the following: Code: -bash-2.05b# apt-get any ideas? Loads of RPMS!!! - hijinks - 2004-03-30 install these rpms [/url]http://download.atrpms.net/production/pack...rh9.at.i386.rpm http://download.atrpms.net/production/pack...rh9.at.i386.rpm [url=http://download.atrpms.net/production/pack...rh9.at.i386.rpm]http://download.atrpms.net/production/pack...rh9.at.i386.rpm |