April 18, 2024, 01:51:04 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: How to uninstall real player 10  (Read 6239 times)

Offline christopher_1

  • Linux Noob !
  • *
  • Posts: 22
How to uninstall real player 10
« on: May 19, 2005, 12:56:22 PM »
Hi,

how to uninstall Real player 10. I downloaded the .bin from real player website and installed but now i want to uninstall ,but i could not find any instructions for uninstallation. please help me i am a linux newbee.

Regards,
Christopher.

Offline deven_01

  • Linux Learner
  • ***
  • Posts: 143
how to install
« Reply #1 on: May 20, 2005, 01:10:45 PM »
generally your bin  file goes to
/usr/local/bin
or
/usr/local/sbin

just type
/usr/local/sbin/<real player > press Eenter

Offline chosokabe

  • New Member
  • Posts: 1
How to uninstall real player 10
« Reply #2 on: July 08, 2005, 01:18:48 AM »
Chris did you ever find the answer to your question?  I'm having the same problem and I'm not sure how to uninstall when the installation came from the .bin file.

Thanks!

Michael

Offline dragoncity99

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 551
How to uninstall real player 10
« Reply #3 on: July 08, 2005, 02:06:38 PM »
Ok, this is a very painful experience,i wanna share it if u do compile from sources.

   What can be done here is, study how compilation in linux/unix goes

1. ./configure
2. make
3. make check
4. make install --> this will install to ur linux directories.

Before u ever ever ever do 4, which will let the system rock, DONT MAKE INSTALL FIRST.

Read the makefile --> CHECK THE install: segment.

See wat the files they copy and where to.

Wat im trying to say here is in order to uninstall, get the all the binary files (executable and share library) here from the source folder. Write a script and remove this binaries.

That's all.


If u have installed it.... well, what u could do only is to
make a not so wild guess:

1. Use which and look for the binarys u located.

A few info here should be taken note is:
1. /usr/local is where third party softwares are installed

-->include (the header files)
--->lib (library files)
---> bin and sbin (all are binary files)


2. /usr/share/ where all the applications documents and icons, images and .... so on are stored here

Offline partha6794

  • Linux Noob !
  • *
  • Posts: 17
How to uninstall real player 10
« Reply #4 on: October 14, 2005, 02:42:15 PM »
u can go system settings------add /remove application ---- remove
. u must be log in as root