How To Install xoreos-tools on CentOS 7

In this tutorial we learn how to install xoreos-tools on CentOS 7. xoreos-tools is Tools to help the development of xoreos

Introduction

In this tutorial we learn how to install xoreos-tools on CentOS 7.

What is xoreos-tools

A collection of tools to help with the reverse-engineering of BioWare’s Aurora engine games. xoreos-tools is part of the xoreos project; please see the xoreos website and its GitHub repositories for details, especially the main README.md. Currently, the following tools are included * gff2xml * tlk2xml * xml2tlk * convert2da * fixpremiumgff HAKs * unerf * unherf * unrim * unnds * unnsbtx * unkeybif * desmall 0x10) files * xoreostex2tga * nbfs2tga * ncgr2tga * cbgt2tga * cdpth2tga * ncsdis

We can use yum or dnf to install xoreos-tools on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install xoreos-tools.

Install xoreos-tools on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install xoreos-tools using yum by running the following command:

sudo yum -y install xoreos-tools

Install xoreos-tools on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install xoreos-tools using dnf by running the following command:

sudo dnf -y install xoreos-tools

How To Uninstall xoreos-tools on CentOS 7

To uninstall only the xoreos-tools package we can use the following command:

sudo dnf remove xoreos-tools

References

Summary

In this tutorial we learn how to install xoreos-tools on CentOS 7 using yum and dnf.