Results 1 to 10 of 35
I'm new to Linux use, and I'm trying to install new software. However, no matter what I try to install, I always get an error. This includes updates, and extra ...
- 05-20-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 16
Software installation problem.
I'm new to Linux use, and I'm trying to install new software. However, no matter what I try to install, I always get an error. This includes updates, and extra programs. What am I doing wrong?
- 05-20-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,975
How are you trying to install new software, and what is the error(s) you are getting? Also, which version of Ubuntu are you running?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 05-20-2010 #3Just Joined!
- Join Date
- May 2010
- Posts
- 16
I'm using Ubuntu 10.04, as for the error, it says something like this, and there are a lot of the same ones over and over again.
dpkg: error processing vlc-plugin-pulse (--configure):
dependency problems - leaving unconfigured
- 05-20-2010 #4Just Joined!
- Join Date
- Aug 2008
- Posts
- 48
Are you using .deb packages, apt-get, aptitude, the Ubuntu Software Manager, Synaptic Package Manager?
When you try and update are you using the System>Administration>Update Manager?
What do you have in your System>Administration>Software Sources?
- 05-20-2010 #5
Execute this in Terminal :
Does any of above command throw error? Post exact error message here, if any.Code:sudo apt-get clean all sudo apt-get update sudo apt-get install htop
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-20-2010 #6Just Joined!
- Join Date
- May 2010
- Posts
- 16
I'm new to linux, I have no idea what those are.
Yes.
I'm not sure what I'm looking for here.
The first and second commands seem to work, but I get an error on the third.
Code:Errors were encountered while processing: libqtcore4 libqtgui4 libsdl-image1.2 libswscale0 libtar libtwolame0 libvcdinfo0 vlc-nox vlc mozilla-plugin-vlc vlc-plugin-pulse mplayer E: Sub-process /usr/bin/dpkg returned an error code (1)
- 05-20-2010 #7Just Joined!
- Join Date
- Aug 2008
- Posts
- 48
Ace_Sorou, sorry about that. All those are just different ways to do the same thing, basically install packages. Never mind about the software sources. Looks like VLC didn't install correctly. I am half asleep, so I will let someone else verify that and tell you what to do. I don't want to give you the wrong advice and blow up your computer
- 05-20-2010 #8
have you tried to reinstall vlc through synaptic? just type in the search vlc and right click it and choose reinstall, see if this clears the issue up for ya.
- 05-20-2010 #9Just Joined!
- Join Date
- Aug 2008
- Posts
- 48
First try what Hatebreed said first, that is the easiest way to go. if it fails then try.
Open up the terminal and just type in, or cut and paste,Then reinstall vlcCode:sudo apt-get purge vlc
If there are any errors cut and paste them here.Code:sudo apt-get install vlc
Edit: The terminal is in the Applications menu, under accessories. Applications>Accessories>Terminal
- 05-21-2010 #10
Execute this
Code:sudo dpkg -a --configure sudo apt-get install htop
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
