How To Install gnustep-base on Fedora 36
Introduction
In this tutorial we learn how to install gnustep-base
on Fedora 36.
What is gnustep-base
The GNUstep Base Library is a powerful fast library of general-purpose, non-graphical Objective C classes, inspired by the superb OpenStep API but implementing Apple and GNU additions to the API as well. It includes for example classes for unicode strings, arrays, dictionaries, sets, byte streams, typed coders, invocations, notifications, notification dispatchers, scanners, tasks, files, networking, threading, remote object messaging support (distributed objects), event loops, loadable bundles, attributed unicode strings, xml, mime, user defaults. This package includes development headers too.
We can use yum
or dnf
to install gnustep-base
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gnustep-base.
Install gnustep-base on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install gnustep-base
using dnf
by running the following command:
sudo dnf -y install gnustep-base
Install gnustep-base on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install gnustep-base
using yum
by running the following command:
sudo yum -y install gnustep-base
How To Uninstall gnustep-base on Fedora 36
To uninstall only the gnustep-base
package we can use the following command:
sudo dnf remove gnustep-base
gnustep-base Package Contents on Fedora 36
/usr/bin/HTMLLinker
/usr/bin/autogsdoc
/usr/bin/cvtenc
/usr/bin/defaults
/usr/bin/gdnc
/usr/bin/gdomap
/usr/bin/gspath
/usr/bin/make_strings
/usr/bin/pl2link
/usr/bin/pldes
/usr/bin/plget
/usr/bin/pllist
/usr/bin/plmerge
/usr/bin/plparse
/usr/bin/plser
/usr/bin/plutil
/usr/bin/sfparse
/usr/bin/xmlparse
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/8c434ca0464af797a146926192bf999ade8ff1
/usr/lib/.build-id/14
/usr/lib/.build-id/14/1ac790770666f07f1c2135c8c010826539cde3
/usr/lib/.build-id/29
/usr/lib/.build-id/29/82b12fd0994666ce975044838ccf6fa53ce0d4
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/afcf834b3315619bd1cbcda62478f6c8e280c8
/usr/lib/.build-id/34
/usr/lib/.build-id/34/b355d01dd39f799eda2e391c58c5ebb04cb6a4
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/65b25810973e300f0cff224a31e3a21bf39f12
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/56035b0f45eaa9a22555f63c299727903b6ab6
/usr/lib/.build-id/65
/usr/lib/.build-id/65/f6034009eb30e4eef7d6cab6e96b51670753cb
/usr/lib/.build-id/69
/usr/lib/.build-id/69/ad4fb02c7c6cc0721233f2e266e74ef2aaa28a
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/1f4b8d67e429487288a18081c796b2a69ef936
/usr/lib/.build-id/76
/usr/lib/.build-id/76/b397d24c6b185b0dc3b35551aba6941697d1b8
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/0aa1f0eebaea63373732e89a712d5860ac4e1d
/usr/lib/.build-id/96
/usr/lib/.build-id/96/923bb222a31cc36bcd53225ca25362164b3581
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/299689f49de166227ef541b8ba8daf1b46390c
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/3bc8ef6cc5a68e6746acd9be6bcdb55f80d594
/usr/lib/.build-id/de
/usr/lib/.build-id/de/4cd04a8409a4fc01b779c5e24d1cd376bf8a4d
/usr/lib/.build-id/de/7111c1797bf277ac00e1c2e85ade51b1ec3f87
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/567c7fb2ebe14b2c1769c913237da84d7ac18c
/usr/lib64/GNUstep/DTDs
/usr/lib64/GNUstep/DTDs/gsdoc-0_6_5.dtd
/usr/lib64/GNUstep/DTDs/gsdoc-0_6_6.dtd
/usr/lib64/GNUstep/DTDs/gsdoc-0_6_7.dtd
/usr/lib64/GNUstep/DTDs/gsdoc-1_0_0.dtd
/usr/lib64/GNUstep/DTDs/gsdoc-1_0_1.dtd
/usr/lib64/GNUstep/DTDs/gsdoc-1_0_1.rnc
/usr/lib64/GNUstep/DTDs/gsdoc-1_0_2.dtd
/usr/lib64/GNUstep/DTDs/gsdoc-1_0_3.dtd
/usr/lib64/GNUstep/DTDs/gsdoc-1_0_4.dtd
/usr/lib64/GNUstep/DTDs/plist-0_9.dtd
/usr/share/man/man1/HTMLLinker.1.gz
/usr/share/man/man1/autogsdoc.1.gz
/usr/share/man/man1/cvtenc.1.gz
/usr/share/man/man1/defaults.1.gz
/usr/share/man/man1/gdnc.1.gz
/usr/share/man/man1/gspath.1.gz
/usr/share/man/man1/make_strings.1.gz
/usr/share/man/man1/pldes.1.gz
/usr/share/man/man1/sfparse.1.gz
/usr/share/man/man1/xmlparse.1.gz
/usr/share/man/man8/gdomap.8.gz
References
Summary
In this tutorial we learn how to install gnustep-base
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).