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

Last updated: October 06,2024

1. Install "chromedriver.x86_64" package

This tutorial shows how to install chromedriver.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install chromedriver.x86_64

2. Uninstall "chromedriver.x86_64" package

Here is a brief guide to show you how to uninstall chromedriver.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove chromedriver.x86_64 $ sudo dnf autoremove

3. Information about the chromedriver.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:25:22 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : chromedriver
Version : 121.0.6167.160
Release : 1.el8
Architecture : x86_64
Size : 6.3 M
Source : chromium-121.0.6167.160-1.el8.src.rpm
Repository : epel
Summary : WebDriver for Google Chrome/Chromium
URL : http://www.chromium.org/Home
License : BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)
Description : WebDriver is an open source tool for automated testing of webapps across many
: browsers. It provides capabilities for navigating to web pages, user input,
: JavaScript execution, and more. ChromeDriver is a standalone server which
: implements WebDriver's wire protocol for Chromium. It is being developed by
: members of the Chromium and WebDriver teams.