How to Install Master PDF Editor 4 on Ubuntu 14.04, 16.04 and Ubuntu 16.10. Since master PDF editor is not available from Ubuntu software repository, so you can’t use apt-get or apt to install it. First you need to download the deb package from official website. .Open up a terminal window (CTRL+ALT+T), and download master PDF editor 4 with the following command.
64 bits
wget http://get.code-industry.net/public/master-pdf-editor-4.0.10_qt5.amd64.deb
32 bits
wget http://get.code-industry.net/public/master-pdf-editor-4.0.10_i386.deb
Then use dpkg tool to install it.
sudo dpkg -i master-pdf-editor-*.deb
If there’s any dependency error, then simply run the command below to fix it.
sudo apt -f install
64 bits
wget http://get.code-industry.net/public/master-pdf-editor-4.0.10_qt5.amd64.deb
32 bits
wget http://get.code-industry.net/public/master-pdf-editor-4.0.10_i386.deb
Then use dpkg tool to install it.
sudo dpkg -i master-pdf-editor-*.deb
If there’s any dependency error, then simply run the command below to fix it.
sudo apt -f install