Grupo de Programação Aplicada à Geofísica (GPGEOF)

Debian packages repository

This is the GPGEOF’s packages repository. You can download all the packages available here under the terms of the GPL3.0 license. They are open source software, so feel free to share and modify them.

How to add this repository to your sources.list?

To add this repository to your apt repositories add the following line to your ‘/etc/apt/sources.list’ file:

deb [trusted=yes] https://gpgeof.github.io/debian ./

Update packages list with:

sudo apt update

Now you can download all of the packages available in this repository using apt as follows:

sudo apt install <package>

And if you need a specific release use:

sudo apt install <package>=<release>

Packages List

After adding this repository to your ‘sources.list’ following the steps above, you are able to get this repository packages list as follows:

grep -e Package: /var/lib/apt/lists/gpgeof.github.io_debian_*_Packages | sed 's/Package: //' | xargs -I % bash -c 'apt-cache search %'

This command will exhibit a list and a brief explanation of each package available in this repository. To get more information about a specific package use the following command:

apt show <package>