VTE is a library (libvte) implementing a terminal emulator widget for GTK+, and a minimal sample application (vte) using that.
VTE is a library (libvte) implementing a terminal emulator widget for GTK+, and a minimal sample application (vte) using that. Vte is mainly used in gnome-terminal, but can also be used to embed a console/terminal in games, editors, IDEs, etc.
VTE is a library (libvte) implementing a terminal emulator widget for GTK+, and a minimal sample application (vte) using that. Vte is mainly used in gnome-terminal, but can also be used to embed a console/terminal in games, editors, IDEs, etc.
To install vte, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install vte
To see what files were installed by vte, run:
port contents vte
To later upgrade vte, run:
sudo port selfupdate && sudo port upgrade vte
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.