Installation from repository

You can install Master PDF Editor using deb or rpm packages directly from our official repository. To do this, you need to add the repository key and register the repository in your system.

Once the repository is added, you’ll be able to manage Master PDF Editor through your system’s package manager. This greatly simplifies both installation and updates, as you won’t need to manually download packages from the website.

Adding the repository
Installing Master PDF Editor
Updating Master PDF Editor

Adding the repository

1. Add the repository signing key:

curl -s http://repo.code-industry.net/deb/pubmpekey.asc | sudo tee /usr/share/keyrings/pubmpekey.asc

2. Add the repository configuration:

echo -e "Types: deb
Architectures: amd64
URIs: http://repo.code-industry.net/deb
Suites: stable
Components: main
Signed-By: /usr/share/keyrings/pubmpekey.asc" | sudo tee /etc/apt/sources.list.d/master-pdf-editor.sources

Repository URL:
http://repo.code-industry.net/deb

Add the repository configuration:

sudo yum config-manager --add-repo http://repo.code-industry.net/rpm/master-pdf-editor.repo

For Fedora 41 and newer:

sudo dnf config-manager addrepo --from-repofile=http://repo.code-industry.net/rpm/master-pdf-editor.repo

Rocky Linux 9:

sudo dnf config-manager --add-repo http://repo.code-industry.net/rpm/master-pdf-editor.repo

Repository URL:
http://repo.code-industry.net/rpm

Installing Master PDF Editor

Note: The Qt 6 build is the default and recommended version. Use the Qt 5 version only if you encounter compatibility issues on older systems.

On Debian-based systems

1. Update the package index:

sudo apt update

2. Install Master PDF Editor.

Qt 5 version (package master-pdf-editor-5-qt5)

P.SIf you previously installed master-pdf-editor-5, remove it first.

sudo apt install master-pdf-editor-5-qt5

Qt 6 version (default, package master-pdf-editor-5)

sudo apt install master-pdf-editor-5

On Red Hat-based systems

Qt 5 version (master-pdf-editor-qt5)

P.SIf you previously installed master-pdf-editor, remove it first.

sudo dnf install master-pdf-editor-qt5

Qt 6 version (default, package master-pdf-editor)

sudo dnf install master-pdf-editor

Updating Master PDF Editor

On Debian-based systems

Qt 5 version (package master-pdf-editor-5-qt5)

P.SIf you previously installed master-pdf-editor, remove it first.

sudo apt install --only-upgrade master-pdf-editor-5-qt5

Qt 6 version (default, package master-pdf-editor-5)

sudo apt install --only-upgrade master-pdf-editor-5

On Red Hat-based systems

Qt 5 version (master-pdf-editor-qt5)

P.SIf you previously installed master-pdf-editor, remove it first.

sudo dnf upgrade master-pdf-editor-qt5

Qt 6 version (default, package master-pdf-editor)

sudo dnf upgrade master-pdf-editor

More like this: