Linux - Package

About

Package in Linux are managed by package manager.

Format

The most used kind of package formats are:

  • tgz (tar gzip files) - source code archives that need to be compiled in order to run the software.
  • rpm (RPM Package Manager) which are pre-compiled archives - used widely
  • deb (Debian) - pre-compiled archives that are used on Debian based system.





Discover More
Linux - Package Manager

This is package manager in Linux that manages linux package.
Linux - Package Repository

A Package Repository is where OS package are stored. This repository are used by package manager such as yum to search and install packages With yum Output example: yum-config-manager dnf...
Linux Package Installation
Linux - RPM package (RPM: Red Hat Package Manager)

RPM are packages file that you can install on Linux system. This package format was created by Red Hat and standardized by the LSB. It's widely adopted, including in openSUSE. They are .cpio files...
Nginx - Installation

Nginx default installation is to use a package. This default installation install some core module and also the below one. See module:...



Share this page:
Follow us:
Task Runner