How To Install toolshed on Fedora 34

toolshed is Cross-development toolkit for use with the Tandy Color Computer

Introduction

In this tutorial we learn how to install toolshed on Fedora 34.

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 34. In this tutorial we discuss both methods but you only need to choose one of method to install toolshed.

Install toolshed on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install toolshed using dnf by running the following command:

sudo dnf -y install toolshed

Install toolshed on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

To uninstall only the toolshed package we can use the following command:

sudo dnf remove toolshed

toolshed Package Contents on Fedora 34

/usr/bin/ar2
/usr/bin/cecb
/usr/bin/cocofuse
/usr/bin/decb
/usr/bin/makewav
/usr/bin/mamou
/usr/bin/os9
/usr/bin/tocgen
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/6f44b30cce49924a3651ee5a652adf82c99e2e
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/e268af878fbffd79f833fe8a22da462ab3696d
/usr/lib/.build-id/49
/usr/lib/.build-id/49/f975cfbd567407ae9b604cae8a33d2a98ab2b0
/usr/lib/.build-id/58
/usr/lib/.build-id/58/00a5e301c1abf5c268f194be00b8588770068c
/usr/lib/.build-id/68
/usr/lib/.build-id/68/cc31cb276fba6a0ce5138fbd23b076c5a15d85
/usr/lib/.build-id/79
/usr/lib/.build-id/79/6779614361dcce3bdeef415ce3760d7d13855f
/usr/lib/.build-id/92
/usr/lib/.build-id/92/845456bd4cecdc0535bcd883e6fa3ae1d8d0e5
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/1abdf92b09046dd4adb79bea73cb8aba2c3e39
/usr/share/doc/toolshed/ToolShed.html

References

Summary

In this tutorial we learn how to install toolshed on Fedora 34 using yum and dnf.