I was trying to downgrade my latest gnome-terminal to version 3.6.2 as given in
Upgrade to 15.04: What happened to my gnome-terminal tabs?
But after restart, the terminal won't launch. When I try to install the same version otherwise from X term, it notifies me of the error:
**The following packages have unmet dependencies:
gnome-terminal : Depends: libvte-2.90-9 (>= 1:0.34.9) but it is not installable**
Can someone help?
– pUTa432 Mar 13 '17 at 05:35error while loading shared libraries: libvte-2.90.so.9: cannot open shared object file: No such file or directory
Your noob solution didn't work for me as I fugured downgrading was a bad option. Anyways I could get the data files for the gnome-terminal named <gnome-terminal-data_3.4.1.1-0ubuntu1_all.deb> and after installing it my terminal runs smooth and fine now.
I decided to downgrade it because the latest terminal doesn't have the features like renaming a tab or saving the tabs etc.
– pUTa432 Mar 13 '17 at 06:09sudo dpkg -r gnome-terminal gnome-terminal-data && sudo apt install gnome-terminal
in a TTY. This will at least leave you with a working terminal. – Samuel Mar 13 '17 at 06:12