How To Install marker on Fedora 36
In this tutorial we learn how to install marker in Fedora 36. marker is GTK 3 markdown editor
Introduction
In this tutorial we learn how to install marker
on Fedora 36.
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install marker.
Install marker 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 marker
using dnf
by running the following command:
sudo dnf -y install marker
Install marker 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 marker
using yum
by running the following command:
sudo yum -y install marker
How To Uninstall marker on Fedora 36
To uninstall only the marker
package we can use the following command:
sudo dnf remove marker
marker Package Contents on Fedora 36
/usr/bin/marker
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/c895fa2f0af8197801b0edc3e58fc28aacab61
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/c16cf070c4ff4d9daef7e40451a5aa7a654951
/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 36 using yum and [dnf]((/fedora/36/dnf/).