-3

I have just installed ubuntu 12.10 (without internet at the time of installation), and even some basic applications like vim are not installed in it.
What should I do so that these applications (which I guess, would have been installed if I were to install with internet) ?

Happy Mittal
  • 155
  • 1
  • 6

2 Answers2

1

Try looking in Ubuntu's Software Center those applications... If you want, you can also use Terminal and type

sudo apt-get install <package_name>
moonstar-x
  • 178
  • 1
  • 12
0

for basic application use ubuntu software center, it will also show the more usefull softwares, application and easy installation.

install vim using:-

sudo apt-get update

sudo apt-get install vim

Gaurav Sharma
  • 1,281
  • 2
  • 13
  • 26