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

Thread: [SOLVED] How Do I Uninstall Realplayer 11?

  1. #1
    Join Date
    Aug 2008
    Beans
    15
    Distro
    Ubuntu 8.04 Hardy Heron

    [SOLVED] How Do I Uninstall Realplayer 11?

    I downloaded realplayer 11 which was a .bin file. Made that into a executable file(using chmod +x) and installed it. Now I want to uninstall it and there is no entry of it in synaptic(because manually installed). How do I uninstall it...any advice?

    I'm a ubuntu/linux noob.

  2. #2
    Join Date
    Dec 2007
    Location
    Bangalore
    Beans
    89
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: How Do I Uninstall Realplayer 11?

    Try this
    Code:
    sudo dpkg -r realplayer
    If the above does not work then try removing manually. Realplayer only installs a binary file named realplay, its icons and some more, not a lot. Just type:
    Code:
    locate realplay
    Here how u remove it manually:
    In Linux, open a Terminal (Applications->Accessories->Console (or Terminal)) and go with the command "cd" to each directory where the file is. Then, to remove it type:
    Code:
    sudo rm -f nameofthefile
    If it is a directly then:
    Code:
    sudo rm -rf nameofthedirectory

  3. #3
    Join Date
    Aug 2008
    Beans
    15
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How Do I Uninstall Realplayer 11?

    I found where its installed...its in /opt/real/RealPlayer. I just deleted that directory, but whenever I right click on a video file it still has the option to play it with realplayer...or whenever you set the file to open with a certain program real player it still a option. The icon still shows under Application>Sound & Video. How to I completely remove it.

    "locate realplay" gave me 57 entries of all the reaplyer stuff...do i have to manually remove all of them?

    thanks.
    Last edited by r4wj4; September 1st, 2008 at 09:25 PM.

  4. #4
    Join Date
    Aug 2008
    Beans
    15
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How Do I Uninstall Realplayer 11?

    bump

  5. #5
    Join Date
    Sep 2008
    Location
    Bay Area, California
    Beans
    18
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: [SOLVED] How Do I Uninstall Realplayer 11?

    even though it says solved, i'm going to post my opinion that yes, you need to uninstall each file. and there are many. i am in the process of doing this myself and came across this entry.

  6. #6
    Join Date
    Oct 2007
    Beans
    3

    Re: [SOLVED] How Do I Uninstall Realplayer 11?

    This is what worked for me

    sudo dpkg -r realplay 11.0.1.1056

  7. #7
    Join Date
    Jan 2007
    Beans
    1,795

    Re: [SOLVED] How Do I Uninstall Realplayer 11?

    Usually .bin files have an uninstall script. Why don't you run that it should be in a directory close to the program which is /opt I think for realplay.

  8. #8
    Join Date
    Aug 2008
    Location
    Los Angeles, CA
    Beans
    25
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: [SOLVED] How Do I Uninstall Realplayer 11?

    Quote Originally Posted by JGable98 View Post
    This is what worked for me

    Thanks. This worked for me as well!

  9. #9
    Join Date
    Jul 2008
    Beans
    1

    Re: How Do I Uninstall Realplayer 11?

    Quote Originally Posted by r4wj4 View Post
    I found where its installed...its in /opt/real/RealPlayer. I just deleted that directory, but whenever I right click on a video file it still has the option to play it with realplayer...or whenever you set the file to open with a certain program real player it still a option. The icon still shows under Application>Sound & Video. How to I completely remove it.

    "locate realplay" gave me 57 entries of all the reaplyer stuff...do i have to manually remove all of them?

    thanks.
    I did the following in same situation. Be carefull, an error would mean you lost your information.

    locate realplay | xargs sudo rm -rf

    Juan Manuel

  10. #10
    Join Date
    Nov 2008
    Beans
    1

    Re: [SOLVED] How Do I Uninstall Realplayer 11?

    Steps at http://eazely.com/archives/tinker/875 worked for me on a 'manual' installation. Don't know if the uninstall scripts are there in a .deb installation though

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
  •