Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buithehoa/4903c09d8941107823bf to your computer and use it in GitHub Desktop.
Save buithehoa/4903c09d8941107823bf to your computer and use it in GitHub Desktop.
Downgrade Gnome Terminal to 3.6.2
wget http://fr.archive.ubuntu.com/ubuntu/pool/main/g/gnome-terminal/gnome-terminal-data_3.6.2-0ubuntu1_all.deb http://fr.archive.ubuntu.com/ubuntu/pool/main/g/gnome-terminal/gnome-terminal_3.6.2-0ubuntu1_amd64.deb
sudo dpkg -i gnome-terminal_3.6.2-0ubuntu1_amd64.deb gnome-terminal-data_3.6.2-0ubuntu1_all.deb
sudo apt-mark hold gnome-terminal
sudo apt-mark hold gnome-terminal-data
@JohnsonPua
Copy link

JohnsonPua commented Oct 1, 2018

In fresh Ubuntu 16.04, the below package might be missing. Run before dpkg gnome-terminal 3.6.2

wget http://ftp.us.debian.org/debian/pool/main/v/vte3/libvte-2.90-9_0.36.3-1_amd64.deb http://ftp.us.debian.org/debian/pool/main/v/vte3/libvte-2.90-common_0.36.3-1_all.deb
sudo dpkg -i libvte-2.90-9_0.36.3-1_amd64.deb libvte-2.90-common_0.36.3-1_all.deb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment