Archive for the ‘rpm’ Category

Instalar apt-get con rpm

August 5, 2008

1.) Logeese en su servidor como root
2.) Escriba: cd ..
3.) Escriba: wget http://download.fedora.us/fedora/fed….11.1.i386.rpm
4.) Escriba: rpm -Uvh apt-0.5.15cnc6-0.fdr.11.1.i386.rpm

Una vez completada la instalación usted podrá usar el comando “apt-get” con sus variables en su servidor.

Apt-get RPM

June 26, 2008

http://www.linuxcompatible.org/thread27839-1.html

Apt-get RPM is based on the same principle as apt-get for Debian, in that it works out all the depenencies for you when installing packages. To install apt-get on Fedora core 2, download this and this.

As root, “cd” to the directory where you downloaded these two RPMs and go:

rpm -Uvh apt-0.5.15cnc6-1.1.fc2.fr.i386.rpm apt-devel-0.5.15cnc6-1.1.fc2.fr.i386.rpm [enter]

(If using konsole, you can copy and paste the above command, without “[enter]” of course…)

Both should install without incident. Next, you must update your machine with apt by going:

apt-get update [enter]

After it finishes, do apt-get update a second time.

When it is through downloading the updates, you will next need the front end for apt which is called “Synaptic.”

Still as root go:

apt-get install synaptic

When it is done installing synaptic, just type:

synaptic [enter]

The Synaptic front end will now come up. It is very intuitive, and you shouldn’t have too difficult a time figuring out how to use it.


Follow

Get every new post delivered to your Inbox.