How To Install phonon.x86_64 on Amazon Linux 2
In this tutorial we learn how to install phonon.x86_64 in Amazon Linux 2. phonon.x86_64 is Multimedia framework api
Introduction
In this tutorial we learn how to install phonon.x86_64 on Amazon Linux 2.
What is phonon.x86_64
Multimedia framework api.
We can use yum to install phonon.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install phonon.x86_64.
Install phonon.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install phonon.x86_64 using yum by running the following command:
sudo yum -y install phonon.x86_64
How To Uninstall phonon.x86_64 on Amazon Linux 2
To uninstall only the phonon.x86_64 package we can use the following command:
sudo yum remove phonon.x86_64
phonon.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/kde4/plugins/phonon_backend
/usr/lib64/libphonon.so.4
/usr/lib64/libphonon.so.4.6.0
/usr/lib64/libphononexperimental.so.4
/usr/lib64/libphononexperimental.so.4.6.0
/usr/lib64/qt4/plugins/designer/libphononwidgets.so
/usr/share/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml
/usr/share/doc/phonon-4.6.0
/usr/share/doc/phonon-4.6.0/COPYING.LIB
/usr/share/kde4/services/phononbackends
/usr/share/phonon
References
Summary
In this tutorial we learn how to install phonon.x86_64 on Amazon Linux 2 using yum.