How To Install scmxx on Fedora 34
Introduction
In this tutorial we learn how to install scmxx
on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install scmxx.
Install scmxx 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 scmxx
using dnf
by running the following command:
sudo dnf -y install scmxx
Install scmxx 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 scmxx
using yum
by running the following command:
sudo yum -y install scmxx
How To Uninstall scmxx on Fedora 34
To uninstall only the scmxx
package we can use the following command:
sudo dnf remove scmxx
scmxx Package Contents on Fedora 34
/usr/bin/adr2vcf
/usr/bin/apoconv
/usr/bin/scmxx
/usr/bin/smi
/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/8a165adacc14ca77d6b7a9db4e35f6a090c335
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/53afda97b4766b6c0be285e1818dc590d4b235
/usr/lib/.build-id/98
/usr/lib/.build-id/98/c40fb2dc8f2483129d3e7111d7fcb13fb20b91
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/68b3d06b735a70e728151437ae0e8b41ee058d
/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 34 using yum and dnf.