How to Install and Uninstall w3m.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "w3m.x86_64" package

In this section, we are going to explain the necessary steps to install w3m.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install w3m.x86_64

2. Uninstall "w3m.x86_64" package

Please follow the guidelines below to uninstall w3m.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove w3m.x86_64 $ sudo dnf autoremove

3. Information about the w3m.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:20:32 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : w3m
Version : 0.5.3
Release : 60.git20230121.el9
Architecture : x86_64
Size : 1.1 M
Source : w3m-0.5.3-60.git20230121.el9.src.rpm
Repository : epel
Summary : Pager with Web browsing abilities
URL : http://w3m.sourceforge.net/
License : MIT and UCD
Description : The w3m program is a pager (or text file viewer) that can also be used
: as a text-mode Web browser. W3m features include the following: when
: reading an HTML document, you can follow links and view images using
: an external image viewer; its internet message mode determines the
: type of document from the header; if the Content-Type field of the
: document is text/html, the document is displayed as an HTML document;
: you can change a URL description like 'http://hogege.net' in plain
: text into a link to that URL.
: If you want to display the inline images on w3m, you need to install
: w3m-img package as well.