How To Install poke-data on Rocky Linux 8
In this tutorial we learn how to install poke-data on Rocky Linux 8. poke-data is Data files for poke
Introduction
In this tutorial we learn how to install poke-data
on Rocky Linux 8.
What is poke-data
Data files for poke.
We can use yum
or dnf
to install poke-data
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install poke-data.
Install poke-data 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 poke-data
using dnf
by running the following command:
sudo dnf -y install poke-data
Install poke-data 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 poke-data
using yum
by running the following command:
sudo yum -y install poke-data
How To Uninstall poke-data on Rocky Linux 8
To uninstall only the poke-data
package we can use the following command:
sudo dnf remove poke-data
poke-data Package Contents on Rocky Linux 8
/usr/share/poke
/usr/share/poke/maps
/usr/share/poke/maps/dwarf.map
/usr/share/poke/maps/elf.map
/usr/share/poke/maps/mp3.map
/usr/share/poke/nodelist
/usr/share/poke/pickles
/usr/share/poke/pickles/argp.pk
/usr/share/poke/pickles/bmp.pk
/usr/share/poke/pickles/bpf.pk
/usr/share/poke/pickles/btf-dump.pk
/usr/share/poke/pickles/btf.pk
/usr/share/poke/pickles/color.pk
/usr/share/poke/pickles/ctf.pk
/usr/share/poke/pickles/dwarf-common.pk
/usr/share/poke/pickles/dwarf-frame.pk
/usr/share/poke/pickles/dwarf-pubnames.pk
/usr/share/poke/pickles/dwarf-types.pk
/usr/share/poke/pickles/dwarf.pk
/usr/share/poke/pickles/elf.pk
/usr/share/poke/pickles/id3v1.pk
/usr/share/poke/pickles/leb128.pk
/usr/share/poke/pickles/mbr.pk
/usr/share/poke/pickles/pktest.pk
/usr/share/poke/pickles/rgb24.pk
/usr/share/poke/pickles/time.pk
/usr/share/poke/pickles/ustar.pk
/usr/share/poke/pk-cmd.pk
/usr/share/poke/pk-copy.pk
/usr/share/poke/pk-dump.pk
/usr/share/poke/pk-extract.pk
/usr/share/poke/pk-hserver.pk
/usr/share/poke/pk-save.pk
/usr/share/poke/pk-scrabble.pk
/usr/share/poke/pkl-rt.pk
/usr/share/poke/poke-default.css
/usr/share/poke/poke.pk
/usr/share/poke/poke.text
/usr/share/poke/std.pk
References
Summary
In this tutorial we learn how to install poke-data
on Rocky Linux 8 using yum and dnf.