This question has already been answered:
What is the difference between vim-gnome and vim-nox?
This question has already been answered:
What is the difference between vim-gnome and vim-nox?
A similar question was asked earlier and an answer has already been received. If the answers provided are not exhaustive, please ask a new question .
judging by the package names, this is about the debian gnu / linux distribution kit (or about some of its “heir”).
so we look descriptions (supplemented by my free translation):
This is a transitional package to install the vim-gtk3 package. You may remove this package if nothing depends on it.
This is an intermediate package for installing the vim-gtk3 package. You can remove this package if nothing depends on it.
vim-gtk3 :
This package contains a version of the vim compiled with a GTK3 GUI and support for scripting with Lua, Perl, Python, Ruby, and Tcl.
This package contains a version of the vim program compiled with GTK3 GUI and scripting support for Lua, Perl, Python, Ruby and Tcl.
vim-nox :
This package contains a version of vim compiled with support for scripting with Lua, Perl, Python, Ruby, and Tcl but no GUI.
This package contains a version of vim compiled with Lua, Perl, Python, Ruby and Tcl scripting, but not GUI.
Summary : vim-gnome is a virtual package in general, and vim-gtk3 depending on it differs from vim-nox only in GUI support.
Source: https://ru.stackoverflow.com/questions/826918/
All Articles