Skip to content

Instantly share code, notes, and snippets.

View djsiddz2's full-sized avatar
👉
Check @djsiddz

Siddhesh Thadeshwar djsiddz2

👉
Check @djsiddz
View GitHub Profile
@buithehoa
buithehoa / downgrade-gnome-terminal-to-3.6.2.sh
Created May 3, 2015 03:36
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