The following error occurs when you use synaptic (new) to install Totem:
Preparing
File/usr/lib/gstreamer-0.10/libststautoconvert. So from install of gstreamer-plugins-bad-free-0.10.19-1.fc12.i686 conflicts with file from package gstreamer-plugins-good-0.10.16-7.fc12.i686
File/usr/lib/gstreamer-0.10/libstdtmf. So from install of gstreamer-plugins-bad-free-0.10.19-1.fc12.i686 conflicts with file from package gstreamer-plugins-good-0.10.16-7.fc12.i686
File/usr/lib/gstreamer-0.10/libstladspa. So from install of gstreamer-plugins-bad-free-0.10.19-1.fc12.i686 conflicts with file from package gstreamer-plugins-good-0.10.16-7.fc12.i686
File/usr/lib/gstreamer-0.10/libstliveadder. So from install of gstreamer-plugins-bad-free-0.10.19-1.fc12.i686 conflicts with file from package gstreamer-plugins-good-0.10.16-7.fc12.i686
File/usr/lib/gstreamer-0.10/libgstrtpmux. So from install of gstreamer-plugins-bad-free-0.10.19-1.fc12.i686 conflicts with file from package gstreamer-plugins-good-0.10.16-7.fc12.i686
File/usr/lib/gstreamer-0.10/libstvalve. So from install of gstreamer-plugins-bad-free-0.10.19-1.fc12.i686 conflicts with file from package gstreamer-plugins-good-0.10.16-7.fc12.i686
The user said that the yum install gstreamer-plugins-Good command is as follows, but the general prompt is as follows:
No package gstream-plugins-Good available.
No action required
Find another method:
The second method is similar to the one mentioned above. To obtain the root permission, enter Yum install gstreamer * -- exclude = gstreamer * devel and gstreamer * docs on the terminal. This method is more clever.
Re-install totem with Synaptic, and proceed smoothly, but there is a new problem:
When preparing for installation:
Preparing
When installing the package python-twisted-core-8.2.0-5.fc12:
/Usr/lib/python2.6/Site-packages/twisted/persisted/SOB. py: 12: deprecationwarning: the MD5 module is deprecated; Use hashlib instead
Import OS, MD5, sys
When installing the package python-twisted-web-8.2.0-3.fc12:
/Usr/lib/python2.6/Site-packages/twisted/persisted/SOB. py: 12: deprecationwarning: the MD5 module is deprecated; Use hashlib instead
Import OS, MD5, sys
The solution is as follows:
Steps (in case anyone else is reading this) Slackware13download: pycryptohttp://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-2.1.0.tar.gztar xf pycrypto-2.1.0.tar.gzcd pycrypto-2.1.0python setup.py install