How To Install gtksourceviewmm on Fedora 36

In this tutorial we learn how to install gtksourceviewmm in Fedora 36. gtksourceviewmm is A C++ wrapper for the gtksourceview widget library

Introduction

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

What is gtksourceviewmm

gtksourceviewmm is a C++ wrapper for the gtksourceview widget library. It offers all the power of gtksourceview with an interface familiar to c++ developers, including users of the gtkmm library


title: “How To Install gtksourceviewmm on Fedora 36” linkTitle: “gtksourceviewmm” type: “docs”

description: “In this tutorial we learn how to install gtksourceviewmm in Fedora 36. gtksourceviewmm is A C++ wrapper for the gtksourceview widget library” We can use yum or dnf to install gtksourceviewmm on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gtksourceviewmm. date: “2022-08-17”

lastmod: “2022-08-17”

Install gtksourceviewmm on Fedora 36 Using dnf

#image: /images/fedora/36/gtksourceviewmm-featured.png


Update yum database with dnf using the following command.

## Introduction
sudo dnf makecache --refresh

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

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

What is gtksourceviewmm


sudo dnf -y install gtksourceviewmm
> gtksourceviewmm is a C++ wrapper for the gtksourceview widget library. It offers all the power of gtksourceview with an interface familiar to c++ developers, including users of the gtkmm library  

Install gtksourceviewmm on Fedora 36 Using yum

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

Update yum database with yum using the following command.

Install gtksourceviewmm on Fedora 36 Using dnf


sudo yum makecache --refresh
Update yum database with `dnf` using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install `gtksourceviewmm` using `yum` by running the following command:
sudo yum -y install gtksourceviewmm

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

How To Uninstall gtksourceviewmm on Fedora 36


sudo dnf -y install gtksourceviewmm
To uninstall only the `gtksourceviewmm` package we can use the following command:

sudo dnf remove gtksourceviewmm
## Install gtksourceviewmm on Fedora 36 Using yum

Update yum database with yum using the following command.

gtksourceviewmm Package Contents on Fedora 36

```bash
sudo yum makecache --refresh

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

sudo yum -y install gtksourceviewmm

How To Uninstall gtksourceviewmm on Fedora 36

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

sudo dnf remove gtksourceviewmm

gtksourceviewmm Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/c30cc9eaf77a24b10f8b09ff61cc8c634d79b8
/usr/lib64/libgtksourceviewmm-2.0.so.2
/usr/lib64/libgtksourceviewmm-2.0.so.2.1.0
/usr/share/doc/gtksourceviewmm
/usr/share/doc/gtksourceviewmm/AUTHORS
/usr/share/doc/gtksourceviewmm/COPYING
/usr/share/doc/gtksourceviewmm/ChangeLog
/usr/share/doc/gtksourceviewmm/NEWS
/usr/share/doc/gtksourceviewmm/README

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/d4 /usr/lib/.build-id/d4/87a4e27197eaaa15b50ed3e6832f3787950b7b /usr/lib/libgtksourceviewmm-2.0.so.2 /usr/lib/libgtksourceviewmm-2.0.so.2.1.0 /usr/share/doc/gtksourceviewmm /usr/share/doc/gtksourceviewmm/AUTHORS /usr/share/doc/gtksourceviewmm/COPYING /usr/share/doc/gtksourceviewmm/ChangeLog /usr/share/doc/gtksourceviewmm/NEWS /usr/share/doc/gtksourceviewmm/README


## References

* [gtksourceviewmm website](http://projects.gnome.org/gtksourceviewmm/)

## Summary

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