How to Install and Uninstall delve.x86_64 Package on Fedora 39

Last updated: January 17,2025

1. Install "delve.x86_64" package

This guide covers the steps necessary to install delve.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install delve.x86_64

2. Uninstall "delve.x86_64" package

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

$ sudo dnf remove delve.x86_64 $ sudo dnf autoremove

3. Information about the delve.x86_64 package on Fedora 39

Last metadata expiration check: 2:07:52 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : delve
Version : 1.22.0
Release : 1.fc39
Architecture : x86_64
Size : 4.8 M
Source : delve-1.22.0-1.fc39.src.rpm
Repository : updates
Summary : A debugger for the Go programming language
URL : https://github.com/go-delve/delve
License : MIT
Description :
: Delve is a debugger for the Go programming language. The goal of the project
: is to provide a simple, full featured debugging tool for Go. Delve should be
: easy to invoke and easy to use. Chances are if you're using a debugger, things
: aren't going your way. With that in mind, Delve should stay out of your way as
: much as possible.