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

Last updated: May 19,2024

1. Install "chromedriver.x86_64" package

Please follow the instructions below to install chromedriver.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install chromedriver.x86_64

2. Uninstall "chromedriver.x86_64" package

In this section, we are going to explain the necessary steps to uninstall chromedriver.x86_64 on Rocky Linux 8:

$ sudo dnf remove chromedriver.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:45:04 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : chromedriver
Version : 102.0.5005.115
Release : 1.el8
Architecture : x86_64
Size : 7.3 M
Source : chromium-102.0.5005.115-1.el8.src.rpm
Repository : epel
Summary : WebDriver for Google Chrome/Chromium
URL : http://www.chromium.org/Home
License : BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
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.