How To Install memchan on Fedora 36
Introduction
In this tutorial we learn how to install memchan
on Fedora 36.
What is memchan
Memchan is an extension library to the script language Tcl, as created by John Ousterhout. It provides several new channel types for in-memory channels and the appropriate commands for their creation.
We can use yum
or dnf
to install memchan
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install memchan.
Install memchan 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 memchan
using dnf
by running the following command:
sudo dnf -y install memchan
Install memchan 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 memchan
using yum
by running the following command:
sudo yum -y install memchan
How To Uninstall memchan on Fedora 36
To uninstall only the memchan
package we can use the following command:
sudo dnf remove memchan
memchan Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/da
/usr/lib/.build-id/da/20a52d0a341c212c43bc8dc41be9fbdd012a59
/usr/lib64/tcl8.6/Memchan2.3
/usr/lib64/tcl8.6/Memchan2.3/libMemchan2.3.so
/usr/lib64/tcl8.6/Memchan2.3/pkgIndex.tcl
/usr/share/doc/memchan
/usr/share/doc/memchan/ChangeLog
/usr/share/licenses/memchan
/usr/share/licenses/memchan/license.terms
/usr/share/man/mann/fifo.n.gz
/usr/share/man/mann/fifo2.n.gz
/usr/share/man/mann/memchan.n.gz
/usr/share/man/mann/memchanapi.n.gz
/usr/share/man/mann/null.n.gz
/usr/share/man/mann/zero.n.gz
References
Summary
In this tutorial we learn how to install memchan
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install memchan on Fedora 36” linkTitle: “memchan” type: “docs” description: “In this tutorial we learn how to install memchan in Fedora 36. memchan is In-memory channels for Tcl” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/memchan-featured.png
Introduction
In this tutorial we learn how to install memchan
on Fedora 36.
What is memchan
Memchan is an extension library to the script language Tcl, as created by John Ousterhout. It provides several new channel types for in-memory channels and the appropriate commands for their creation.
We can use yum
or dnf
to install memchan
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install memchan.
Install memchan 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 memchan
using dnf
by running the following command:
sudo dnf -y install memchan
Install memchan 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 memchan
using yum
by running the following command:
sudo yum -y install memchan
How To Uninstall memchan on Fedora 36
To uninstall only the memchan
package we can use the following command:
sudo dnf remove memchan
memchan Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/bb8908f72c1576172f0a1a1fa332ab1a43b712
/usr/lib/tcl8.6/Memchan2.3
/usr/lib/tcl8.6/Memchan2.3/libMemchan2.3.so
/usr/lib/tcl8.6/Memchan2.3/pkgIndex.tcl
/usr/share/doc/memchan
/usr/share/doc/memchan/ChangeLog
/usr/share/licenses/memchan
/usr/share/licenses/memchan/license.terms
/usr/share/man/mann/fifo.n.gz
/usr/share/man/mann/fifo2.n.gz
/usr/share/man/mann/memchan.n.gz
/usr/share/man/mann/memchanapi.n.gz
/usr/share/man/mann/null.n.gz
/usr/share/man/mann/zero.n.gz
References
Summary
In this tutorial we learn how to install memchan
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).