Installing a named package

Suggest edits
  1. Obtain the package name you want to install. You can find the package names through the EDB repository web interface. Package names are also listed in the package names reference.

  2. Run the following command to install the package, depending on your operating system:

    RHEL/AlmaLinux/RockyLinux/Oracle Linux:

    sudo dnf -y install package_name

    SUSE:

    sudo zypper install package_name

    Ubuntu/Debian:

    sudo apt-get -y install package_name
  3. If you have any issues, check the troubleshooting section.


Could this page be better? Report a problem or suggest an addition!