Problems Installing VIM
- Anmelden oder Registrieren um Kommentare zu schreiben
So I'm using the instructions found here:
When I go to build, "sudo: make: command not found,"
or, without sudo:
"bash: make: command not found"
Trisquel 7 with Xfce4 desktop.
Thanks,
sudo apt-get install build-essential may solve the not-found problem.
Also, you can install vim by executing sudo apt-get install vim.
Vim 7.4 (the latest version) is in Trisquel's repository. Any reason you had rather build it from source?
As pointed out Vim is in the repo. Also, when you have an application in your repo and want to build the same of a newer version, you can use the command **sudo apt-get build-dep vim** to get all the dependencies required by vim installed on your system.
vim Comes installed in trisquel 7
type vim or vi in Terminal
and you will se it
So I'm using the instructions found here:
When I go to build, "sudo: make: command not found,"
or, without sudo:
"bash: make: command not found"
Trisquel 7 with Xfce4 desktop.
Thanks,
Initially, in the Applications Menu at the top of Xfce4, there appeared a "Developer" section that had Emacs 23 in it. I uninstalled it because I don't like Emacs. Thus, the developer section disappeared along with the Emacs application.
Since then I've run
sudo apt-get install vim
sudo apt-get build-dep vim
No developer section appears in the Applications Menu as it did with Emacs
I see Vim in its directory, /usr/bin. Relevant files look like:
vi 2.1MB link to /etc/alternatives/vi
vim 2.1MB link to /etc/alternatives/vim
vim.basic 2.1MB executable
vim.tiny 824.6kB executable
vimdiff 2.1MB link to /etc/alternatives/vimdiff
vimtutor 2.1kB shell script
I've clicked on the vi link, the vim link, and the vim.tiny executable. All of them freeze my system and I'm only able to get out of it with a power cycle.
Any other help on getting Vim up and running?
Thanks,
I don't know if vim comes with GUI.
You can try install gvim.
I don't know if vim comes with GUI.
You can try install gvim.
vim is a terminal application, so open a terminal and execute
$ vim
If you want a graphical interface, then install gvim
sudo apt-get install build-essential may solve the not-found problem.
Also, you can install vim by executing sudo apt-get install vim.
Vim 7.4 (the latest version) is in Trisquel's repository. Any reason you had
rather build it from source?
As pointed out Vim is in the repo. Also, when you have an application in your
repo and want to build the same of a newer version, you can use the command
**sudo apt-get build-dep vim" to get all the dependencies required by vim
installed on your system.
vim Comes installed in trisquel 7
type vim or vi in Terminal
and you will se it
Initially, in the Applications Menu at the top of Xfce4, there appeared a
"Developer" section that had Emacs 23 in it. I uninstalled it because I don't
like Emacs. Thus, the developer section disappeared along with the Emacs
application.
Since then I've run
sudo apt-get install vim
sudo apt-get build-dep vim
No developer section appears in the Applications Menu as it did with Emacs
I see Vim in its directory, /usr/bin. Relevant files look like:
vi 2.1MB link to /etc/alternatives/vi
vim 2.1MB link to /etc/alternatives/vim
vim.basic 2.1MB executable
vim.tiny 824.6kB executable
vimdiff 2.1MB link to /etc/alternatives/vimdiff
vimtutor 2.1kB shell script
I've clicked on the vi link, the vim link, and the vim.tiny executable. All
of them freeze my system and I'm only able to get out of it with a power
cycle.
Any other help on getting Vim up and running?
Thanks,
vim is a terminal application, so open a terminal and execute
$ vim
If you want a graphical interface, then install gvim
- Anmelden oder Registrieren um Kommentare zu schreiben