How To Install ClanLib06 on Fedora 36

In this tutorial we learn how to install ClanLib06 in Fedora 36. ClanLib06 is Version 0.6 of this Cross platform C++ game library

Introduction

In this tutorial we learn how to install ClanLib06 on Fedora 36.

What is ClanLib06

Version 0.6 of this cross platform C++ game library, which is still used by many games.

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

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

sudo dnf -y install ClanLib06

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

sudo yum -y install ClanLib06

How To Uninstall ClanLib06 on Fedora 36

To uninstall only the ClanLib06 package we can use the following command:

sudo dnf remove ClanLib06

ClanLib06 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/ebbe413c88d7d859930522e981507197459a15
/usr/lib/.build-id/33
/usr/lib/.build-id/33/c04f74b51bc07b1f092d9133e46a02e3485485
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/ef1c62128a6bc513fbc802f453713584255a76
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/76fea7e77c5a8e18cdf796c42dc8121d490e75
/usr/lib/.build-id/53
/usr/lib/.build-id/53/de4757d74abff849a2c96f0015fd69ad803d33
/usr/lib/.build-id/65
/usr/lib/.build-id/65/e23b684c324dd0b8be5f606fb82f8fd4aabaaf
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/eef7eb2adc597ecdffe0a26932d8fee8db4526
/usr/lib/.build-id/80
/usr/lib/.build-id/80/9bb93b5ce5bac58e7f4d0455c210311b09e909
/usr/lib/.build-id/86
/usr/lib/.build-id/86/186094187e330127b6009debe65042ccfa4ab2
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/663ff2022fd8fb8ce543edddf731695606ce25
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/cc3765113856979460edcbf774ec0376fe7e3b
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/644a329d9594c7a214b7d51c76871fe4f59640
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/24c42f2b5f08fefc77078b19f692ec7f413e29
/usr/lib/.build-id/f1/d391a46d8a34851af069cc3c126dcf8966e46c
/usr/lib64/libclanApp.so.0.6.3
/usr/lib64/libclanApp.so.2
/usr/lib64/libclanCore.so.0.6.3
/usr/lib64/libclanCore.so.2
/usr/lib64/libclanDisplay.so.0.6.3
/usr/lib64/libclanDisplay.so.2
/usr/lib64/libclanGL.so.0.6.3
/usr/lib64/libclanGL.so.2
/usr/lib64/libclanGUI.so.0.6.3
/usr/lib64/libclanGUI.so.2
/usr/lib64/libclanJPEG.so.0.6.3
/usr/lib64/libclanJPEG.so.2
/usr/lib64/libclanLua.so.0.6.3
/usr/lib64/libclanLua.so.2
/usr/lib64/libclanMikMod.so.0.6.3
/usr/lib64/libclanMikMod.so.2
/usr/lib64/libclanNetwork.so.0.6.3
/usr/lib64/libclanNetwork.so.2
/usr/lib64/libclanPNG.so.0.6.3
/usr/lib64/libclanPNG.so.2
/usr/lib64/libclanSmallJPEG.so.0.6.3
/usr/lib64/libclanSmallJPEG.so.2
/usr/lib64/libclanSound.so.0.6.3
/usr/lib64/libclanSound.so.2
/usr/lib64/libclanTTF.so.0.6.3
/usr/lib64/libclanTTF.so.2
/usr/lib64/libclanVorbis.so.0.6.3
/usr/lib64/libclanVorbis.so.2
/usr/share/doc/ClanLib06
/usr/share/doc/ClanLib06/CREDITS
/usr/share/doc/ClanLib06/NEWS
/usr/share/doc/ClanLib06/ascii-logo
/usr/share/licenses/ClanLib06
/usr/share/licenses/ClanLib06/COPYING

References

Summary

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


title: “How To Install ClanLib06 on Fedora 36” linkTitle: “ClanLib06” type: “docs” description: “In this tutorial we learn how to install ClanLib06 in Fedora 36. ClanLib06 is Version 0.6 of this Cross platform C++ game library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ClanLib06-featured.png

Introduction

In this tutorial we learn how to install ClanLib06 on Fedora 36.

What is ClanLib06

Version 0.6 of this cross platform C++ game library, which is still used by many games.

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

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

sudo dnf -y install ClanLib06

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

sudo yum -y install ClanLib06

How To Uninstall ClanLib06 on Fedora 36

To uninstall only the ClanLib06 package we can use the following command:

sudo dnf remove ClanLib06

ClanLib06 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/63b27991742954ca696d09f09f514cadfeebd9
/usr/lib/.build-id/10
/usr/lib/.build-id/10/82c02ba05ca737f3ac7ba5451c0fb90fa8a6ad
/usr/lib/.build-id/23
/usr/lib/.build-id/23/3eff4233fb6edb53ecae9a9b02fa06906f7d6a
/usr/lib/.build-id/46
/usr/lib/.build-id/46/4c243c5281150e6ee0d784d757e70edf664da8
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/a12236c0f876aa4151e873a9d4ad39fcf30a8d
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/9f68bc07a6fbf23a4b7863308df35d5c7935c2
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/e665067972ca799642dc449d15c1ea513f3108
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/00649894dc1d282f6c5db1f0ca18a4b33d2dfe
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/c56d05a875908c3394f6bb9d352cdbdf817249
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/f058ec5cdc19851a1b0439906ab38a87fe1628
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/c929ddbcc01f5ddb4b2381158cc8320d18b3e6
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/d00a4b0615ae33e59b3243cf980b165b3af133
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/9e3a19e67ac7d128aed8015afac18f608c9a4d
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/251af3d32f819de8d561c316693fe17db96025
/usr/lib/libclanApp.so.0.6.3
/usr/lib/libclanApp.so.2
/usr/lib/libclanCore.so.0.6.3
/usr/lib/libclanCore.so.2
/usr/lib/libclanDisplay.so.0.6.3
/usr/lib/libclanDisplay.so.2
/usr/lib/libclanGL.so.0.6.3
/usr/lib/libclanGL.so.2
/usr/lib/libclanGUI.so.0.6.3
/usr/lib/libclanGUI.so.2
/usr/lib/libclanJPEG.so.0.6.3
/usr/lib/libclanJPEG.so.2
/usr/lib/libclanLua.so.0.6.3
/usr/lib/libclanLua.so.2
/usr/lib/libclanMikMod.so.0.6.3
/usr/lib/libclanMikMod.so.2
/usr/lib/libclanNetwork.so.0.6.3
/usr/lib/libclanNetwork.so.2
/usr/lib/libclanPNG.so.0.6.3
/usr/lib/libclanPNG.so.2
/usr/lib/libclanSmallJPEG.so.0.6.3
/usr/lib/libclanSmallJPEG.so.2
/usr/lib/libclanSound.so.0.6.3
/usr/lib/libclanSound.so.2
/usr/lib/libclanTTF.so.0.6.3
/usr/lib/libclanTTF.so.2
/usr/lib/libclanVorbis.so.0.6.3
/usr/lib/libclanVorbis.so.2
/usr/share/doc/ClanLib06
/usr/share/doc/ClanLib06/CREDITS
/usr/share/doc/ClanLib06/NEWS
/usr/share/doc/ClanLib06/ascii-logo
/usr/share/licenses/ClanLib06
/usr/share/licenses/ClanLib06/COPYING

References

Summary

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