PDA

View Full Version : [ubuntu] problem with terminal



maruf10
September 26th, 2008, 05:18 PM
hello everyone

i am using ubuntu 32-bit 8.04 LTS
its terminal is not working properly in time of shell scripting
i hv used "sudo apt-get install vim-full" this command in terminal
but its not work
what should i do?
please help....

jualin
September 26th, 2008, 05:22 PM
Are you writing the command with or without the quotes "". The correct command should be
sudo apt-get install vim-full or
sudo aptitude install vim-full

sisco311
September 26th, 2008, 05:26 PM
hello everyone

i am using ubuntu 32-bit 8.04 LTS
its terminal is not working properly in time of shell scripting
i hv used "sudo apt-get install vim-full" this command in terminal
but its not work
what should i do?
please help....
Post the error message.

maruf10
September 26th, 2008, 06:25 PM
thnx to all
problem solved

sisco311
September 26th, 2008, 06:35 PM
Cool!

Please mark the thread solved by selecting
Mark this thread as solved from the Thread Tools.

jualin
September 27th, 2008, 10:23 PM
Glad to hear everything was solved. Out of curiosity, how did you solve the problem?