How to Install and Uninstall gomacro.x86_64 Package on Fedora 36

Last updated: May 04,2024

1. Install "gomacro.x86_64" package

Please follow the guidance below to install gomacro.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install gomacro.x86_64

2. Uninstall "gomacro.x86_64" package

This is a short guide on how to uninstall gomacro.x86_64 on Fedora 36:

$ sudo dnf remove gomacro.x86_64 $ sudo dnf autoremove

3. Information about the gomacro.x86_64 package on Fedora 36

Last metadata expiration check: 0:18:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : gomacro
Version : 2.7
Release : 15.20210109git88cbcb5.fc35
Architecture : x86_64
Size : 9.2 M
Source : golang-github-cosmos72-gomacro-2.7-15.20210109git88cbcb5.fc35.src.rpm
Repository : fedora
Summary : Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros
URL : https://github.com/cosmos72/gomacro
License : MPLv2.0 and BSD
Description :
: Gomacro is an almost complete Go interpreter, implemented in pure Go. It offers
: both an interactive REPL and a scripting mode, and does not require a Go
: toolchain at runtime (except in one very specific case: import of a third party
: package at runtime).