How do I install the Mirage Image viewer on Ubuntu 20.04?

I have just upgraded from Ubuntu 18.04 to 20.04 to solve a Bluetooth issue and the Mirage image viewer is not available in the depository. I use it a lot to quickly rotate and crop images and my fingers automatically go to the relevant keys so I would rather not have to get used to another application.

Can someone provide instructions to install it please.

0

1 Answer

You can install Mirage's package with dependencies from 19.10 repository by executing:

mkdir -p ~/Downloads/mirage
cd ~/Downloads/mirage
wget
wget
wget
wget
sudo apt-get install ./*.deb
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like