Announcement

Collapse
No announcement yet.

Issues with installing new packages

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Issues with installing new packages

    Hi, I'm running the 64-bit distro, and I've been having trouble installing new packages. I've tried with both synaptic and kpackagekit, with no luck. I always get an unknown error

    Any suggestions on what I could try would be greatly appreciated.

    #2
    Re: Issues with installing new packages

    Originally posted by BloodiedFangs
    Hi, I'm running the 64-bit distro, and I've been having trouble installing new packages. I've tried with both synaptic and kpackagekit, with no luck. I always get an unknown error

    Any suggestions on what I could try would be greatly appreciated.
    I just replaced my 64bit Karmic install with the 64 bit Lucid Lynx but neither gave me any trouble running any version of an application package manger: apt-get, kpackagekit, Synaptic, dpkg, etc...

    It sounds like you installed from a bad ISO. My suggestion is that your test the md5sum of your ISO AND when you boot the LiveCD run the second menu option, which checks the burn of that ISO. If they are both good then reinstall. IF not, redownload and reburn, checking both, until you get a good burn. It helps if you can burn at a speed <= 10X.
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment


      #3
      Re: Issues with installing new packages

      ...I've tried with both synaptic and kpackagekit, with no luck. I always get an unknown error...
      Rule of thumb

      When you get a mysterious error with the gui, use the cli.

      With the cli you usually get a full error message and could do a net search with the error message.


      With the apt-get /1/; konsole:

      Update the package database:
      Code:
      sudo apt-get update
      Clean the local package archives
      Code:
      sudo apt-get clean
      Try to upgrade.
      Code:
      sudo apt-get dist-upgrade
      Try to install.
      Code:
      sudo apt-get install <package>

      Any errors ??


      /1/ > FAQ: Package Managers
      Before you edit, BACKUP !

      Why there are dead links ?
      1. Thread: Please explain how to access old kubuntu forum posts
      2. Thread: Lost Information

      Comment


        #4
        Re: Issues with installing new packages

        Thanks heaps, guys, looks like its working on the whole.

        Comment

        Working...
        X