I have fresh linode with ubuntu 9.04. When I try to install the full vim with this command
sudo apt-get install vim-full
i get
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package vim-full
Any ideas?
|
feedback
|
|
If you open /etc/apt/sources.list, are the lines containing "jaunty universe" commented out? If they are, take out the comment and then do Make sure you open sources.list using sudo, in case you need to edit out those comments. | |||||
feedback
|