How To Install cmst on Fedora 34
Introduction
In this tutorial we learn how to install cmst
on Fedora 34.
What is cmst
Qt GUI for Connman with system tray icon. The program provides graphical user interface to control the connman daemon. The connman daemon must be started as you normally would, this program just interfaces with that daemon. You can see what technologies and services connman has found, and for wifi services an agent is registered to assist in obtaining the information from you necessary to logon the wifi service.
We can use yum
or dnf
to install cmst
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install cmst.
Install cmst on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install cmst
using dnf
by running the following command:
sudo dnf -y install cmst
Install cmst on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install cmst
using yum
by running the following command:
sudo yum -y install cmst
How To Uninstall cmst on Fedora 34
To uninstall only the cmst
package we can use the following command:
sudo dnf remove cmst
cmst Package Contents on Fedora 34
/etc/dbus-1/system.d/org.cmst.roothelper.conf
/usr/bin/cmst
/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/a684d0c7c61ecb62f179eb17c7f9816672776c
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/a5574a46836725b6726321b8aa7570663843b5
/usr/lib/systemd/system/cmst.service
/usr/libexec/cmst
/usr/libexec/cmst/cmstroothelper
/usr/share/appdata/cmst.appdata.xml
/usr/share/applications/cmst.desktop
/usr/share/cmst/autostart/cmst-autostart.desktop
/usr/share/cmst/languages/cmst_de_DE.qm
/usr/share/cmst/languages/cmst_en_US.qm
/usr/share/cmst/languages/cmst_es_CO.qm
/usr/share/cmst/languages/cmst_es_ES.qm
/usr/share/cmst/languages/cmst_fr_FR.qm
/usr/share/cmst/languages/cmst_it_IT.qm
/usr/share/cmst/languages/cmst_nl_NL.qm
/usr/share/cmst/languages/cmst_pl_PL.qm
/usr/share/cmst/languages/cmst_ru_RU.qm
/usr/share/cmst/languages/cmst_tr_TR.qm
/usr/share/cmst/languages/cmst_zh_CN.qm
/usr/share/dbus-1/system-services/org.cmst.roothelper.service
/usr/share/doc/cmst
/usr/share/doc/cmst/README.md
/usr/share/icons/hicolor/128x128/apps/cmst.png
/usr/share/icons/hicolor/16x16/apps/cmst.png
/usr/share/icons/hicolor/192x192/apps/cmst.png
/usr/share/icons/hicolor/20x20/apps/cmst.png
/usr/share/icons/hicolor/22x22/apps/cmst.png
/usr/share/icons/hicolor/24x24/apps/cmst.png
/usr/share/icons/hicolor/256x256/apps/cmst.png
/usr/share/icons/hicolor/32x32/apps/cmst.png
/usr/share/icons/hicolor/36x36/apps/cmst.png
/usr/share/icons/hicolor/384x384/apps/cmst.png
/usr/share/icons/hicolor/40x40/apps/cmst.png
/usr/share/icons/hicolor/48x48/apps/cmst.png
/usr/share/icons/hicolor/512x512/apps/cmst.png
/usr/share/icons/hicolor/64x64/apps/cmst.png
/usr/share/icons/hicolor/72x72/apps/cmst.png
/usr/share/icons/hicolor/96x96/apps/cmst.png
/usr/share/icons/hicolor/scalable/apps/cmst.svg
/usr/share/licenses/cmst
/usr/share/licenses/cmst/LICENSE
/usr/share/man/man1/cmst.1.gz
References
Summary
In this tutorial we learn how to install cmst
on Fedora 34 using yum and dnf.