How To Install colm on Fedora 34

colm is Programming language designed for the analysis of computer languages Programming language designed for the analysis of computer languages

Introduction

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

What is colm

Colm is a programming language designed for the analysis and transformation of computer languages. Colm is influenced primarily by TXL. It is in the family of program transformation languages. colm 0.13.0.7 4.fc34 x86_64 385 k colm-0.13.0.7-4.fc34.src.rpm fedora Programming language designed for the analysis of computer languages https MIT and LGPLv2+ Colm is a programming language designed for the analysis and transformation of computer languages. Colm is influenced primarily by TXL. It is in the family of program transformation languages.

We can use yum or dnf to install colm on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install colm.

Install colm 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 colm using dnf by running the following command:

sudo dnf -y install colm

Install colm 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 colm using yum by running the following command:

sudo yum -y install colm

How To Uninstall colm on Fedora 34

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

sudo dnf remove colm

colm Package Contents on Fedora 34

/usr/bin/colm
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/515e4cb78fcb403eb5936057182214c03f55ca
/usr/lib/.build-id/59
/usr/lib/.build-id/59/fa68f0587d03cee98275ac35bd0f99b2bf0d9b
/usr/lib/libcolm-0.13.0.7.so
/usr/share/doc/colm
/usr/share/doc/colm/ChangeLog
/usr/share/doc/colm/README
/usr/share/licenses/colm
/usr/share/licenses/colm/COPYING
/usr/share/vim
/usr/share/vim/vimfiles
/usr/share/vim/vimfiles/syntax
/usr/share/vim/vimfiles/syntax/colm.vim
/usr/bin/colm
/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/6b691da4c7eaa0ed769d32ab39e06b85f0b757
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/297dd5d02b826e475f85b3001a82b34c2120fb
/usr/lib64/libcolm-0.13.0.7.so
/usr/share/doc/colm
/usr/share/doc/colm/ChangeLog
/usr/share/doc/colm/README
/usr/share/licenses/colm
/usr/share/licenses/colm/COPYING
/usr/share/vim
/usr/share/vim/vimfiles
/usr/share/vim/vimfiles/syntax
/usr/share/vim/vimfiles/syntax/colm.vim

References

Summary

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