Description
Apx (/à·peks/) is the default package manager in Vanilla OS. It is a wrapper around multiple package managers to install packages and run commands inside a managed container.
Installation Instructions
Add the COPR repo
Immutable
Add the repo to yum.repos.d/ by using sudo nano /etc/yum.repos.d
and then adding the relevant repository (find your Fedora version in the downloads and click "Copy link address") to your configuration
Mutable (Regular)
dnf copr enable champe20/apx
Install the package
Immutable
rpm-ostree install apx
Mutable (Regular)
sudo dnf install apx
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 39 | x86_64 (249)* | Fedora 39 (0 downloads) |
Fedora 40 | x86_64 (100)* | Fedora 40 (43 downloads) |
Fedora 41 | x86_64 (32)* | Fedora 41 (22 downloads) |
Fedora rawhide | x86_64 (234)* | Fedora rawhide (36 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable champe20/apx
More info about enabling Copr repositories