How To Install ipv6calc on Fedora 36
Introduction
In this tutorial we learn how to install ipv6calc
on Fedora 36.
What is ipv6calc
ipv6calc is a small utility which formats and calculates IPv4/IPv6 addresses in different ways. Install this package, if you want to retrieve information about a particular IPv4/IPv6/MAC address (-i ADDRESS) or make life easier in adding entries to reverse IPv6 DNS zones (e.g. -a 2001 In addition many format and type conversions are supported, see online help and/or given URL for more. Also this package contains additional programs - ipv6loganon - ipv6logconv (examples included for use with analog) - ipv6logstats (examples included for use with gnu-plot) - mod_ipv6calc Support for following databases - IP2Location ENABLED default directory for downloaded db files (requires also external library on system) - GeoIP v2 ENABLED default directory for downloaded db files (requires also external library on system) - db-ip.com v2 ENABLED (once generated database files are found on system) default directory for generated db files - External ENABLED default directory for generated db files Built WITH shared-library Available rpmbuild rebuild options –without ip2location –without mmdb (which disables GeoIP v2 and db-ip.com v2) –without external –without shared –without mod_ipv6calc
We can use yum
or dnf
to install ipv6calc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ipv6calc.
Install ipv6calc on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ipv6calc
using dnf
by running the following command:
sudo dnf -y install ipv6calc
Install ipv6calc on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ipv6calc
using yum
by running the following command:
sudo yum -y install ipv6calc
How To Uninstall ipv6calc on Fedora 36
To uninstall only the ipv6calc
package we can use the following command:
sudo dnf remove ipv6calc
ipv6calc Package Contents on Fedora 36
/usr/bin/ipv6calc
/usr/bin/ipv6loganon
/usr/bin/ipv6logconv
/usr/bin/ipv6logstats
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/4aa4bcb27707a7641168bdf5a0074d95e82a95
/usr/lib/.build-id/80
/usr/lib/.build-id/80/3f7e0ffb8b22344186f644e9f771878fd2825e
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/70399b1a86ba602d0acfb6b549d6fbb6b87df6
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/a4ce20a4728cfc20a907705a07db25cb0e3be5
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/dcc5f4e9767e8ad815e29eab457dd555fa4140
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/3116c18deb3c932fe515865c8f213730a642c8
/usr/lib/libipv6calc.so.4.0.1
/usr/lib/libipv6calc_db_wrapper.so.4.0.1
/usr/share/doc/ipv6calc
/usr/share/doc/ipv6calc/CREDITS
/usr/share/doc/ipv6calc/ChangeLog
/usr/share/doc/ipv6calc/README
/usr/share/doc/ipv6calc/README.DBIP
/usr/share/doc/ipv6calc/README.DBIP2
/usr/share/doc/ipv6calc/README.External
/usr/share/doc/ipv6calc/README.GeoIP
/usr/share/doc/ipv6calc/README.GeoIP2
/usr/share/doc/ipv6calc/README.IP2Location
/usr/share/doc/ipv6calc/README.MaxMindDB
/usr/share/doc/ipv6calc/TODO
/usr/share/doc/ipv6calc/USAGE
/usr/share/doc/ipv6calc/ipv6calc.html
/usr/share/doc/ipv6calc/ipv6calc.lyx
/usr/share/doc/ipv6calc/ipv6calc.sgml
/usr/share/doc/ipv6calc/ipv6calc.xml
/usr/share/ipv6calc/db
/usr/share/ipv6calc/examples/ipv6loganon
/usr/share/ipv6calc/examples/ipv6loganon/README
/usr/share/ipv6calc/examples/ipv6logconv
/usr/share/ipv6calc/examples/ipv6logconv/analog-dist-combined.cfg
/usr/share/ipv6calc/examples/ipv6logconv/analog-dist.cfg
/usr/share/ipv6calc/examples/ipv6logconv/analog-ipv6calc-descriptions.txt
/usr/share/ipv6calc/examples/ipv6logconv/ipv6calc.tab
/usr/share/ipv6calc/examples/ipv6logconv/run_analog.sh
/usr/share/ipv6calc/examples/ipv6logstats
/usr/share/ipv6calc/examples/ipv6logstats/README
/usr/share/ipv6calc/examples/ipv6logstats/collect_ipv6logstats.pl
/usr/share/ipv6calc/examples/ipv6logstats/example_gnuplot.cmd
/usr/share/ipv6calc/examples/ipv6logstats/example_ipv6logstats.sh
/usr/share/ipv6calc/selinux/ipv6calcweb-databases-in-var.te
/usr/share/ipv6calc/tools/DBIP-update.sh
/usr/share/ipv6calc/tools/GeoIP-update.sh
/usr/share/ipv6calc/tools/IP2Location-update.sh
/usr/share/ipv6calc/tools/ipv6calc-create-registry-list-ipv4.pl
/usr/share/ipv6calc/tools/ipv6calc-create-registry-list-ipv6.pl
/usr/share/ipv6calc/tools/ipv6calc-create-update-ipset.sh
/usr/share/ipv6calc/tools/ipv6calc-db-update.sh
/usr/share/ipv6calc/tools/ipv6calc-registries-check-run-create.sh
/usr/share/ipv6calc/tools/ipv6calc-update-registries.sh
/usr/share/licenses/ipv6calc
/usr/share/licenses/ipv6calc/COPYING
/usr/share/licenses/ipv6calc/LICENSE
/usr/share/man/man8/ipv6calc.8.gz
/usr/share/man/man8/ipv6loganon.8.gz
/usr/share/man/man8/ipv6logconv.8.gz
/usr/share/man/man8/ipv6logstats.8.gz
References
Summary
In this tutorial we learn how to install ipv6calc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ipv6calc on Fedora 36” linkTitle: “ipv6calc” type: “docs” description: “In this tutorial we learn how to install ipv6calc in Fedora 36. ipv6calc is IPv6 address format change and calculation utility” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ipv6calc-featured.png
Introduction
In this tutorial we learn how to install ipv6calc
on Fedora 36.
What is ipv6calc
ipv6calc is a small utility which formats and calculates IPv4/IPv6 addresses in different ways. Install this package, if you want to retrieve information about a particular IPv4/IPv6/MAC address (-i ADDRESS) or make life easier in adding entries to reverse IPv6 DNS zones (e.g. -a 2001 In addition many format and type conversions are supported, see online help and/or given URL for more. Also this package contains additional programs - ipv6loganon - ipv6logconv (examples included for use with analog) - ipv6logstats (examples included for use with gnu-plot) - mod_ipv6calc Support for following databases - IP2Location ENABLED default directory for downloaded db files (requires also external library on system) - GeoIP v2 ENABLED default directory for downloaded db files (requires also external library on system) - db-ip.com v2 ENABLED (once generated database files are found on system) default directory for generated db files - External ENABLED default directory for generated db files Built WITH shared-library Available rpmbuild rebuild options –without ip2location –without mmdb (which disables GeoIP v2 and db-ip.com v2) –without external –without shared –without mod_ipv6calc
We can use yum
or dnf
to install ipv6calc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ipv6calc.
Install ipv6calc on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ipv6calc
using dnf
by running the following command:
sudo dnf -y install ipv6calc
Install ipv6calc on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ipv6calc
using yum
by running the following command:
sudo yum -y install ipv6calc
How To Uninstall ipv6calc on Fedora 36
To uninstall only the ipv6calc
package we can use the following command:
sudo dnf remove ipv6calc
ipv6calc Package Contents on Fedora 36
/usr/bin/ipv6calc
/usr/bin/ipv6loganon
/usr/bin/ipv6logconv
/usr/bin/ipv6logstats
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/65cadf32b8abd0b947a3404feaed3cff843811
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/645576a5da7faf4e64bfc1058fc7563d7df7c6
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/59774cb5cef523f78cf0f8918c02c66f585ba6
/usr/lib/.build-id/29
/usr/lib/.build-id/29/17b7feeffa2aeffcc778bab0cba3e3973323cd
/usr/lib/.build-id/47
/usr/lib/.build-id/47/ebad7cb6e05e0db47fd97f1c99788d3fb8ef23
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/131279992f8d7991ccc5617e5f57f87f41fbb4
/usr/lib64/libipv6calc.so.4.0.1
/usr/lib64/libipv6calc_db_wrapper.so.4.0.1
/usr/share/doc/ipv6calc
/usr/share/doc/ipv6calc/CREDITS
/usr/share/doc/ipv6calc/ChangeLog
/usr/share/doc/ipv6calc/README
/usr/share/doc/ipv6calc/README.DBIP
/usr/share/doc/ipv6calc/README.DBIP2
/usr/share/doc/ipv6calc/README.External
/usr/share/doc/ipv6calc/README.GeoIP
/usr/share/doc/ipv6calc/README.GeoIP2
/usr/share/doc/ipv6calc/README.IP2Location
/usr/share/doc/ipv6calc/README.MaxMindDB
/usr/share/doc/ipv6calc/TODO
/usr/share/doc/ipv6calc/USAGE
/usr/share/doc/ipv6calc/ipv6calc.html
/usr/share/doc/ipv6calc/ipv6calc.lyx
/usr/share/doc/ipv6calc/ipv6calc.sgml
/usr/share/doc/ipv6calc/ipv6calc.xml
/usr/share/ipv6calc/db
/usr/share/ipv6calc/examples/ipv6loganon
/usr/share/ipv6calc/examples/ipv6loganon/README
/usr/share/ipv6calc/examples/ipv6logconv
/usr/share/ipv6calc/examples/ipv6logconv/analog-dist-combined.cfg
/usr/share/ipv6calc/examples/ipv6logconv/analog-dist.cfg
/usr/share/ipv6calc/examples/ipv6logconv/analog-ipv6calc-descriptions.txt
/usr/share/ipv6calc/examples/ipv6logconv/ipv6calc.tab
/usr/share/ipv6calc/examples/ipv6logconv/run_analog.sh
/usr/share/ipv6calc/examples/ipv6logstats
/usr/share/ipv6calc/examples/ipv6logstats/README
/usr/share/ipv6calc/examples/ipv6logstats/collect_ipv6logstats.pl
/usr/share/ipv6calc/examples/ipv6logstats/example_gnuplot.cmd
/usr/share/ipv6calc/examples/ipv6logstats/example_ipv6logstats.sh
/usr/share/ipv6calc/selinux/ipv6calcweb-databases-in-var.te
/usr/share/ipv6calc/tools/DBIP-update.sh
/usr/share/ipv6calc/tools/GeoIP-update.sh
/usr/share/ipv6calc/tools/IP2Location-update.sh
/usr/share/ipv6calc/tools/ipv6calc-create-registry-list-ipv4.pl
/usr/share/ipv6calc/tools/ipv6calc-create-registry-list-ipv6.pl
/usr/share/ipv6calc/tools/ipv6calc-create-update-ipset.sh
/usr/share/ipv6calc/tools/ipv6calc-db-update.sh
/usr/share/ipv6calc/tools/ipv6calc-registries-check-run-create.sh
/usr/share/ipv6calc/tools/ipv6calc-update-registries.sh
/usr/share/licenses/ipv6calc
/usr/share/licenses/ipv6calc/COPYING
/usr/share/licenses/ipv6calc/LICENSE
/usr/share/man/man8/ipv6calc.8.gz
/usr/share/man/man8/ipv6loganon.8.gz
/usr/share/man/man8/ipv6logconv.8.gz
/usr/share/man/man8/ipv6logstats.8.gz
References
Summary
In this tutorial we learn how to install ipv6calc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).