Tech Support Forum banner

What is rpm?

2545 Views 3 Replies 4 Participants Last post by  kev0lush
New to linux...
struggling to remember some terminologies..
wut's rpm for instance? i see it a lot on download types of linux files...
:confused:
Status
Not open for further replies.
1 - 4 of 4 Posts
*.rpm files are packages for Red Hat Linux... similar to .*tar files for all versions of Linux. Usually they will install with a minimum of fuss (eg. not having to do a 'make install' or similar)
yep Midnights correct, they will save you the hassle of the make or make install etc. But if your going to use linux I would recommend compiling the .rpm's from source, or using the bins in .tar.gz format and the reason for this is allot of the rpms out there were compiled on slower machines which mean they wont run at optimum speed on your system.
RPM is a package manager used to install software packages. More info at:

http://www.rpm.org/

Kevin
1 - 4 of 4 Posts
Status
Not open for further replies.
Top