How To Install scmxx on Fedora 36
Introduction
In this tutorial we learn how to install scmxx
on Fedora 36.
What is scmxx
SCMxx is a console program that allows you to exchange certain types of data with mobile phones made by Siemens. Some of the data types that can be exchanged are logos, ring tones, vCalendars, phonebook entries, and short messages. Other actions like setting the time and dialling a number are also possible.
We can use yum
or dnf
to install scmxx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install scmxx.
Install scmxx on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install scmxx
using dnf
by running the following command:
sudo dnf -y install scmxx
Install scmxx on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install scmxx
using yum
by running the following command:
sudo yum -y install scmxx
How To Uninstall scmxx on Fedora 36
To uninstall only the scmxx
package we can use the following command:
sudo dnf remove scmxx
scmxx Package Contents on Fedora 36
/usr/bin/adr2vcf
/usr/bin/apoconv
/usr/bin/scmxx
/usr/bin/smi
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/23fddc382a5a00b36a9f24967db904042194d8
/usr/lib/.build-id/55
/usr/lib/.build-id/55/094e408139bbcb3747a1a3da65334084318e97
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/74289771ef889aaae2e56a36f7b92202264b3a
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/133cd945c46a1429ccd1b692fcd74a00194724
/usr/share/doc/scmxx
/usr/share/doc/scmxx/AUTHORS
/usr/share/doc/scmxx/BUGS
/usr/share/doc/scmxx/CHANGELOG
/usr/share/doc/scmxx/LICENSE
/usr/share/doc/scmxx/README
/usr/share/doc/scmxx/gsmcharset.txt
/usr/share/locale/de/LC_MESSAGES/scmxx.mo
/usr/share/locale/fr/LC_MESSAGES/scmxx.mo
/usr/share/locale/it/LC_MESSAGES/scmxx.mo
/usr/share/locale/ru/LC_MESSAGES/scmxx.mo
/usr/share/man/de/man1/scmxx.1.gz
/usr/share/man/it/man1/scmxx.1.gz
/usr/share/man/man1/scmxx.1.gz
/usr/share/man/ru/man1/scmxx.1.gz
References
Summary
In this tutorial we learn how to install scmxx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).