How To Install antic on Fedora 34
Introduction
In this tutorial we learn how to install antic
on Fedora 34.
What is antic
Antic is an algebraic number theory library written in C. antic 0.2.4 1.fc34 x86_64 57 k antic-0.2.4-1.fc34.src.rpm updates Algebraic Number Theory In C https LGPLv2+ Antic is an algebraic number theory library written in C.
We can use yum
or dnf
to install antic
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install antic.
Install antic 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 antic
using dnf
by running the following command:
sudo dnf -y install antic
Install antic 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 antic
using yum
by running the following command:
sudo yum -y install antic
How To Uninstall antic on Fedora 34
To uninstall only the antic
package we can use the following command:
sudo dnf remove antic
antic Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/339e79ce4e44a3a4365c097be3cf55d8543e2a
/usr/lib64/libantic.so.0
/usr/lib64/libantic.so.0.2.4
/usr/share/doc/antic
/usr/share/doc/antic/AUTHORS
/usr/share/doc/antic/NEWS
/usr/share/doc/antic/README
/usr/share/licenses/antic
/usr/share/licenses/antic/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/7a92fbca4ebca8edefa383e3cd382b60886a43
/usr/lib64/libantic.so.0
/usr/lib64/libantic.so.0.0.1
/usr/share/doc/antic
/usr/share/doc/antic/AUTHORS
/usr/share/doc/antic/NEWS
/usr/share/doc/antic/README
/usr/share/licenses/antic
/usr/share/licenses/antic/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/fcfe14bcef0fd6e6bfa444d8f8964308ae5184
/usr/lib/libantic.so.0
/usr/lib/libantic.so.0.0.1
/usr/share/doc/antic
/usr/share/doc/antic/AUTHORS
/usr/share/doc/antic/NEWS
/usr/share/doc/antic/README
/usr/share/licenses/antic
/usr/share/licenses/antic/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/c1b4b74f8182c0ea0f8a2288dabf39e67ce884
/usr/lib/libantic.so.0
/usr/lib/libantic.so.0.2.4
/usr/share/doc/antic
/usr/share/doc/antic/AUTHORS
/usr/share/doc/antic/NEWS
/usr/share/doc/antic/README
/usr/share/licenses/antic
/usr/share/licenses/antic/LICENSE
References
- [antic website](https://github.com/wbhart/antic https://github.com/wbhart/antic)
Summary
In this tutorial we learn how to install antic
on Fedora 34 using yum and dnf.