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

Last updated: May 03,2024

1. Install "passenger.x86_64" package

This guide covers the steps necessary to install passenger.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install passenger.x86_64

2. Uninstall "passenger.x86_64" package

This guide covers the steps necessary to uninstall passenger.x86_64 on Rocky Linux 8:

$ sudo dnf remove passenger.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:04:03 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : passenger
Version : 6.0.4
Release : 3.el8
Architecture : x86_64
Size : 1.9 M
Source : passenger-6.0.4-3.el8.src.rpm
Repository : epel
Summary : Phusion Passenger application server
URL : https://www.phusionpassenger.com
License : Boost and BSD and BSD with advertising and MIT and zlib
Description : Phusion Passenger® is a web server and application server, designed to be fast,
: robust and lightweight. It takes a lot of complexity out of deploying web apps,
: adds powerful enterprise-grade features that are useful in production,
: and makes administration much easier and less complex. It supports Ruby,
: Python, Node.js and Meteor.