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

Last updated: October 06,2024

1. Install "gomacro.x86_64" package

Please follow the step by step instructions below to install gomacro.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install gomacro.x86_64

2. Uninstall "gomacro.x86_64" package

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

$ sudo dnf remove gomacro.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:56:11 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : gomacro
Version : 2.7
Release : 14.20210109git88cbcb5.fc34
Architecture : x86_64
Size : 9.0 M
Source : golang-github-cosmos72-gomacro-2.7-14.20210109git88cbcb5.fc34.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).