Results 1 to 3 of 3

Thread: Going back in time

  1. #1
    Join Date
    Nov 2008
    Location
    Chile
    Beans
    98
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Wink Going back in time

    let's say i did sth wrong and i want to move back in time in terminal. is there a way to do that?

    i want to install this:

    sudo add-apt-repository ppa:tiheum/equinox
    sudo apt-get update
    sudo apt-get install gtk2-engines-equinox faenza-icon-theme equinox-theme

    but i'm not that sure i'll like afterwards so i want to know if i'll be able to discard it in case i dont dig it enough.

    thanks

  2. #2
    Join Date
    Dec 2004
    Location
    Atlanta, GA USA
    Beans
    7,257
    Distro
    Ubuntu Development Release

    Re: Going back in time

    Sure, just do:
    Code:
    sudo apt-get remove --purge package_name

  3. #3
    Join Date
    Jan 2008
    Location
    Greece
    Beans
    Hidden!
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: Going back in time

    You can also remove the ppa:tiheum/equinox(if it isn't the source of any other package) from your "software sources" in order to keep your sources list clean from unused ppas.

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
  •