3

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?

N0rbert
  • 99,918

1 Answers1

5

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.

N0rbert
  • 99,918
  • 1
    This does not work on Ubuntu 21.10. – Chaim Eliyah Dec 10 '21 at 13:30
  • 1
    I tried to contact PPA owner, hope we'll get package for 21.10 soon. If you are in hurry - install hirsute's package manually by 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