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 38 | x86_64 (293)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (229)* | Fedora 39 (219 downloads) |
Fedora 40 | x86_64 (79)* | Fedora 40 (39 downloads) |
Fedora 41 | x86_64 (2)* | Fedora 41 (8 downloads) |
Fedora rawhide | x86_64 (214)* | Fedora rawhide (32 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable champe20/apx
More info about enabling Copr repositories