How To Install ephemeral on Fedora 36

In this tutorial we learn how to install ephemeral in Fedora 36. ephemeral is Private-by-default, always-incognito browser

Introduction

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

What is ephemeral

Browse the Internet in private without leaving a trace of history on your computer. Ephemeral is a stripped down private browser that’s perfect for avoiding persistent cookies or web trackers. Close the window and all traces of your browsing are removed from your device.

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

Install ephemeral 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 ephemeral using dnf by running the following command:

sudo dnf -y install ephemeral

Install ephemeral 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 ephemeral using yum by running the following command:

sudo yum -y install ephemeral

How To Uninstall ephemeral on Fedora 36

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

sudo dnf remove ephemeral

ephemeral Package Contents on Fedora 36

/usr/bin/com.github.cassidyjames.ephemeral
/usr/lib/.build-id
/usr/lib/.build-id/52
/usr/lib/.build-id/52/6d3715c274451cced37dcdcb1dfb63c103e43a
/usr/share/applications/com.github.cassidyjames.ephemeral.desktop
/usr/share/doc/ephemeral
/usr/share/doc/ephemeral/README.md
/usr/share/glib-2.0/schemas/com.github.cassidyjames.ephemeral.gschema.xml
/usr/share/icons/hicolor/128x128/apps/com.github.cassidyjames.ephemeral.svg
/usr/share/licenses/ephemeral
/usr/share/licenses/ephemeral/LICENSE
/usr/share/locale/ca/LC_MESSAGES/com.github.cassidyjames.ephemeral.mo
/usr/share/locale/de/LC_MESSAGES/com.github.cassidyjames.ephemeral.mo
/usr/share/locale/es/LC_MESSAGES/com.github.cassidyjames.ephemeral.mo
/usr/share/locale/fr/LC_MESSAGES/com.github.cassidyjames.ephemeral.mo
/usr/share/locale/it/LC_MESSAGES/com.github.cassidyjames.ephemeral.mo
/usr/share/locale/lt/LC_MESSAGES/com.github.cassidyjames.ephemeral.mo
/usr/share/locale/nl/LC_MESSAGES/com.github.cassidyjames.ephemeral.mo
/usr/share/locale/pl/LC_MESSAGES/com.github.cassidyjames.ephemeral.mo
/usr/share/locale/pt/LC_MESSAGES/com.github.cassidyjames.ephemeral.mo
/usr/share/locale/pt_BR/LC_MESSAGES/com.github.cassidyjames.ephemeral.mo
/usr/share/locale/ru/LC_MESSAGES/com.github.cassidyjames.ephemeral.mo
/usr/share/locale/tr/LC_MESSAGES/com.github.cassidyjames.ephemeral.mo
/usr/share/locale/uk/LC_MESSAGES/com.github.cassidyjames.ephemeral.mo
/usr/share/metainfo/com.github.cassidyjames.ephemeral.appdata.xml

References

Summary

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