How To Install webextension-token-signing on Rocky Linux 8

In this tutorial we learn how to install webextension-token-signing on Rocky Linux 8. 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 Rocky Linux 8.

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 Rocky Linux 8. 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 Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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 Rocky Linux 8

/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/55
/usr/lib/.build-id/55/a9b6693094887f3b0bd0a68b640981ab528efb
/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 Rocky Linux 8 using yum and dnf.