Created
July 22, 2017 21:37
-
-
Save atiq-cs/d34573930c48d438235c71af398ded4c to your computer and use it in GitHub Desktop.
vim installation example on Debian 9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# apt-get install vim | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following additional packages will be installed: | |
vim-runtime | |
Suggested packages: | |
ctags vim-doc vim-scripts | |
The following NEW packages will be installed: | |
vim vim-runtime | |
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 6,442 kB of archives. | |
After this operation, 30.7 MB of additional disk space will be used. | |
Do you want to continue? [Y/n] y | |
Get:1 http://ftp.us.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4 [5,409 kB] | |
Get:2 http://ftp.us.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4 [1,033 kB] | |
Fetched 6,442 kB in 4s (1,417 kB/s) | |
Selecting previously unselected package vim-runtime. | |
(Reading database ... 143017 files and directories currently installed.) | |
Preparing to unpack .../vim-runtime_2%3a8.0.0197-4_all.deb ... | |
Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' | |
Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' | |
Unpacking vim-runtime (2:8.0.0197-4) ... | |
Selecting previously unselected package vim. | |
Preparing to unpack .../vim_2%3a8.0.0197-4_amd64.deb ... | |
Unpacking vim (2:8.0.0197-4) ... | |
Processing triggers for man-db (2.7.6.1-2) ... | |
Setting up vim-runtime (2:8.0.0197-4) ... | |
Setting up vim (2:8.0.0197-4) ... | |
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode | |
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode | |
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode | |
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode | |
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode | |
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode | |
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment