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

Last updated: February 12,2025

1. Install "gomacro.x86_64" package

This guide covers the steps necessary to install gomacro.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install gomacro.x86_64

2. Uninstall "gomacro.x86_64" package

Please follow the steps below to uninstall gomacro.x86_64 on Fedora 35:

$ sudo dnf remove gomacro.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:02:35 ago on Wed Sep 7 08:25:01 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).