Find the answer to your Linux question:
Page 1 of 4 1 2 3 4 LastLast
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 ...
  1. #1
    Just 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?

  2. #2
    Linux Guru Rubberman's Avatar
    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!

  3. #3
    Just 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

  4. #4
    Just 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?

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this in Terminal :
    Code:
    sudo apt-get clean all
    sudo apt-get update
    sudo apt-get install htop
    Does any of above command throw error? Post exact error message here, if any.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    May 2010
    Posts
    16
    Quote Originally Posted by cms9000 View Post
    Are you using .deb packages, apt-get, aptitude, the Ubuntu Software Manager, Synaptic Package Manager?
    I'm new to linux, I have no idea what those are.

    Quote Originally Posted by cms9000 View Post
    When you try and update are you using the System>Administration>Update Manager?
    Yes.

    Quote Originally Posted by cms9000 View Post
    What do you have in your System>Administration>Software Sources?
    I'm not sure what I'm looking for here.

    Quote Originally Posted by devils casper View Post
    Execute this in Terminal :
    Code:
    sudo apt-get clean all
    sudo apt-get update
    sudo apt-get install htop
    Does any of above command throw error? Post exact error message here, if any.
    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)

  7. #7
    Just 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

  8. #8
    Linux User hatebreed's Avatar
    Join Date
    May 2010
    Posts
    332
    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.

  9. #9
    Just 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,
    Code:
    sudo apt-get purge vlc
    Then reinstall vlc

    Code:
    sudo apt-get install vlc
    If there are any errors cut and paste them here.


    Edit: The terminal is in the Applications menu, under accessories. Applications>Accessories>Terminal

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

Page 1 of 4 1 2 3 4 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...