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

Last updated: October 05,2024

1. Install "openocd.x86_64" package

This guide let you learn how to install openocd.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install openocd.x86_64

2. Uninstall "openocd.x86_64" package

Please follow the instructions below to uninstall openocd.x86_64 on Fedora 34:

$ sudo dnf remove openocd.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:24:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : openocd
Version : 0.11.0
Release : 2.fc34
Architecture : x86_64
Size : 2.1 M
Source : openocd-0.11.0-2.fc34.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.