How To Install gtkspellmm30 on Fedora 34
Introduction
In this tutorial we learn how to install gtkspellmm30
on Fedora 34.
What is gtkspellmm30
GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget as you type. Right-clicking a misspelled word pops up a menu of suggested replacements. gtkspellmm30 3.0.5 13.fc34 x86_64 28 k gtkspellmm30-3.0.5-13.fc34.src.rpm fedora On-the-fly spell checking for GtkTextView widgets - C++ bindings http GPLv2+ GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget as you type. Right-clicking a misspelled word pops up a menu of suggested replacements.
We can use yum
or dnf
to install gtkspellmm30
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install gtkspellmm30.
Install gtkspellmm30 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 gtkspellmm30
using dnf
by running the following command:
sudo dnf -y install gtkspellmm30
Install gtkspellmm30 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 gtkspellmm30
using yum
by running the following command:
sudo yum -y install gtkspellmm30
How To Uninstall gtkspellmm30 on Fedora 34
To uninstall only the gtkspellmm30
package we can use the following command:
sudo dnf remove gtkspellmm30
gtkspellmm30 Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/ceec7c695c63f5be4f995ef0593fe59e7b643d
/usr/lib/libgtkspellmm-3.0.so.0
/usr/lib/libgtkspellmm-3.0.so.0.2.0
/usr/share/doc/gtkspellmm30
/usr/share/doc/gtkspellmm30/AUTHORS
/usr/share/doc/gtkspellmm30/ChangeLog
/usr/share/doc/gtkspellmm30/NEWS
/usr/share/doc/gtkspellmm30/README
/usr/share/licenses/gtkspellmm30
/usr/share/licenses/gtkspellmm30/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/73e4a39fb061ccbd32b5cb7b31407fa695177a
/usr/lib64/libgtkspellmm-3.0.so.0
/usr/lib64/libgtkspellmm-3.0.so.0.2.0
/usr/share/doc/gtkspellmm30
/usr/share/doc/gtkspellmm30/AUTHORS
/usr/share/doc/gtkspellmm30/ChangeLog
/usr/share/doc/gtkspellmm30/NEWS
/usr/share/doc/gtkspellmm30/README
/usr/share/licenses/gtkspellmm30
/usr/share/licenses/gtkspellmm30/COPYING
References
- [gtkspellmm30 website](http://gtkspell.sourceforge.net/ http://gtkspell.sourceforge.net/)
Summary
In this tutorial we learn how to install gtkspellmm30
on Fedora 34 using yum and dnf.