How To Install netsurf-buildsystem on Fedora 36

In this tutorial we learn how to install netsurf-buildsystem in Fedora 36. netsurf-buildsystem is Makefiles shared by NetSurf projects

Introduction

In this tutorial we learn how to install netsurf-buildsystem on Fedora 36.

What is netsurf-buildsystem

netsurf-buildsystem contains makefiles shared by NetSurf projects.

We can use yum or dnf to install netsurf-buildsystem on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install netsurf-buildsystem.

Install netsurf-buildsystem 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 netsurf-buildsystem using dnf by running the following command:

sudo dnf -y install netsurf-buildsystem

Install netsurf-buildsystem 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 netsurf-buildsystem using yum by running the following command:

sudo yum -y install netsurf-buildsystem

How To Uninstall netsurf-buildsystem on Fedora 36

To uninstall only the netsurf-buildsystem package we can use the following command:

sudo dnf remove netsurf-buildsystem

netsurf-buildsystem Package Contents on Fedora 36

/usr/share/doc/netsurf-buildsystem
/usr/share/doc/netsurf-buildsystem/README
/usr/share/licenses/netsurf-buildsystem
/usr/share/licenses/netsurf-buildsystem/COPYING
/usr/share/netsurf-buildsystem
/usr/share/netsurf-buildsystem/citools
/usr/share/netsurf-buildsystem/citools/jenkins-build.sh
/usr/share/netsurf-buildsystem/makefiles
/usr/share/netsurf-buildsystem/makefiles/Makefile.clang
/usr/share/netsurf-buildsystem/makefiles/Makefile.gcc
/usr/share/netsurf-buildsystem/makefiles/Makefile.norcroft
/usr/share/netsurf-buildsystem/makefiles/Makefile.open64
/usr/share/netsurf-buildsystem/makefiles/Makefile.pkgconfig
/usr/share/netsurf-buildsystem/makefiles/Makefile.subdir
/usr/share/netsurf-buildsystem/makefiles/Makefile.tools
/usr/share/netsurf-buildsystem/makefiles/Makefile.top
/usr/share/netsurf-buildsystem/testtools
/usr/share/netsurf-buildsystem/testtools/testrunner.pl

References

Summary

In this tutorial we learn how to install netsurf-buildsystem on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).