Results 1 to 5 of 5

Thread: Help! How do i delete hidden program files!

  1. #1
    Join Date
    Jun 2008
    Beans
    434

    Help! How do i delete hidden program files!

    i have an issue with Ktorrent, i installed the Settings plugin and made 1 change(i put a bunch of 9999999's in one of the colums thinking this would automatically tell the program to set to "max" but obviously this program is stubborn), then it closed automatically and the KDE crash handler poped up, i have know idea what "backtrace" is for, so i closed it and tried to reopen it, it kept closing down, then i uninstalled it via Add/Remove, reinstalled it, an i can use it, but now it crashes when i try to add the plugin.

    so that tells me, theres something that was left on my HDD after i uninstalled via Add/remove...i thought i was done with Windows =/


    my question is,
    how do i find/delete the files that are hidden somewhere in my HDD so i can use a fresh install of Ktorrent?
    Last edited by eival; June 24th, 2008 at 03:02 AM.

  2. #2
    Join Date
    Apr 2008
    Location
    Southern California, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Help! How do i delete hidden program files!

    Quote Originally Posted by eival View Post
    i have an issue with Ktorrent, i installed the Settings plugin and made 1 change(i put a bunch of 9999999's in one of the colums thinking this would automatically tell the program to set to "max" but obviously this program is stubborn), then it closed automatically and the KDE crash handler poped up, i have know idea what "backtrace" is for, so i closed it and tried to reopen it, it kept closing down, then i uninstalled it via Add/Remove, reinstalled it, an i can use it, but i still want to make changes in the Settings plugin, but it still crashes.

    so that tells me, theres something that was left on my HDD after i uninstalled via Add/remove...i thought i was done with Windows =/


    my question is,
    how do i find/delete the files that are hidden somewhere in my HDD so i can use a fresh install of Ktorrent?
    Regarding the question about clearing the hard drive. Boot up using livecd then go to Terminal and type
    Code:
    sudo gparted
    Then delete any and all partitions. Reboot and install kubuntu . You did say you wanted a fresh install, correct?

    EDIT: I was assuming you were NOT dual booting of course! And the only OS that you want on your computer is Kubuntu.

    [I use gdisk from a dos prompt and type "gdisk 1 /del /all". I'm not sure of the Windows fdisk command that does the same]
    Last edited by VMC; June 24th, 2008 at 03:21 AM.

  3. #3
    Join Date
    May 2007
    Location
    Georgia
    Beans
    160
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Help! How do i delete hidden program files!

    I'm not sure if this is exactly correct or not. (I use gnome) Open your file browser and go to the "view" tab. There should be a "Show hidden files" selection. You would then need to find your file, right click and select properties. You would then need change the permissions to allow you to delete it. (ownership)
    Once again, not using KDE, I may not be totally correct, but I hope this helps.

  4. #4
    Join Date
    May 2008
    Beans
    168

    Re: Help! How do i delete hidden program files!

    I'd try uninstall via command line:

    sudo apt-get purge ktorrent #to get rid of ktorrent and delete old package
    sudo apt-get autoclean #to delete unused dependencies

    Then I'd take a look in the home directory for ktorrent files. Most apps will create a folder preceeded by a period (.). Some file managers hide these, in Xubuntu I need to click 'View' then 'Show hidden files'. Or you can 'ls -a' via command line.

    If there's a .ktorrent folder or something similar (that was created by ktorrent obviously) then delete it.

    Install ktorrent.

    sudo apt-get install ktorrent

    EDIT:

    I was feeling particularly helpful and downloaded/installed ktorrent. It's temp files are stored in:

    ~/.kde/share/apps/ktorrent/
    ~/.kde/share/config/ktorrentrc
    ~/.ktorrent.lock

    So, delete those folders, i.e.:

    sudo rm -r ~/.kde/share/apps/ktorrent/ # repeat for other folder/file

    Note that rm -r is a dangerous command. It will delete everything in that folder.

    Rest of instructions are unchanged. I can also confirm that .kde/share/apps/ktorrent is not deleted even after running apt-get remove. There may be other files left over but I couldn't find any.
    Last edited by molotov00; June 24th, 2008 at 03:36 AM.

  5. #5
    Join Date
    Jun 2008
    Beans
    434

    Re: Help! How do i delete hidden program files!

    thanks alot molotov, ill try those steps out an reply back with the results.

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
  •