How To Install tcl-tclvfs on Fedora 36
Introduction
In this tutorial we learn how to install tcl-tclvfs
on Fedora 36.
What is tcl-tclvfs
The TclVfs project aims to provide an extension to the Tcl language which allows Virtual Filesystems to be built using Tcl scripts only. It is also a repository of such Tcl-implemented filesystems (metakit, zip, ftp, tar, http, webdav, namespace, url)
We can use yum
or dnf
to install tcl-tclvfs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tcl-tclvfs.
Install tcl-tclvfs 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 tcl-tclvfs
using dnf
by running the following command:
sudo dnf -y install tcl-tclvfs
Install tcl-tclvfs 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 tcl-tclvfs
using yum
by running the following command:
sudo yum -y install tcl-tclvfs
How To Uninstall tcl-tclvfs on Fedora 36
To uninstall only the tcl-tclvfs
package we can use the following command:
sudo dnf remove tcl-tclvfs
tcl-tclvfs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/49cda97cb967ec6378a5eb9fc116999d55bba0
/usr/lib64/tcl8.6/vfs1.3
/usr/lib64/tcl8.6/vfs1.3/ftpvfs.tcl
/usr/lib64/tcl8.6/vfs1.3/httpvfs.tcl
/usr/lib64/tcl8.6/vfs1.3/libvfs1.3.so
/usr/lib64/tcl8.6/vfs1.3/mk4vfs.tcl
/usr/lib64/tcl8.6/vfs1.3/mk4vfscompat.tcl
/usr/lib64/tcl8.6/vfs1.3/pkgIndex.tcl
/usr/lib64/tcl8.6/vfs1.3/starkit.tcl
/usr/lib64/tcl8.6/vfs1.3/tarvfs.tcl
/usr/lib64/tcl8.6/vfs1.3/tclIndex
/usr/lib64/tcl8.6/vfs1.3/tclprocvfs.tcl
/usr/lib64/tcl8.6/vfs1.3/template
/usr/lib64/tcl8.6/vfs1.3/template/collatevfs.tcl
/usr/lib64/tcl8.6/vfs1.3/template/deltavfs.tcl
/usr/lib64/tcl8.6/vfs1.3/template/fishvfs.tcl
/usr/lib64/tcl8.6/vfs1.3/template/globfind.tcl
/usr/lib64/tcl8.6/vfs1.3/template/quotavfs.tcl
/usr/lib64/tcl8.6/vfs1.3/template/tdelta.tcl
/usr/lib64/tcl8.6/vfs1.3/template/templatevfs.tcl
/usr/lib64/tcl8.6/vfs1.3/template/versionvfs.tcl
/usr/lib64/tcl8.6/vfs1.3/testvfs.tcl
/usr/lib64/tcl8.6/vfs1.3/tkvfs.tcl
/usr/lib64/tcl8.6/vfs1.3/vfsUrl.tcl
/usr/lib64/tcl8.6/vfs1.3/vfsUtils.tcl
/usr/lib64/tcl8.6/vfs1.3/vfslib.tcl
/usr/lib64/tcl8.6/vfs1.3/webdavvfs.tcl
/usr/lib64/tcl8.6/vfs1.3/zipvfs.tcl
/usr/lib64/tcl8.6/vfs1.3/zipvfscompat.tcl
/usr/share/doc/tcl-tclvfs
/usr/share/doc/tcl-tclvfs/ChangeLog
/usr/share/doc/tcl-tclvfs/DESCRIPTION.txt
/usr/share/doc/tcl-tclvfs/Readme.txt
/usr/share/licenses/tcl-tclvfs
/usr/share/licenses/tcl-tclvfs/license.terms
/usr/share/man/mann/vfs.n.gz
/usr/share/man/mann/vfslib.n.gz
References
Summary
In this tutorial we learn how to install tcl-tclvfs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).