lun, 15 Feb 2010, Daniel Pena skribis:
> Hello!
> 
> >apt-get install libncurses5-dev
> >
> >Probably it is not the only development package missing in your
> >installation, so you may have to repeat the step above for each missing
> >development package or install the metapackage that installs all
> >development packages (I don't remember the name, try Google).
> 
> I'm new on Linux, Where Am I suppose to give this command? and the
> sudo apt-get build-dep vim ?
> 
> I tried those two commands, but I always get "Impossible to find the
> package libncurse5-dev" with the first command
> and "Impossible to open the file var/lib/apt/lists/
> pt.archive.ubuntu.com_ubuntu_dists_jauntry_main_source_Srouces - open
> (2 files or directory do not exist) with the second command
> 
> what am I doing wrong?
> 
> best regards
> 
> there is a gui frontend for apt called 'synaptic' not sure for its
> exact spelling because I did not have it installed.  But you should
> choose it from pull-down menu of the gnome desktop.

Open the synaptic and then choose search button to search for the word
with 'vim', so as to see what the exact package name would be
'vim-gnome' or 'vim-gtk' or 'gnome-vim' etc.  Once you got the exact
package name, quit synaptic and goto terminal to type
  sudo apt-get build-dep (exact package name here)

> >apt-get install libncurses5-dev
you forgot the 'sudo', type
sudo apt-get install libncurses5-dev

or use synaptic (gui-frontend) instead of typing command line.

I assume you yourself is already on the sudoer list

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3

-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to