Announcement

Collapse
No announcement yet.

Apt-get error

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

    Apt-get error

    I ran apt-sudo get upgrade And got
    Errors were encountered while processing:
    /var/cache/apt/archives/rtmpdump_2.5-0ubuntu2~precise_i386.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)


    Huh?
    Thanks
    Alvin ARS ka9qlq
    Kubuntu 12.04 on a AMD X2 6000+ Asus M3A78-CM 4 GB RAM ATI Radeon 3100 256MB & 2 TB SATA HD
    Just believing there IS a God won't get you to Heaven.
    Accepting Jesus as your Lord and master is the only way!
    http://www.4laws.com/laws/languages.html
    http://www.godssimpleplan

    #2
    Run:
    Code:
    sudo apt-get --purge autoremove && sudo apt-get clean
    Then run:
    Code:
    sudo apt-get update && sudo apt-get dist-upgrade
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment

    Working...
    X