How to Install and Uninstall chromedriver.x86_64 Package on Oracle Linux 9

Last updated: September 16,2024

1. Install "chromedriver.x86_64" package

Please follow the instructions below to install chromedriver.x86_64 on Oracle Linux 9

$ 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 Oracle Linux 9:

$ sudo dnf remove chromedriver.x86_64 $ sudo dnf autoremove

3. Information about the chromedriver.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:44:39 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : chromedriver
Version : 121.0.6167.139
Release : 1.el9
Architecture : x86_64
Size : 6.0 M
Source : chromium-121.0.6167.139-1.el9.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.