Results 1 to 7 of 7

Thread: How do i uninstall Extreme Download Manager on ubuntu 12.04?

  1. #1
    Join Date
    Dec 2013
    Beans
    50

    How do i uninstall Extreme Download Manager on ubuntu 12.04?

    hi

    how do i uninstall Extreme Download Manager on Ubuntu 12.04? That means also getting rid of the icon that appears in the Application area of Dash as well as all the Java related stuff that was downloaded with it
    i tried using 'sudo apt-get purge xdman' but i am not certain that that did the jobplease tell me that i didn't make things worse, PLEASE!). I was told that xdman was uninstalled but
    all the Java related stuff is still in the History section of the ubuntu software center and the extreme download manager icon is still in the app section of Dash. And i want to get rid of that also. I have heard that Java is dangerous because its loaded with spyware etc!

    thanks

  2. #2
    Join Date
    Jul 2013
    Location
    Wisconsin
    Beans
    4,953

    Re: How do i uninstall Extreme Download Manager on ubuntu 12.04?

    The 'xdman' package does not seem to be in the Ubuntu Repositories (nor Debian archives).
    That means two things.

    1) You got it from somewhere else (where?)
    2) It's not supported by this forum. It's supported by whomever you got it from.

    But we can try to help a bit.

    - Java-related stuff in 'History' is...well, history. Uninstalling does not alter the past. Paste it here if you want our opinion.
    - Where did you get xdman from? How did you install it? How you installed it determines how you uninstall it.
    - Look in /var/log/apt for the terminal log of package management sessions. Find the session where you uninstalled xdman. Paste that entire session here.
    - Please don't spread FUD. Java is not "loaded with spyware." Some malware is written in Java, but some malware is written in lots of languages.

  3. #3
    Join Date
    Dec 2013
    Beans
    50

    Re: How do i uninstall Extreme Download Manager on ubuntu 12.04?

    I do know that usually when something is uninstalled , the removal shows up there.This time the only thing that showed up when i used 'sudo apt-get purge xdman' was
    the removal of 'lbnspr-O4 (4.9.5 OubuntuO 12.0.4.2)' I have no idea what that is....
    2) I got xdman from SourceForge and downloaded it from there
    3) being new to Ubuntu, i do not know how to use the /var/log/apt directory and thus do not know how to find the session where i think i uninstalled xdman

  4. #4
    Join Date
    Jan 2014
    Location
    Statham,GA USA
    Beans
    212
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How do i uninstall Extreme Download Manager on ubuntu 12.04?

    To check the log: Enter in Terminal:
    Code:
    cd /var/log/apt
    To change to the apt directory.

    You want to look at history.log, so:
    Code:
    cat history.log | less
    You can scroll through the log OR press the <Spacebar> to move down a page at a time.
    When you find what you are looking for, copy and paste the results in your thread.
    Change back to your home directory after finishing:
    Code:
    cd ~/
    Hope this helps.
    A to Z Answers to a lot of your questions....NewDocs.
    Book Download about 13.10.

  5. #5
    Join Date
    Dec 2013
    Beans
    50

    Re: How do i uninstall Extreme Download Manager on ubuntu 12.04?

    Start-Date: 2014-02-15 04:40:40
    Commandline: apt-get purge xdman
    Purge: xdman:amd64 (3.0.1)
    End-Date: 2014-02-15 04:40:51
    (END)

    AND THAT' S IT. Does this mean that 'xdman' has been uninstalled? if not, how do i uninstall it? thanks

  6. #6
    Join Date
    Dec 2013
    Beans
    50

    Re: How do i uninstall Extreme Download Manager on ubuntu 12.04?

    Start-Date: 2014-02-15 04:40:40
    Commandline: apt-get purge xdman
    Purge: xdman:amd64 (3.0.1)
    End-Date: 2014-02-15 04:40:51
    (END)

    does this mean that xdman has been uninstalled? if not how do i uninstall it?

  7. #7
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: How do i uninstall Extreme Download Manager on ubuntu 12.04?

    If this is the same application there is Mint .deb package if you have removed the package the following command should remove additional packages.
    Code:
    sudo apt-get autoremove
    http://sourceforge.net/projects/xdman/files/
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

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
  •