How To Install webextension-token-signing on Fedora 36

In this tutorial we learn how to install webextension-token-signing in Fedora 36. webextension-token-signing is Chrome and Firefox extension for signing with your eID on the web

Introduction

In this tutorial we learn how to install webextension-token-signing on Fedora 36.

What is webextension-token-signing

Chrome and Firefox extension for signing with your eID on the web.

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

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

sudo dnf -y install webextension-token-signing

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

sudo yum -y install webextension-token-signing

How To Uninstall webextension-token-signing on Fedora 36

To uninstall only the webextension-token-signing package we can use the following command:

sudo dnf remove webextension-token-signing

webextension-token-signing Package Contents on Fedora 36

/etc/chromium/native-messaging-hosts
/etc/chromium/native-messaging-hosts/ee.ria.esteid.json
/etc/opt/chrome/native-messaging-hosts
/etc/opt/chrome/native-messaging-hosts/ee.ria.esteid.json
/usr/bin/chrome-token-signing
/usr/lib/.build-id
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/eccda841ea5e220124dcfa3e5a1d8b3c722340
/usr/lib64/mozilla/native-messaging-hosts
/usr/lib64/mozilla/native-messaging-hosts/ee.ria.esteid.json
/usr/share/chromium/extensions/ckjefchnfjhjfedoccjbhjpbncimppeg.json
/usr/share/doc/webextension-token-signing
/usr/share/doc/webextension-token-signing/AUTHORS
/usr/share/doc/webextension-token-signing/README.md
/usr/share/doc/webextension-token-signing/RELEASE-NOTES.md
/usr/share/google-chrome/extensions/ckjefchnfjhjfedoccjbhjpbncimppeg.json
/usr/share/licenses/webextension-token-signing
/usr/share/licenses/webextension-token-signing/LICENSE.LGPL
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{443830f0-1fff-4f9a-aa1e-444bafbc7319}.xpi

References

Summary

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