2024-09-24 | Maven 3.9.9 |
2024-08-13 | Noble Numbat |
2024-06-21 | Maven 3.9.8 |
2024-02-02 | Maven 3.9.6 |
2023-10-11 | P2 repository deleted |
2023-10-10 | Maven 3.9.5 |
Color | Explanation |
---|---|
Green | Supported version |
Blue | Not yet supported version |
Direct download from the archive pool
The sources tarballs and the Debian/Ubuntu packages could be directly downloaded from the Download Area.
Supported Ubuntu Versions
Version | Name | Architectures | Publication Date | End-of-Support Date |
---|---|---|---|---|
20.04 LTS[1] | Focal Fossa | amd64, others[2] | April, 2020 | April, 2025 |
22.04 LTS[1] | Jammy Jellyfish | amd64, others[2] | April, 2022 | April, 2027 |
24.04 LTS[1] | Noble Numbat | amd64, others[2] | April, 2025 | June 2029 |
24.10 | Oracular Oriole | amd64, others[2] | October, 20124 | July, 2025 |
[1]LTS means Long Time Support.
[2]The officially supported architecture is amd64. The other architectures i386, ia64 and powerpc are provided for user convenience without any warranty. The support for other Ubuntu architectures is not yet planned.
The Arakhnê.org supports are mapped to release schedules provided by Ubuntu teams.
Get the Configuration Files for APT
The recent Debian and Ubuntu systems use the content of the folders /etc/apt/sources.list.d
and /etc/apt/trusted.gpg.d
for configurating their package managers.
You could download and copy the following file for accessing to the Arakhnê.org package repository. An alternative, is to follow the instructions in the next section for installing the repository by hand.
- /etc/apt/sources.list.d/arakhne.list
- /etc/apt/trusted.gpg.d/arakhne.gpg: for generating this file, you should following the steps 1.3 below.
Use our Ubuntu/Debian Package Source
The Ubuntu packages could be downloaded by adding the Arakhnê.org package source
into your /etc/apt/sources.list
file.
The line to add is one of:
deb https://arakhne.org/download/ubuntu kinetic-arakhne universe deb https://arakhne.org/download/ubuntu jammy-arakhne universe deb https://arakhne.org/download/ubuntu focal-arakhne universe deb https://arakhne.org/download/ubuntu bionic-arakhne universe
The supported distributions are:
kinetic-arakhne
for Kinetic Kudu;jammy-arakhne
for Jammy Jellyfish;trusty-arakhne
for Focal Fossa;bionic-arakhne
for Bionic Beaver.
If you are not confident with shell, you may use Synaptic to add this package source.
The repository and the packages are signed by a GPG public key. You must add this key into your apt key list to avoid warnings.
- Add the key with Synaptic:
- Download the public key;
- Open synaptic;
- Menu > Config > Repositories;
- Open the tab "Authentifications" or "Keys";
- Click on "Import a key file";
- Select the downloaded key, and click "Ok".
- Add the key from the MIT key server:
sudo apt-key adv --recv-keys --keyserver pgp.mit.edu 21A59D90
- Add the key from the command line:
- Download the public key:
wget -q https://arakhne.org/download/public3.asc -Othekey.asc
- Add it into the apt system with the following command line:
sudo apt-key add thekey.asc
- Alternatively, you could add the key into a specific file with the following command line:
sudo apt-key --keyring /etc/apt/trusted.gpg.d/arakhne.gpg add thekey.asc
- Download the public key:
Again if you are not confident with shell, you may use Synaptic to add this signature.