How to Install and Uninstall qt5-qtwebchannel.i686 Package on Amazon Linux 2

Last updated: May 17,2024

1. Install "qt5-qtwebchannel.i686" package

This tutorial shows how to install qt5-qtwebchannel.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install qt5-qtwebchannel.i686

2. Uninstall "qt5-qtwebchannel.i686" package

This is a short guide on how to uninstall qt5-qtwebchannel.i686 on Amazon Linux 2:

$ sudo yum remove qt5-qtwebchannel.i686 $ sudo yum autoremove

3. Information about the qt5-qtwebchannel.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : qt5-qtwebchannel
Arch : i686
Version : 5.9.2
Release : 1.amzn2.0.1
Size : 83 k
Repo : amzn2-core/2/x86_64
Summary : Qt5 - WebChannel component
URL : http://qt.io
License : LGPLv2 with exceptions or GPLv3 with exceptions
Description : The Qt WebChannel module provides a library for seamless
: integration of C++ and QML applications with HTML/JavaScript
: clients. Any QObject can be published to remote clients, where its
: public API becomes available.