Learn how to download and install libloc
Build libloc
, the software that powers IPFire Location
from source.
We provide pre-compiled packages for various distributions to get you
started with libloc
quicker
IPFire Location comes pre-installed with every IPFire system and powers firewall rules based on source/destination country as well as geographic reports.
The supported architectures are amd64, arm64, i386 and armhf.
Create a new file /etc/apt/sources.list.d/location.list
deb https://packages.ipfire.org/location buster/
deb-src https://packages.ipfire.org/location buster/
Create a new file /etc/apt/sources.list.d/location.list
deb https://packages.ipfire.org/location bullseye/
deb-src https://packages.ipfire.org/location bullseye/
Create a new file /etc/apt/sources.list.d/location.list
deb https://packages.ipfire.org/location sid/
deb-src https://packages.ipfire.org/location sid/
All packages are cryptographically signed. To install the key, run this command:
curl https://packages.ipfire.org/79842AA7CDBA7AE3-pub.asc | apt-key add -
Finally download the package lists and install libloc
apt-get update
apt-get install location