How to Install and Uninstall delve.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "delve.src" package

Please follow the guidelines below to install delve.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install delve.src

2. Uninstall "delve.src" package

Please follow the guidelines below to uninstall delve.src on Oracle Linux 9:

$ sudo dnf remove delve.src $ sudo dnf autoremove

3. Information about the delve.src package on Oracle Linux 9

Last metadata expiration check: 0:06:51 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : delve
Version : 1.20.2
Release : 1.0.1.el9
Architecture : src
Size : 8.7 M
Source : None
Repository : ol9_appstream
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.