Announcement

Collapse
No announcement yet.

apt-get Questions

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

    apt-get Questions

    Is there a way to use apt-get to repair a busted upgrade? Can apt-get be used to roll back to a previous release. I'm looking at the man page but there are options which are unclear to me.

    Thanks...

    #2
    Re: apt-get Questions

    Try looking at :

    Code:
    sudo apt-get -f install
    If that doesn't work then try:

    Code:
    sudo dpkg --configure -a
    Boot Info Script

    Comment


      #3
      Re: apt-get Questions

      You may want to run, in order:
      Code:
      sudo dpkg --configure -a
      sudo apt-get update
      sudo apt-get install -f
      sudo apt-get dist-upgrade
      You may need to repeat until no errors are reported.
      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