How To Install poxml on Rocky Linux 8

In this tutorial we learn how to install poxml on Rocky Linux 8. poxml is Text utilities from kdesdk

Introduction

In this tutorial we learn how to install poxml on Rocky Linux 8.

What is poxml

Text utilities from kdesdk, including po2xml split2po swappo xml2pot

We can use yum or dnf to install poxml on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install poxml.

Install poxml on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install poxml

Install poxml on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install poxml using yum by running the following command:

sudo yum -y install poxml

How To Uninstall poxml on Rocky Linux 8

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

sudo dnf remove poxml

poxml Package Contents on Rocky Linux 8

/usr/bin/po2xml
/usr/bin/split2po
/usr/bin/swappo
/usr/bin/xml2pot
/usr/lib/.build-id
/usr/lib/.build-id/95
/usr/lib/.build-id/95/627333afaa526ac9c78423b2d212204d07bb59
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/7c1cef3f470000c1761cb6fa7a6ed93aa6d571
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/cdae6f6d82953033699ce63e7a40605463abc9
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/10fd70d17b5550c394e4c60e48272313fe21d8
/usr/share/licenses/poxml
/usr/share/licenses/poxml/COPYING
/usr/share/licenses/poxml/COPYING.DOC
/usr/share/man/ca/man1/po2xml.1.gz
/usr/share/man/ca/man1/split2po.1.gz
/usr/share/man/ca/man1/swappo.1.gz
/usr/share/man/ca/man1/xml2pot.1.gz
/usr/share/man/da/man1/po2xml.1.gz
/usr/share/man/da/man1/split2po.1.gz
/usr/share/man/da/man1/swappo.1.gz
/usr/share/man/da/man1/xml2pot.1.gz
/usr/share/man/de/man1/po2xml.1.gz
/usr/share/man/de/man1/split2po.1.gz
/usr/share/man/de/man1/swappo.1.gz
/usr/share/man/de/man1/xml2pot.1.gz
/usr/share/man/es/man1/po2xml.1.gz
/usr/share/man/es/man1/split2po.1.gz
/usr/share/man/es/man1/swappo.1.gz
/usr/share/man/es/man1/xml2pot.1.gz
/usr/share/man/et/man1/split2po.1.gz
/usr/share/man/fr/man1/po2xml.1.gz
/usr/share/man/fr/man1/split2po.1.gz
/usr/share/man/fr/man1/swappo.1.gz
/usr/share/man/fr/man1/xml2pot.1.gz
/usr/share/man/gl/man1/po2xml.1.gz
/usr/share/man/gl/man1/split2po.1.gz
/usr/share/man/gl/man1/swappo.1.gz
/usr/share/man/gl/man1/xml2pot.1.gz
/usr/share/man/it/man1/po2xml.1.gz
/usr/share/man/it/man1/split2po.1.gz
/usr/share/man/it/man1/swappo.1.gz
/usr/share/man/it/man1/xml2pot.1.gz
/usr/share/man/man1/po2xml.1.gz
/usr/share/man/man1/split2po.1.gz
/usr/share/man/man1/swappo.1.gz
/usr/share/man/man1/xml2pot.1.gz
/usr/share/man/nl/man1/po2xml.1.gz
/usr/share/man/nl/man1/split2po.1.gz
/usr/share/man/nl/man1/swappo.1.gz
/usr/share/man/nl/man1/xml2pot.1.gz
/usr/share/man/pt/man1/po2xml.1.gz
/usr/share/man/pt/man1/split2po.1.gz
/usr/share/man/pt/man1/swappo.1.gz
/usr/share/man/pt/man1/xml2pot.1.gz
/usr/share/man/pt_BR/man1/po2xml.1.gz
/usr/share/man/pt_BR/man1/split2po.1.gz
/usr/share/man/pt_BR/man1/swappo.1.gz
/usr/share/man/pt_BR/man1/xml2pot.1.gz
/usr/share/man/ru/man1/po2xml.1.gz
/usr/share/man/ru/man1/split2po.1.gz
/usr/share/man/ru/man1/swappo.1.gz
/usr/share/man/ru/man1/xml2pot.1.gz
/usr/share/man/sv/man1/po2xml.1.gz
/usr/share/man/sv/man1/split2po.1.gz
/usr/share/man/sv/man1/swappo.1.gz
/usr/share/man/sv/man1/xml2pot.1.gz
/usr/share/man/uk/man1/po2xml.1.gz
/usr/share/man/uk/man1/split2po.1.gz
/usr/share/man/uk/man1/swappo.1.gz
/usr/share/man/uk/man1/xml2pot.1.gz

References

Summary

In this tutorial we learn how to install poxml on Rocky Linux 8 using yum and dnf.