- Posts: 31
- Thank you received: 0
RPM?
19 years 7 months ago #7696
by sahirh
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
RPM's are binary packages of programs for Linux based systems... the RPM format was created and made popular by Red Hat (its a shortform for Red Hat package management).. so that people didn't have to distribute and compile source code from scratch to install programs..
If you want to install an RPM package, drop to root and type
rpm -ivh <rpmname.rpm>
if you're upgrading some software with a new version,
rpm -uvh <rphname.rpm>
Read the man pages for rpm for more information..
However it is now considered one of the inferior package management systems as it cannot resolve dependencies... Debian's apt, and Gentoos ports system are considered far superior.
*If I got the rpm command syntax wrong, someone correct me, its been awhile since I used RPM or a 'hat box.
Cheers,
If you want to install an RPM package, drop to root and type
rpm -ivh <rpmname.rpm>
if you're upgrading some software with a new version,
rpm -uvh <rphname.rpm>
Read the man pages for rpm for more information..
However it is now considered one of the inferior package management systems as it cannot resolve dependencies... Debian's apt, and Gentoos ports system are considered far superior.
*If I got the rpm command syntax wrong, someone correct me, its been awhile since I used RPM or a 'hat box.
Cheers,
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
19 years 7 months ago #7713
by sahirh
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
Haha I would have said "Yeah use Debian".. but lets try and help you out here...
First, try and get the dependency packages and install them.. otherwise you can get apt4rpm
apt4rpm.sourceforge.net/
That should resolve dependencies for you.
Is this Fedora / RH ?
First, try and get the dependency packages and install them.. otherwise you can get apt4rpm
apt4rpm.sourceforge.net/
That should resolve dependencies for you.
Is this Fedora / RH ?
Sahir Hidayatullah.
Firewall.cx Staff - Associate Editor & Security Advisor
tftfotw.blogspot.com
Time to create page: 0.131 seconds