Results 1 to 2 of 2

Thread: Roll back installation | Darktable

  1. #1
    Join Date
    Nov 2014
    Beans
    2

    Roll back installation | Darktable

    Hi.

    I wanted to install Darktable on my system and since I didn't know my way around things I started the installation using the first code I came across. Subsequently it came to my knowledge that I shouldn't have used that code. It'll be really helpful if someone can help me roll back the installation (partially done).

    Here's what I ran:

    Code:
    $ sudo apt-get install debhelper dpkg-dev fakeroot
    After that, the following I ran the following code but stopped it mid-way using ^c

    Code:
    $ sudo apt-get build-dep darktable
    Any help would be appreciated.

  2. #2
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Roll back installation | Darktable

    Did you install on to a B-Tree file system (btrfs)? If not then it is not possible to "roll back." But you can uninstall/remove packages that have been installed.

    Code:
    apt-get remove <package_name>
    or

    Code:
    apt-get purge <package_name>
    https://help.ubuntu.com/community/AptGet/Howto

    Regards.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


Tags for this Thread

Bookmarks

Posting Permissions

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