In previous releases x-tile was packaged as official package, but 18.04 LTS does not have such package.
How can I install x-tile on Ubuntu MATE 18.04 LTS?
In previous releases x-tile was packaged as official package, but 18.04 LTS does not have such package.
How can I install x-tile on Ubuntu MATE 18.04 LTS?
As before x-tile package is located in the official PPA.
So we need to add PPA and install package from it:
sudo add-apt-repository ppa:giuspen/ppa
sudo apt-get update
sudo apt-get install x-tile
Then find it in Applications->Accessories->x-tile.
wget -c https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/x-tile_3.3-0_all.deb && sudo apt-get update && sudo apt-get install ./x-tile_3.3-0_all.deb. – N0rbert Dec 10 '21 at 19:30