A complete MPR helper
git clone https://github.com/Adamekka/mpr-install # Clone this repo
cd mpr-install/ # Go to the mpr-install/ folder
sudo make install # Run sudo make install to install this script to your system
cd .. && rm -rf mpr-install # (optional) Remove the mpr-install folder, that you cloned to your home folder
Config is created automatically using
mpr createconfig
You can find it in
~/.config/mpr/config.json
The only available options are apt and nala. It is case sensitive. If you set it to another value, then the script won't work properly.
sudo rm /usr/bin/mpr
Fix: Delete the folder that it created previously. For example, downloading btop failed for me, so I had to rm -rf btop/ and run mpr install btop again.
rm -rf PackageThatItFailedToDownload/