How to Install and Uninstall ucblogo.x86_64 Package on Fedora 38

Last updated: September 29,2024

1. Install "ucblogo.x86_64" package

Please follow the step by step instructions below to install ucblogo.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install ucblogo.x86_64

2. Uninstall "ucblogo.x86_64" package

This tutorial shows how to uninstall ucblogo.x86_64 on Fedora 38:

$ sudo dnf remove ucblogo.x86_64 $ sudo dnf autoremove

3. Information about the ucblogo.x86_64 package on Fedora 38

Last metadata expiration check: 4:56:29 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ucblogo
Version : 6.2.3
Release : 3.fc38
Architecture : x86_64
Size : 613 k
Source : ucblogo-6.2.3-3.fc38.src.rpm
Repository : fedora
Summary : An interpreter for the Logo programming language
URL : https://people.eecs.berkeley.edu/~bh/logo.html
License : GPLv3+
Description : Berkeley Logo (ucblogo) is an interpreter for the Logo programming
: language. Logo is a computer programming language designed for use by
: learners, including children. This dialect of Logo features
: random-access arrays, variable number of inputs to user-defined
: procedures, various error handling improvements, comments and
: continuation lines, first-class instruction and expression templates,
: and macros.