How To Install lwtools on Fedora 36
Introduction
In this tutorial we learn how to install lwtools
on Fedora 36.
What is lwtools
LWTOOLS is a set of cross-development tools for the Motorola 6809 and Hitachi 6309 microprocessors. It supports assembling to raw binaries, CoCo LOADM binaries, and a proprietary object file format for later linking. It also supports macros and file inclusion among other things.
We can use yum
or dnf
to install lwtools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lwtools.
Install lwtools 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 lwtools
using dnf
by running the following command:
sudo dnf -y install lwtools
Install lwtools 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 lwtools
using yum
by running the following command:
sudo yum -y install lwtools
How To Uninstall lwtools on Fedora 36
To uninstall only the lwtools
package we can use the following command:
sudo dnf remove lwtools
lwtools Package Contents on Fedora 36
/usr/bin/lwar
/usr/bin/lwasm
/usr/bin/lwcc
/usr/bin/lwcc-cc
/usr/bin/lwcc-cpp
/usr/bin/lwlink
/usr/bin/lwobjdump
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/ddfb1f3c40804eb02b2f195a648640958cf45d
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/e214c4241de983e64a7d3a813cd1304ea96bbf
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/a11988895ffb89b7accb8844e905f0e8080e6d
/usr/lib/.build-id/71
/usr/lib/.build-id/71/5eff4f81126e56a4ee7ba664764c508cd5c75d
/usr/lib/.build-id/88
/usr/lib/.build-id/88/72d3951ee34663dced993510cba2792dd7f29e
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/1f7a5485671d37b1755de72e1a814804c0dd72
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/2483314572bea9f60aad31c88ccc688258ae25
/usr/share/doc/lwtools
/usr/share/licenses/lwtools
/usr/share/licenses/lwtools/COPYING
/usr/share/licenses/lwtools/GPL3
References
Summary
In this tutorial we learn how to install lwtools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).