How To Install marker on Fedora 34
Introduction
In this tutorial we learn how to install marker
on Fedora 34.
What is marker
Marker is a markdown editor for Linux made with Gtk+-3.0.
We can use yum
or dnf
to install marker
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install marker.
Install marker 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 marker
using dnf
by running the following command:
sudo dnf -y install marker
Install marker 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 marker
using yum
by running the following command:
sudo yum -y install marker
How To Uninstall marker on Fedora 34
To uninstall only the marker
package we can use the following command:
sudo dnf remove marker
marker Package Contents on Fedora 34
/usr/bin/marker
/usr/lib/.build-id
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/1ce5c4e864812d88fe72489d59c20317d4ad85
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/a5e197d3635b8503d55cb03ad8bdf4206e2326
/usr/share/applications/com.github.fabiocolacio.marker.desktop
/usr/share/com.github.fabiocolacio.marker/extensions
/usr/share/com.github.fabiocolacio.marker/extensions/libscroll-extension.so
/usr/share/doc/marker
/usr/share/doc/marker/CONTRIBUTING.md
/usr/share/doc/marker/README.md
/usr/share/doc/marker/example.md
/usr/share/glib-2.0/schemas/com.github.fabiocolacio.marker.gschema.xml
/usr/share/help/C/Marker
/usr/share/help/C/Marker/complex-data.page
/usr/share/help/C/Marker/figures
/usr/share/help/C/Marker/figures/icon.png
/usr/share/help/C/Marker/figures/scrot.png
/usr/share/help/C/Marker/figures/scrot1.png
/usr/share/help/C/Marker/figures/scrot2.png
/usr/share/help/C/Marker/figures/sketcher.png
/usr/share/help/C/Marker/index.page
/usr/share/help/C/Marker/introduction.page
/usr/share/help/C/Marker/legal.xml
/usr/share/help/C/Marker/pictures.page
/usr/share/help/C/Marker/settings.page
/usr/share/icons/hicolor/scalable/apps/com.github.fabiocolacio.marker.svg
/usr/share/icons/hicolor/symbolic/apps/com.github.fabiocolacio.marker-symbolic.svg
/usr/share/licenses/marker
/usr/share/licenses/marker/LICENSE.md
/usr/share/locale/de/LC_MESSAGES/marker.mo
/usr/share/locale/fr/LC_MESSAGES/marker.mo
/usr/share/locale/nl/LC_MESSAGES/marker.mo
/usr/share/locale/ru/LC_MESSAGES/marker.mo
/usr/share/metainfo/com.github.fabiocolacio.marker.appdata.xml
References
Summary
In this tutorial we learn how to install marker
on Fedora 34 using yum and dnf.