How to Install and Uninstall mod_auth_token.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "mod_auth_token.x86_64" package

Please follow the step by step instructions below to install mod_auth_token.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install mod_auth_token.x86_64

2. Uninstall "mod_auth_token.x86_64" package

Please follow the step by step instructions below to uninstall mod_auth_token.x86_64 on Rocky Linux 8:

$ sudo dnf remove mod_auth_token.x86_64 $ sudo dnf autoremove

3. Information about the mod_auth_token.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:57:55 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : mod_auth_token
Version : 1.0.5
Release : 27.el8
Architecture : x86_64
Size : 26 k
Source : mod_auth_token-1.0.5-27.el8.src.rpm
Repository : epel
Summary : Token based URI access module for Apache
URL : http://code.google.com/p/mod-auth-token/
License : ASL 2.0
Description : mod_auth_token allows you to generate URIS for a determined
: time window, you can also limit them by IP. This is very
: useful to handle file downloads, as generated URIS can't be
: hot-linked (after it expires), also it allows you to protect
: very large files that can't be piped trough a script languages
: due to memory limitation.