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

Last updated: November 25,2024

1. Install "ucblogo.x86_64" package

Please follow the steps below to install ucblogo.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ucblogo.x86_64

2. Uninstall "ucblogo.x86_64" package

This guide covers the steps necessary to uninstall ucblogo.x86_64 on Fedora 35:

$ sudo dnf remove ucblogo.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:18:29 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ucblogo
Version : 6.2.2
Release : 1.fc35
Architecture : x86_64
Size : 530 k
Source : ucblogo-6.2.2-1.fc35.src.rpm
Repository : updates
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.