How to Install and Uninstall chromedriver.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 11,2024

1. Install "chromedriver.x86_64" package

Here is a brief guide to show you how to install chromedriver.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install chromedriver.x86_64

2. Uninstall "chromedriver.x86_64" package

Please follow the guidelines below to uninstall chromedriver.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove chromedriver.x86_64 $ sudo dnf autoremove

3. Information about the chromedriver.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:03:14 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : chromedriver
Version : 89.0.4389.90
Release : 3.el8
Architecture : x86_64
Size : 10 M
Source : chromium-89.0.4389.90-3.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.