User Tools

Site Tools


lx103:managing_software

This is an old revision of the document!


RPM

Redhat Package Manager – now recursive – RPM Package Manager – after being adopted by multiple distros.

Package file naming conventions (NOT A REQUIREMENT):

  • packagename-a.b.c-x.arch.rpm
    • Package Name - name of package, like.. samba
    • Version Number - (a.b.c) this is the package version number like 3.6.5 – the programmer assigns this number.
    • Build Number - number following version number (x) represents minor changes (patches, tweaks) made by package container.
    • Architecture - Defines the architecture the package was made to run on. i386 is common. there are further archs like: i586, i686, x86_64, PPC, noarch(scripts)

Operators:

  • -i – Install
  • -U – Upgrade if already installed
  • -q – Query, get info about packages
lx103/managing_software.1714273687.txt.gz · Last modified: 2024/04/28 03:08 by 114.119.155.78