How To Install cpmtools on Fedora 36
Introduction
In this tutorial we learn how to install cpmtools
on Fedora 36.
What is cpmtools
This package allows to access CP/M file systems similar to the well-known mtools package, which accesses MSDOS file systems. I use it for file exchange with a Z80-PC simulator, but it works on floppy devices as well.
We can use yum
or dnf
to install cpmtools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cpmtools.
Install cpmtools 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 cpmtools
using dnf
by running the following command:
sudo dnf -y install cpmtools
Install cpmtools 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 cpmtools
using yum
by running the following command:
sudo yum -y install cpmtools
How To Uninstall cpmtools on Fedora 36
To uninstall only the cpmtools
package we can use the following command:
sudo dnf remove cpmtools
cpmtools Package Contents on Fedora 36
/usr/bin/cpmchattr
/usr/bin/cpmchmod
/usr/bin/cpmcp
/usr/bin/cpmls
/usr/bin/cpmrm
/usr/bin/fsck.cpm
/usr/bin/fsed.cpm
/usr/bin/mkfs.cpm
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/0d325121619035be855123c6a2de34c39b6c3b
/usr/lib/.build-id/10
/usr/lib/.build-id/10/c99e9c13de6d7ed1a696a83afb42b90541ce55
/usr/lib/.build-id/54
/usr/lib/.build-id/54/6d99e1728f941e50cd8ad609e12486000166a4
/usr/lib/.build-id/82
/usr/lib/.build-id/82/eb78f3e5decf8bcd94c66127a91066360a07a2
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/24964776f76fe5cd42a919925b4e6b9de0a51f
/usr/lib/.build-id/8b/e9863d47922444cb74321e9dd315a2c87b717b
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/ed6a8ff4cf9a0559a169da88ce58d7c43455cc
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/24d1ab4930ffe8c3ec0f3b50cb23c630728b21
/usr/share/cpmtools
/usr/share/cpmtools/diskdefs
/usr/share/doc/cpmtools
/usr/share/doc/cpmtools/COPYING
/usr/share/doc/cpmtools/NEWS
/usr/share/doc/cpmtools/README
/usr/share/man/man1/cpmchattr.1.gz
/usr/share/man/man1/cpmchmod.1.gz
/usr/share/man/man1/cpmcp.1.gz
/usr/share/man/man1/cpmls.1.gz
/usr/share/man/man1/cpmrm.1.gz
/usr/share/man/man1/fsck.cpm.1.gz
/usr/share/man/man1/fsed.cpm.1.gz
/usr/share/man/man1/mkfs.cpm.1.gz
/usr/share/man/man5/cpm.5.gz
/usr/share/man/man5/diskdefs.5.gz
References
Summary
In this tutorial we learn how to install cpmtools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).