How To Install colm on Fedora 36

In this tutorial we learn how to install colm in Fedora 36. colm is Programming language designed for the analysis of computer languages

Introduction

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

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.

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

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

sudo dnf -y install colm

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

sudo yum -y install colm

How To Uninstall colm on Fedora 36

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

sudo dnf remove colm

colm Package Contents on Fedora 36

/usr/bin/colm
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/5275abe86b994fabe19cb1f6e9d689890b96ad
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/627d033b6623f8d69a64e5df1c4f41c8f9e76c
/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

References

Summary

In this tutorial we learn how to install colm on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install colm on Fedora 36” linkTitle: “colm” type: “docs” description: “In this tutorial we learn how to install colm in Fedora 36. colm is Programming language designed for the analysis of computer languages” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/colm-featured.png

Introduction

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

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.

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

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

sudo dnf -y install colm

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

sudo yum -y install colm

How To Uninstall colm on Fedora 36

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

sudo dnf remove colm

colm Package Contents on Fedora 36

/usr/bin/colm
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/5b2eec40b7b22521ca1ea5075713776ab3cf71
/usr/lib/.build-id/26
/usr/lib/.build-id/26/6c76062cf85b745c7699938db0fe7d60157f7d
/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 36 using yum and [dnf]((/fedora/36/dnf/).