s i s t e m a o p e r a c i o n a l m a g n u x l i n u x | ~/ · documentação · suporte · sobre |
Next
Previous
Contents
3. Installing the software
The easiest way to install RPM is to use Slackware's native package manager. You must be root to install RPM.
Of course, replace the /home/dave with the correct path for the filename. (NOTE!) If that fails, simply untar the file with these commands:
Next, you have to create a directory called "rpm" under the /var/lib tree. mkdir /var/lib/rpm Now type 'rpm --initdb' to initialize the rpm database. If everything has gone correctly up to this point, you will have a rpm-capable system! Test it out by grabbing any rpm file and installing it with 'rpm -Uvh filename.rpm'
Next Previous Contents |