How To Install mISDN on Fedora 36
Introduction
In this tutorial we learn how to install mISDN
on Fedora 36.
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.
We can use yum
or dnf
to install mISDN
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mISDN.
Install mISDN 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 mISDN
using dnf
by running the following command:
sudo dnf -y install mISDN
Install mISDN 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 mISDN
using yum
by running the following command:
sudo yum -y install mISDN
How To Uninstall mISDN on Fedora 36
To uninstall only the mISDN
package we can use the following command:
sudo dnf remove mISDN
mISDN Package Contents on Fedora 36
/etc/udev/rules.d/mISDN.rules
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/5f0f156a5e81fe5aff83d1f5a88ba7248cccbd
/usr/lib/.build-id/12/e652011b3d5dac988ae5d6991e9f1b3d9a9453
/usr/lib/.build-id/42
/usr/lib/.build-id/42/89b6ba6d964e026fc9a8b5d5fefe182e492c1e
/usr/lib/.build-id/71
/usr/lib/.build-id/71/aa9a6911a9ea32aee7a6d805364cd216d12cf4
/usr/lib/.build-id/77
/usr/lib/.build-id/77/1b958048e6050a1e8192f6a26df6e876be55f5
/usr/lib/.build-id/83
/usr/lib/.build-id/83/f45c9b498e701ced48736b0962fdc7df8277d5
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/d959653a43f43eaa013b0b8f516a323fffdf7e
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/633632f4b8fe2561d607095d110b7f7b0837e1
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/d1769573644d03512f0e273ce5c9ea157537d8
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/eee1d676a7ca1dab6cad9adf6bb3ce4a44fff9
/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
Summary
In this tutorial we learn how to install mISDN
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install mISDN on Fedora 36” linkTitle: “mISDN” type: “docs” description: “In this tutorial we learn how to install mISDN in Fedora 36. mISDN is Userspace part of Modular ISDN stack” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/mISDN-featured.png
Introduction
In this tutorial we learn how to install mISDN
on Fedora 36.
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.
We can use yum
or dnf
to install mISDN
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mISDN.
Install mISDN 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 mISDN
using dnf
by running the following command:
sudo dnf -y install mISDN
Install mISDN 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 mISDN
using yum
by running the following command:
sudo yum -y install mISDN
How To Uninstall mISDN on Fedora 36
To uninstall only the mISDN
package we can use the following command:
sudo dnf remove mISDN
mISDN Package Contents on Fedora 36
/etc/udev/rules.d/mISDN.rules
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/6040cf05a2ab51c5c56c810a9b5176f4bc2a83
/usr/lib/.build-id/33
/usr/lib/.build-id/33/3c41be4b3f09c723a5c7be3855ca30f1c54f4e
/usr/lib/.build-id/42
/usr/lib/.build-id/42/cde7f830e72a31dd2d13ae2c7ca572b7e2ef4c
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/3ca706a23abec7243ad419ebd91ebc2f30a11c
/usr/lib/.build-id/83
/usr/lib/.build-id/83/26ca0f155091c3b9f124cd69972e92c967d046
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/eee0ac58b96543d30880837c8920b1e18601ec
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/3e02c9d31fffb472868ed2f85badbec83b70b0
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/8feacee235fc435cd710f7948cf4eec46f049a
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/e7b60a4276d8039fe388e25d0af7926d08fc12
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/470117538394deb73bfefe35e26b96df1e0813
/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
References
Summary
In this tutorial we learn how to install mISDN
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).