I've noticed that repositories in CentOS have the .rpm extension.
Are there other extensions?
Is .rpm specific to the operating system? i.e. do other linux operating systems have other extensions?
|
I've noticed that repositories in CentOS have the .rpm extension.
|
|||
|
RPM file is not repository. It is type of package that is used in CentOS (and Red Hat and some other distributions). Repository is place that packages are kept and can be downloaded and installed by package manager in your distribution. Another package format is DEB. It is used by Debian, Ubuntu and their derivatives. There are also other formats, but that two are most common. |
|||
|
|
.rpmis specific to the package manager software, which Red Hat uses, CentOS and other have inherited. Others are free to use it as well, but many other Linux distros use other package managers. – Chris S Jul 31 '12 at 18:14filesays about that file. You could name anyrpmexeinstead. See below for pbm`s answer that contains all details. – Nils Aug 3 '12 at 20:01