How To Install toolshed on Fedora 36
Introduction
In this tutorial we learn how to install toolshed
on Fedora 36.
What is toolshed
ToolShed is a package of utilities to perform cross-development from Windows, Linux or Mac OS X computers to the Tandy Color Computer and Dragon microcomputers. Tools are included to read/write both OS-9 RBF disk images and CoCo Disk BASIC disk images, create WAV and CAS files and much more.
We can use yum
or dnf
to install toolshed
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install toolshed.
Install toolshed 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 toolshed
using dnf
by running the following command:
sudo dnf -y install toolshed
Install toolshed 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 toolshed
using yum
by running the following command:
sudo yum -y install toolshed
How To Uninstall toolshed on Fedora 36
To uninstall only the toolshed
package we can use the following command:
sudo dnf remove toolshed
toolshed Package Contents on Fedora 36
/usr/bin/ar2
/usr/bin/cecb
/usr/bin/cocofuse
/usr/bin/decb
/usr/bin/dis68
/usr/bin/makewav
/usr/bin/mamou
/usr/bin/os9
/usr/bin/tocgen
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/1d173d4f80405a32ab3943527a477e03696f4a
/usr/lib/.build-id/18
/usr/lib/.build-id/18/f6a67af4aee4781758424474e6ddf81ff2a57e
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/616076ca6d4d4da7f5d3e07815a46ce1567dae
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/a7678d98be66ffea2016d71f5adfc05153dbe3
/usr/lib/.build-id/72
/usr/lib/.build-id/72/846d59ca5e1e629dcc6176a14f4bc1f09e422c
/usr/lib/.build-id/83
/usr/lib/.build-id/83/99f571322ad4619e933077c5ccd3dc3b62f6b9
/usr/lib/.build-id/90
/usr/lib/.build-id/90/7f5bdc8cc42a5ee7d81d907b24aec67973d3e5
/usr/lib/.build-id/91
/usr/lib/.build-id/91/f274222d2d04c7afe9ed91df39710193b7df10
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/59b721a395b8f0b98a16a329f7b6b6c76a555a
/usr/share/doc/toolshed/ToolShed.html
References
Summary
In this tutorial we learn how to install toolshed
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).