2

I've been trying to install terminator for my ubuntu 18.04, but I couldn't install it with apt and after adding ppa:gnome-terminator, in apt update I get this error:

Err:8 http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu bionic Release
  404  Not Found [IP: 91.189.95.83 80]

There is no bionic release in ppa.launchpad.net/gnome-terminator/ppa/ubuntu/dists/.

How can I install Terminator?

no746
  • 189

1 Answers1

3

I used this answer, but I still couldn't install the terminator. I was checking my "Software and Updates" and I saw that in "Ubuntu Software" tab, the "Canonical-maintained free and open-source software (universe)" is not selected. I select it and after sudo apt update, I could install terminator using sudo apt install terminator. Ubuntu Software

no746
  • 189