Skip to content

Linux Packages ​

Linux Packages is a read-only inventory of the software installed on the server, with the version, repository, and licence of each package.

Linux Packages

Overview ​

URL: /admin/settings/linux-packages

The page is reached by its address; it is not listed in the sidebar. It reads the server's own package database, so a server whose inventory has not been collected shows No linux packages rather than an error.

Nothing on this page installs, removes, or upgrades anything. For panel and module updates, see System Updates.

The package list ​

ColumnMeaning
NameThe package name, for example php82 or php74-php-common.
VersionThe version, for example 8.2.
ReleaseThe release tag, which also identifies the build, for example 3.el9.remi.
ArchitectureThe architecture it was built for, for example x86_64.
SourceThe source package it came from.
RepositoryWhere it was installed from, for example remi-safe.
SummaryA one-line description.
LicenseThe licence it is distributed under.

Every column sorts. The search box covers all of them, so you can look up a package by name, by repository, or by licence. The page size can be set to 5, 10, 25, 50, or All.

What it is useful for ​

  • Confirming which version of a runtime or library a server actually has, rather than which one you expect.
  • Finding every package that came from one repository before changing that repository.
  • Answering a licence question about what is installed.