Results 1 to 8 of 8

Thread: Uninstall KTorrent

  1. #1
    Join Date
    Jan 2009
    Location
    Dorset, UK
    Beans
    48
    Distro
    Ubuntu 8.04 Hardy Heron

    Question Uninstall KTorrent

    Could someone please let me know how to remove KTorrent? I think it has to be done from the terminal but do not know how.

    Thanks

    Brian

  2. #2
    Join Date
    Nov 2005
    Beans
    1,674
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Uninstall KTorrent

    Code:
    sudo apt-get remove ktorrent
    will do the trick
    Neo Tokyo Skies Prologue

    A prologue release of the MMORPG Neo Tokyo skies...

  3. #3
    Join Date
    Jan 2009
    Location
    Dorset, UK
    Beans
    48
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Uninstall KTorrent

    Thanks for that. Is sudo apt-get remove a general term with the application simply added to the end?


  4. #4
    Join Date
    Oct 2007
    Location
    Athens, Greece
    Beans
    179
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Uninstall KTorrent

    Yes, it is. For more information just type into a terminal:
    Code:
    man apt-get
    Beware of he who would deny you access to information, for in his heart he dreams himself your master.

  5. #5
    Join Date
    Jan 2009
    Location
    Dorset, UK
    Beans
    48
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Uninstall KTorrent

    Thanks Thanoulis, that really is a great help.

    Cheers

    Brian

  6. #6
    Join Date
    Oct 2007
    Location
    Auckland, New Zealand
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Uninstall KTorrent

    Quote Originally Posted by meddyliol View Post
    Thanks for that. Is sudo apt-get remove a general term with the application simply added to the end?

    Indeed it is. Just like
    Code:
    sudo apt-get install <app-name>
    will install an application.
    First they ignore you, then they laugh at you, then they fight you, then you win ~ Mahatma Gandhi

  7. #7
    Join Date
    Jan 2009
    Beans
    22
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Smile Re: Uninstall KTorrent

    Ktorrent is one (if it's not _the_ one) of the best bittorrent clients I've ever used. Why do you want uninstall it???

    Well... People told you how to do so... But if you want to eliminate configuration files as well you shoud try:

    Code:
    apt-get remove ktorrent --purge

  8. #8
    Join Date
    Oct 2007
    Location
    Auckland, New Zealand
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Uninstall KTorrent

    No,
    Code:
    apt-get remove ktorrent --purge
    would not work. On the other hand,
    Code:
    sudo apt-get remove ktorrent --purge
    would.
    First they ignore you, then they laugh at you, then they fight you, then you win ~ Mahatma Gandhi

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
  •