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

Last updated: July 01,2024

1. Install "ucblogo.x86_64" package

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

$ 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 36:

$ sudo dnf remove ucblogo.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:40:00 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ucblogo
Version : 6.2.2
Release : 2.fc36
Architecture : x86_64
Size : 533 k
Source : ucblogo-6.2.2-2.fc36.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.