Results 1 to 8 of 8

Thread: deleting configuration files

  1. #1
    Join Date
    Apr 2010
    Beans
    88

    deleting configuration files

    hi i installed a bunch of apps such as awn awn, docky, gnome-do and cairo to test them out. i used sudo apt-get --purge remove avant-window-navigator and sudo apt-get autoremove to uninstall it but when i tried reinstalling awn, my configurations stayed the same instead of a "clean-install" of the app. can you help me to make a clean install of the app? or is it possible to delete the folders of awn under gconf-editor? using ubuntu 10.04.

  2. #2
    Join Date
    Apr 2010
    Beans
    88

    Re: deleting configuration files

    can anyone help?

  3. #3
    Join Date
    Jan 2010
    Location
    /usr/share/your_fridge
    Beans
    1,534
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: deleting configuration files

    Configuration folders are often hidden in your home as a .name folder. You want to delete that folder for each program.

    For example: to restore Mozzila Thunderbird to defaults, I woud uninstall it, remove the .thunderbird file, then reinstall it.
    "Meddle not with roos; thou art crunchy and grasshopper-like" ※The SABRFL※

    Last edited by ubunterooster; 1 Minute ago

  4. #4
    Join Date
    Mar 2009
    Beans
    554
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: deleting configuration files

    if you cant see them, hit Ctrl + h
    Someday we'll hit the human carrying capacity. And the band will just play on. -Me

    I'm trying PHP, so my code can probably be labelled "bad and insecure"

  5. #5
    Join Date
    Apr 2010
    Beans
    88

    Re: deleting configuration files

    thank you! deleting those folders worked like a charm

  6. #6
    Join Date
    Jan 2010
    Location
    /usr/share/your_fridge
    Beans
    1,534
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: deleting configuration files

    Glad to hear. [Just be easy on that initial thread bumping; rules say once per 24hr.]
    "Meddle not with roos; thou art crunchy and grasshopper-like" ※The SABRFL※

    Last edited by ubunterooster; 1 Minute ago

  7. #7
    Join Date
    Jun 2008
    Location
    UK
    Beans
    131
    Distro
    Kubuntu 16.04 Xenial Xerus

    Re: deleting configuration files

    For future reference, I believe the command to uninstall and remove all config files is
    Code:
    sudo apt-get purge package
    rather than
    Code:
    sudo apt-get --purge remove package

  8. #8
    Join Date
    Apr 2010
    Beans
    88

    Re: deleting configuration files

    Quote Originally Posted by EssexEagle View Post
    For future reference, I believe the command to uninstall and remove all config files is
    Code:
    sudo apt-get purge package
    rather than
    Code:
    sudo apt-get --purge remove package
    i tried the sudo apt-get --purge remove package as well but it didnt work. but manually deleting there folders as said above worked out well for me.

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
  •