Guest viewing limit reached
  • You have reached the maximum number of guest views allowed
  • Please register below to remove this limitation

Linux users

slow-mun

Well-known member
How do I install real player plug-ins? At the moment every time I install them to my desk top I get an error statement saying that I require additional plug-ins or that they don't recognize the file.
 
Depends on the version of nix and the directory structure.

If it's zipped you have to unzip it.

So..

tar -vxf plugin.tar or bzip2 -xzvf plugin.bzip2


and then

./config /.../plugin
make
make install





Or you could use a package manage like RPM or YAST/YAST2
 
Back
Top