How To Install libquvi.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libquvi.x86_64 in Amazon Linux 2. libquvi.x86_64 is A cross-platform library for parsing flash media stream
Introduction
In this tutorial we learn how to install libquvi.x86_64
on Amazon Linux 2.
What is libquvi.x86_64
Libquvi is a cross-platform library for parsing flash media stream URLs with C API.
We can use yum
to install libquvi.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libquvi.x86_64.
Install libquvi.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 libquvi.x86_64
using yum
by running the following command:
sudo yum -y install libquvi.x86_64
How To Uninstall libquvi.x86_64 on Amazon Linux 2
To uninstall only the libquvi.x86_64
package we can use the following command:
sudo yum remove libquvi.x86_64
libquvi.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/libquvi.so.7
/usr/lib64/libquvi.so.7.0.1
/usr/share/doc/libquvi-0.4.1
/usr/share/doc/libquvi-0.4.1/COPYING
/usr/share/doc/libquvi-0.4.1/ChangeLog
/usr/share/doc/libquvi-0.4.1/README
/usr/share/man/man3/libquvi.3.gz
References
Summary
In this tutorial we learn how to install libquvi.x86_64
on Amazon Linux 2 using yum.