Install libvte-2.91-dev
Installing libvte-2.91-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libvte-2.91-dev
libvte-2.91-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libvte-2.91-dev |
version | 0.44.1-1 |
description | Terminal emulator widget for GTK+ 3.0 – development files |
subsection | libdevel |
website | wiki.gnome.org / Apps / Terminal / VTE |
maintainer | Debian GNOME Maintainers |
Uninstall libvte-2.91-dev
To remove just libvte-2.91-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libvte-2.91-dev
Uninstall libvte-2.91-dev and it’s dependent packages
To remove the libvte-2.91-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libvte-2.91-dev
Purging libvte-2.91-dev
If you also want to delete configuration and/or data files of libvte-2.91-dev from Debian Sid then this will work:
sudo apt-get purge libvte-2.91-dev
To delete configuration and/or data files of libvte-2.91-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libvte-2.91-dev