How to Install and Uninstall delve.x86_64 Package on Oracle Linux 8

Last updated: May 17,2024

1. Install "delve.x86_64" package

This guide let you learn how to install delve.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install delve.x86_64

2. Uninstall "delve.x86_64" package

This is a short guide on how to uninstall delve.x86_64 on Oracle Linux 8:

$ sudo dnf remove delve.x86_64 $ sudo dnf autoremove

3. Information about the delve.x86_64 package on Oracle Linux 8

Last metadata expiration check: 2:52:53 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : delve
Version : 1.7.2
Release : 1.0.1.module+el8.6.0+20559+3b94dc2a
Architecture : x86_64
Size : 3.7 M
Source : delve-1.7.2-1.0.1.module+el8.6.0+20559+3b94dc2a.src.rpm
Repository : ol8_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.