How To Install getdata on Fedora 34
Introduction
In this tutorial we learn how to install getdata
on Fedora 34.
What is getdata
The GetData Project is the reference implementation of the Dirfile Standards, a filesystem-based database format for time-ordered binary data. The Dirfile database format is designed to provide a fast, simple format for storing and reading data. getdata 0.10.0 15.fc34 x86_64 343 k getdata-0.10.0-15.fc34.src.rpm fedora Library for reading and writing dirfile data http GPLv2+ The GetData Project is the reference implementation of the Dirfile Standards, a filesystem-based database format for time-ordered binary data. The Dirfile database format is designed to provide a fast, simple format for storing and reading data.
We can use yum
or dnf
to install getdata
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install getdata.
Install getdata on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install getdata
using dnf
by running the following command:
sudo dnf -y install getdata
Install getdata on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install getdata
using yum
by running the following command:
sudo yum -y install getdata
How To Uninstall getdata on Fedora 34
To uninstall only the getdata
package we can use the following command:
sudo dnf remove getdata
getdata Package Contents on Fedora 34
/usr/bin/checkdirfile
/usr/bin/dirfile2ascii
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/3c1cafe583b1d0a5fe24bae56fcd4f654e5105
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/59b3ed6827aa0a5e2b475f846a6c03a858e937
/usr/lib/.build-id/87
/usr/lib/.build-id/87/80eb9db4b6c7d64d37c70044d0e5813f43ef0b
/usr/lib/.build-id/99
/usr/lib/.build-id/99/60768fd00120e96d498934d167f6d65104d643
/usr/lib/.build-id/db
/usr/lib/.build-id/db/4762ce32a8aa2d86ed385e549cceec598f360d
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/b77fd4d4724496a4ee2234cf48174e71ba73f0
/usr/lib64/getdata
/usr/lib64/getdata/libgetdataflac-0.10.0.so
/usr/lib64/getdata/libgetdatazzip-0.10.0.so
/usr/lib64/libgetdata++.so.7
/usr/lib64/libgetdata++.so.7.0.0
/usr/lib64/libgetdata.so.8
/usr/lib64/libgetdata.so.8.0.0
/usr/share/doc/getdata
/usr/share/doc/getdata/AUTHORS
/usr/share/doc/getdata/COPYING
/usr/share/doc/getdata/ChangeLog
/usr/share/doc/getdata/NEWS
/usr/share/doc/getdata/README
/usr/share/doc/getdata/TODO
/usr/share/man/man1/checkdirfile.1.gz
/usr/share/man/man1/dirfile2ascii.1.gz
/usr/share/man/man5/dirfile-encoding.5.gz
/usr/share/man/man5/dirfile-format.5.gz
/usr/share/man/man5/dirfile.5.gz
/usr/bin/checkdirfile
/usr/bin/dirfile2ascii
/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/d50f3e0cc6184205bf30615de3640767cf3715
/usr/lib/.build-id/49
/usr/lib/.build-id/49/dde8a5342639edda215a8c0586be55eb795ebd
/usr/lib/.build-id/85
/usr/lib/.build-id/85/b7af7a0a82fefaf0a1a1a5345693baef30eabe
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/547dea1259d6fa63f2b41c049ab5d44ff67dd0
/usr/lib/.build-id/df
/usr/lib/.build-id/df/5a8f28f9592c9e21717dce39b96ab63c2c9a2f
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/8eb9498dfe954f8998f65e63fd21799a6ccdd1
/usr/lib/getdata
/usr/lib/getdata/libgetdataflac-0.10.0.so
/usr/lib/getdata/libgetdatazzip-0.10.0.so
/usr/lib/libgetdata++.so.7
/usr/lib/libgetdata++.so.7.0.0
/usr/lib/libgetdata.so.8
/usr/lib/libgetdata.so.8.0.0
/usr/share/doc/getdata
/usr/share/doc/getdata/AUTHORS
/usr/share/doc/getdata/COPYING
/usr/share/doc/getdata/ChangeLog
/usr/share/doc/getdata/NEWS
/usr/share/doc/getdata/README
/usr/share/doc/getdata/TODO
/usr/share/man/man1/checkdirfile.1.gz
/usr/share/man/man1/dirfile2ascii.1.gz
/usr/share/man/man5/dirfile-encoding.5.gz
/usr/share/man/man5/dirfile-format.5.gz
/usr/share/man/man5/dirfile.5.gz
References
- [getdata website](http://getdata.sourceforge.net/ http://getdata.sourceforge.net/)
Summary
In this tutorial we learn how to install getdata
on Fedora 34 using yum and dnf.