0

I was running into issues trying to install the third party software gtypist. The error present was:

E: Unable to locate package xyz

Suggestions on updating mirror environment would be appreciated.

1 Answers1

0

Third party software can be installed from universal mirror. However, be careful as Ubuntu doesn't ensure regular security checks.

To check if you have universal mirror enabled enter:

apt policy | grep "universe"

You can then enable universe mirror by entering:

sudo add-apt-repository universe
sudo apt update