1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-07-26 12:21:35 +02:00

linux: added appimage

This commit is contained in:
2026-02-28 09:49:46 +01:00
parent 34d31024f2
commit 803be69021
2 changed files with 35 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
# Package Manager
Package managers are important programs to get software onto your system.
Package managers are used to handle the installation and management of programs on systems.
## List of Package Managers
The following is a list of package managers and the corresponding [Linux](/wiki/linux.md)
distributions.
@@ -9,4 +11,14 @@ distributions.
[Proxmox](/wiki/linux/proxmox.md) use the [APT](/wiki/linux/package_manager/apt.md) package
manager.
- [Arch Linux](/wiki/linux/arch-linux.md) and Arch-based distributions use
[Pacman]() and various managers for the AUR.
[Pacman](/wiki/linux/package_manager/pacman_and_aur.md) and various managers for the AUR.
## Alternative Software Distribution Formats
Besides traditional package managers, there are portable or universal application formats that work
across distributions.
These formats are not package managers.
They distribute standalone applications that can run independently of the system package database.
- [AppImage](/wiki/linux/appimage.md)
- [Flatpak](/wiki/linux/flatpak.md)