install vim on solaris for sparc

1  Login in to your Solaris box and create a temporary directory, for example:
   # mkdir /tmp/vim
2  Download all binaries to this temporary directory.
3  You should perform this installation as the root user so it will be available
   to all users on the machine:
   # su -
   # Password: ******
4  Go to the temporary directory:
   # cd /tmp/vim
5  Unzip all packages:
   # gunzip libgcc-3.4.6-sol10-sparc-local.gz
   # gunzip glib-1.2.10-sol10-sparc-local.gz
   # gunzip gtk+-1.2.10-sol10-sparc-local.gz
   # gunzip ncurses-5.7-sol10-sparc-local.gz
   # gunzip libiconv-1.11-sol10-sparc-local.gz
   # gunzip libintl-3.4.0-sol10-sparc-local.gz
   # gunzip vim-7.2-sol10-sparc-local.gz
6  Save current "LD_LIBRARY_PATH" in a file:
   # echo $LD_LIBRARY_PATH > /tmp/vim/ld_path_file
7  Unset your "LD_LIBRARY_PATH" for the current session so Vim installation
   files will be copied to the default correct location. That way it will
   work properly with all users.
   # unset LD_LIBRARY_PATH
8  Run the following commands in given sequence, Sequence must be followed
   otherwise installation may fail. Provide your inputs at the prompt during
   package installation (you can simply accept the defaults):
   # pkgadd -d libgcc-3.4.6-sol10-sparc-local
   # pkgadd -d glib-1.2.10-sol10-sparc-local
   # pkgadd -d gtk+-1.2.10-sol10-sparc-local
   # pkgadd -d ncurses-5.7-sol10-sparc-local
   # pkgadd -d libiconv-1.11-sol10-sparc-local
   # pkgadd -d libintl-3.4.0-sol10-sparc-local
   # pkgadd -d vim-7.2-sol10-sparc-local
9  Go to the directory where Vim is installed and verify your Vim installation.
   # cd /usr/local/bin
10 Run the following command; it should open Vim:
   # ./vim
11 Exit from Vim (press Esc and type :q!).
12 Create link for "/usr/local/bin/vim" on location where "vi" editor
   (normally "/usr/bin") is installed, after successful verification in step 10.
   For this run following command to know location of "vi".
   # which vi
13 It will show a directory like "/usr/bin/vi". Change to that directory.
   # cd /usr/bin
14 Run following commands for link creation.
   # ln -s /usr/local/bin/vim vim
   # ln -s /usr/local/bin/vimdiff vimdiff
15 Create a "vimrc" file in the "$VIM" directory. To do that, start Vim:
   # vim
16 Enter the Vim command:
     :echo $VIM
17 It will output something like "/usr/local/share/vim"
18 Go to this ($VIM) directory
   # cd /usr/local/share/vim
19 Create vimrc file here with vi editor.
   # vi vimrc
20 Copy "vimrc" file data from next "vimrc file" section and paste into this file.
21 Save this "vimrc" file and exit from "vi" editor.
22 Run following command so this file will be available to all users
   # chmod 755 /usr/local/share/vim/vimrc
23 Now you can use vim and vimdiff instead of vi.
   # vim abc.txt
   # vimdiff abc.txt efg.txt
23 Run the following command to restore "LD_LIBRARY_PATH":
   # export LD_LIBRARY_PATH=`cat /tmp/vim/ld_path_file`

 

 

//

set nocompatible
set history=50
set undolevels=100
set viminfo='20,/"50
set showmode
syntax on
set ignorecase
set tabstop=4
set shiftwidth=4
set background=light
highlight Normal guibg=White guifg=Black
set backspace=2
set noerrorbells
set laststatus=2
set cmdheight=1
set statusline=%<%F%h%m%r%h%w%y/ %{&ff}/ line:%l/ col:%c%V
set foldenable
set showmatch
set lz
nnoremap <F3> <Esc>nl
inoremap <F3> <Esc>nli
inoremap <C-H> <Esc>:%s/search/replace/gc
nnoremap <C-W> gti
inoremap <C-W>  <Esc>gti
"set nowrap   "// do not wrap lines
"set number   "// turn on line numbers
set nobackup
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

lazyclough

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值