How to Install and Uninstall openocd.x86_64 Package on Fedora 35

Last updated: May 20,2024

1. Install "openocd.x86_64" package

Please follow the steps below to install openocd.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install openocd.x86_64

2. Uninstall "openocd.x86_64" package

In this section, we are going to explain the necessary steps to uninstall openocd.x86_64 on Fedora 35:

$ sudo dnf remove openocd.x86_64 $ sudo dnf autoremove

3. Information about the openocd.x86_64 package on Fedora 35

Last metadata expiration check: 1:06:31 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : openocd
Version : 0.11.0
Release : 2.fc35
Architecture : x86_64
Size : 2.1 M
Source : openocd-0.11.0-2.fc35.src.rpm
Repository : updates
Summary : Debugging, in-system programming and boundary-scan testing for embedded devices
URL : https://sourceforge.net/projects/openocd
License : GPLv2
Description : The Open On-Chip Debugger (OpenOCD) provides debugging, in-system programming
: and boundary-scan testing for embedded devices. Various different boards,
: targets, and interfaces are supported to ease development time.
:
: Install OpenOCD if you are looking for an open source solution for hardware
: debugging.