Results 1 to 4 of 4
This may be the wrong forum, and I may be asking something that has already been asked, but I'm so confused right now. I used the Ubuntu Software Center to ...
- 01-05-2010 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 7
Terminal Sudo Password Issue
This may be the wrong forum, and I may be asking something that has already been asked, but I'm so confused right now. I used the Ubuntu Software Center to try and download Open Movie Editor, and it downloads almost instantly, completing in under a few seconds. After that, I try and run it in the menu, and you can see the beginnings of the corner of a window appear and immediately disappear, without the program ever actually opening. So, I uninstalled it, reinstalled it, yada yada yada, and the same issue.
This got me thinking, suppose a manual install would work better than through the Software Center? So, I downloaded the *.tar.gz file from the website, and began to attempt to install it. The moment I get to the step that requires
I get stuck. The next message isCode:sudo ./configure sudo make
I know what to do here. Enter my password which I predetermined at the installation of Ubuntu. And so, I begin to type the first letter of the password, and then...Code:[sudo] password for <username>:
*GASP*
Nothing happens. The same goes for typing any and all characters. The cursor doesn't move, the letters don't appear, nothing happens at all. Am I doing something wrong here, do I need to determine something else to get it to work? I need this video software pretty badly, and it won't run otherwise. Thanks in advance.
- 01-05-2010 #2Linux Newbie
- Join Date
- Nov 2007
- Location
- Planet Earth
- Posts
- 152
When you use sudo there is no echo on the terminal, and that behavior is normal... you need to type and then hit enter key.
BTW, it is not necessary to run the configure script with sudo, even the make command can be done with your user... only the installation needs a sudo execution (unless you change the default target)EOF
- 01-05-2010 #3
i'd recommend against installing from source unless you know what you are doing
probably you should try to run the program from a terminal and see if any error is shown which we can diagnose
- 01-05-2010 #4
Try installing it through the package manager.
Code:sudo apt-get install openmovieeditor


Reply With Quote