How To Install gtksourceviewmm3 on Fedora 36
Introduction
In this tutorial we learn how to install gtksourceviewmm3
on Fedora 36.
What is gtksourceviewmm3
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
We can use yum
or dnf
to install gtksourceviewmm3
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gtksourceviewmm3.
Install gtksourceviewmm3 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 gtksourceviewmm3
using dnf
by running the following command:
sudo dnf -y install gtksourceviewmm3
Install gtksourceviewmm3 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 gtksourceviewmm3
using yum
by running the following command:
sudo yum -y install gtksourceviewmm3
How To Uninstall gtksourceviewmm3 on Fedora 36
To uninstall only the gtksourceviewmm3
package we can use the following command:
sudo dnf remove gtksourceviewmm3
gtksourceviewmm3 Package Contents on Fedora 36
---
title: "How To Install gtksourceviewmm3 on Fedora 36"
linkTitle: "gtksourceviewmm3"
type: "docs"
description: "In this tutorial we learn how to install gtksourceviewmm3 in Fedora 36. gtksourceviewmm3 is A C++ wrapper for gtksourceview3"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/gtksourceviewmm3-featured.png
---
## Introduction
In this tutorial we learn how to install `gtksourceviewmm3` on Fedora 36.
### What is `gtksourceviewmm3`
> 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
We can use `yum` or `dnf` to install `gtksourceviewmm3` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gtksourceviewmm3.
/usr/lib/.build-id
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/c6a6bd918be82b64cd4bc67e0323b96e684f39
/usr/lib64/libgtksourceviewmm-3.0.so.0
/usr/lib64/libgtksourceviewmm-3.0.so.0.0.0
/usr/share/doc/gtksourceviewmm3
/usr/share/doc/gtksourceviewmm3/AUTHORS
/usr/share/doc/gtksourceviewmm3/NEWS
/usr/share/doc/gtksourceviewmm3/README
/usr/share/licenses/gtksourceviewmm3
/usr/share/licenses/gtksourceviewmm3/COPYING
## Install gtksourceviewmm3 on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install gtksourceviewmm3
using dnf
by running the following command:
sudo dnf -y install gtksourceviewmm3
Install gtksourceviewmm3 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 gtksourceviewmm3
using yum
by running the following command:
sudo yum -y install gtksourceviewmm3
How To Uninstall gtksourceviewmm3 on Fedora 36
To uninstall only the gtksourceviewmm3
package we can use the following command:
sudo dnf remove gtksourceviewmm3
gtksourceviewmm3 Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install gtksourceviewmm3
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/0b /usr/lib/.build-id/0b/2e71e4794a1f4f1a54066fae3d90a4d5117d7e /usr/lib/libgtksourceviewmm-3.0.so.0 /usr/lib/libgtksourceviewmm-3.0.so.0.0.0 /usr/share/doc/gtksourceviewmm3 /usr/share/doc/gtksourceviewmm3/AUTHORS /usr/share/doc/gtksourceviewmm3/NEWS /usr/share/doc/gtksourceviewmm3/README /usr/share/licenses/gtksourceviewmm3 /usr/share/licenses/gtksourceviewmm3/COPYING
## References
* [gtksourceviewmm3 website](http://projects.gnome.org/gtksourceviewmm/)
## Summary
In this tutorial we learn how to install `gtksourceviewmm3` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).