Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Delete folder of program Completely

  1. #1
    Join Date
    Nov 2015
    Beans
    6

    Delete folder of program Completely

    i'm new to Ubuntu Really need help in this problem
    Now i installed old version of a program that used a port for its processes , i deleted the folder of the program by `right click .. remove` and didn't know that it has any files in other place !! and didn't know that may be a process using port

    i installed new version of the program and every time i ran the program , old version folder created and `empty` !!

    Now i want to delete old version folder completely in right way
    i searched for `PID` of the old version but it gave nothing !! sure because i deleted the folder of the program , HOW can i solve this

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

    Re: Delete folder of program Completely

    Did you remove the program? Perhaps the old version is still installed and it is that which is loading. How did you install the old version of this program? Through Ubuntu Software Centre? How did you remove it?

    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


  3. #3
    Join Date
    Nov 2015
    Beans
    6

    Re: Delete folder of program Completely

    i installed it by commands in terminal not through software center , and i removed it by deleted the folder only , i knew after that , it's wrong way to uninstall program like that !
    Last edited by prog-researcher; November 18th, 2015 at 02:51 AM.

  4. #4
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Delete folder of program Completely

    You can't uninstall a program by just deleting a folder, as there are files spread all over the / directory. The Debian/Ubuntu way is to use apt get, eg:

    Code:
    sudo apt-get purge <package name>
    You can also use Synaptic Package Manager to completely remove a package.

  5. #5
    Join Date
    Nov 2015
    Beans
    6

    Re: Delete folder of program Completely

    i knew that after deleted the folder but there is no files i guess still in the directory except the empty folder of old that created every time i ran new version ?

    i used the above command but got unable to locate package , and couldn't find any package by regex

  6. #6
    Join Date
    Apr 2012
    Beans
    7,256

    Re: Delete folder of program Completely

    You will need to tell us how you installed it specifically - what actual terminal commands did you use?

  7. #7
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Delete folder of program Completely

    Might help to know the program you are trying to uninstall, is it related to your other thread http://ubuntuforums.org/showthread.php?t=2303034 ?

  8. #8
    Join Date
    Oct 2005
    Location
    Holland
    Beans
    938
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Delete folder of program Completely

    This is a question that might contain the answer how to solve the problem. Just don't execute it before other forum readers have commented on it:
    Is it not an idea just to install the program again (using Synaptic, or apt-get in the terminal), and THEN to remove it the correct way?

    Topsiho

  9. #9
    Join Date
    Nov 2015
    Beans
    6

    Re: Delete folder of program Completely

    here the link of how to install storm
    http://10jumps.com/blog/storm-installation-single-machine

    i used apt-get remove but gave me that
    got unable to locate package , and couldn't find any package by regex
    Last edited by sandyd; November 22nd, 2015 at 06:18 AM. Reason: Fix link

  10. #10
    Join Date
    Nov 2015
    Beans
    6

    Re: Delete folder of program Completely

    any help ?

Page 1 of 2 12 LastLast

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
  •