Announcement

Collapse
No announcement yet.

[SOLVED] Little Big Problem with apt-get fakeroot

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

    #16
    Re: Little Big Problem with apt-get fakeroot (solved)

    Workaround B: Finish the install when the package can't be removed

    $ sudo apt-get clean
    $ sudo aptitude download PACKAGE
    $ sudo dpkg --unpack ./PACKAGE_VERSION.deb
    $ sudo dpkg --configure PACKAGE


    I use this.

    Comment

    Working...
    X