How To Install mISDN on Fedora 34
Introduction
In this tutorial we learn how to install mISDN
on Fedora 34.
What is mISDN
mISDN (modular ISDN) is intended to be the new ISDN stack for the Linux 2.6 kernel, from the maintainer of the existing isdn4linux code. This package contains the userspace libraries required to interface directly to mISDN. mISDN 2.0.22 6.fc34 x86_64 109 k mISDN-2.0.22-6.fc34.src.rpm fedora Userspace part of Modular ISDN stack http LGPLv2+ mISDN (modular ISDN) is intended to be the new ISDN stack for the Linux 2.6 kernel, from the maintainer of the existing isdn4linux code. This package contains the userspace libraries required to interface directly to mISDN.
We can use yum
or dnf
to install mISDN
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install mISDN.
Install mISDN 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 mISDN
using dnf
by running the following command:
sudo dnf -y install mISDN
Install mISDN 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 mISDN
using yum
by running the following command:
sudo yum -y install mISDN
How To Uninstall mISDN on Fedora 34
To uninstall only the mISDN
package we can use the following command:
sudo dnf remove mISDN
mISDN Package Contents on Fedora 34
/etc/udev/rules.d/mISDN.rules
/usr/lib/.build-id
/usr/lib/.build-id/25
/usr/lib/.build-id/25/bdcf7adb69032780c0a60dc8560ee45756d5e6
/usr/lib/.build-id/45
/usr/lib/.build-id/45/59e9f2001e86d41c4b50301030309271e6ad11
/usr/lib/.build-id/72
/usr/lib/.build-id/72/f43c01c8706b85a7d713f86c50b5f150c0a0df
/usr/lib/.build-id/76
/usr/lib/.build-id/76/23900b21a6ef15a8dbe40ad31602efc4a55cae
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/c3e94db48cd1142e2b627c70f5aa72ad441e13
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/cfab46776d16695fc602c01b986c4505efbefd
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/5fdb23c96d1111422a1a3dc3f22e3d4f226486
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/4951ab320ee689d89a17cc3b7549b45c82c4aa
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/93d3846e071321d20ce215fc94f7c218b1b0d6
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/6f1c176cb6b110630972f8591906c2ce945ee1
/usr/lib64/libmisdn.so.1
/usr/lib64/libmisdn.so.1.0.0
/usr/share/doc/mISDN
/usr/share/doc/mISDN/COPYING.LIB
/usr/share/doc/mISDN/LICENSE
/etc/udev/rules.d/mISDN.rules
/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/6aaaecbeb0b059d2d45aa46fedd1ee3a8467ee
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/8dfecd640b0dcf181b077e1151f2267abc5ca0
/usr/lib/.build-id/57
/usr/lib/.build-id/57/891620f91797bac6b20dcb41e47c153bf8d20c
/usr/lib/.build-id/73
/usr/lib/.build-id/73/368046d6afd2bab52a2db1f17535b31823fdb2
/usr/lib/.build-id/78
/usr/lib/.build-id/78/772d306f2115131f296a577d19830097622acc
/usr/lib/.build-id/93
/usr/lib/.build-id/93/3e17548bf7bec4cccc6023437b6d6f683966a5
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/e62297ce9f6a8b808f699df567a2787b0a59c9
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/699b74689799cec155d14bc65b6bed8ed147d8
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/5453d74c4aa2065a94f0cc8dc5a126bd359081
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/1c190e7dc5eff91115fcdfef075431aed9c31e
/usr/lib/libmisdn.so.1
/usr/lib/libmisdn.so.1.0.0
/usr/share/doc/mISDN
/usr/share/doc/mISDN/COPYING.LIB
/usr/share/doc/mISDN/LICENSE
References
- [mISDN website](http://www.misdn.org/ http://www.misdn.org/)
Summary
In this tutorial we learn how to install mISDN
on Fedora 34 using yum and dnf.