We provide our OSS software for the following popular debian-based linux distributions:
Our software depends on recent version of various geograhic libraries (e.g. Proj, GDAL).
If you happen to be running Ununtu 20.04 (Focal Fossa) you have to use new libraries from Ubuntu GIS PPA. Please, follow the instructions on the Ubuntu GIS PPA page how to add their repository to your APT configuration.
Our package repository is accessible both by HTTP and HTTPS protocols. We recommend using HTTPS and the APT configuration snippets we provide use HTTPS URLs as well. To enable HTTPS you have to install the apt-transport-https
package first.
$ apt install apt-transport-https
First, we have to import OSS Packages public GPG key in the APT’s trusted keys
$ wget -O - https://cdn.melown.com/packages/keys/oss.packages%40melown.com.key.gpg | sudo tee >/dev/null /etc/apt/trusted.gpg.d/oss.packages@melown.com.key.gpg
Then we have to add configuration for particular repository to apt-sources.
NB: These configuration snippets use HTTPS URLs which require the atp-transport-https
package installed. If you do not want to use HTTPS for whatever reason you have to change all occurences of https
with http
in downloaded files.
Configuration snippets are available at https://cdn.melown.com/packages/conf/REPO.list
where REPO is a name of particular repository.
You can download configuration snippet for melown-focal or execute following command in the command line.
$ cd /etc/apt/sources.list.d/ && sudo wget https://cdn.melown.com/packages/conf/melown-focal.list
You can download configuration snippet for melown-jammy or execute following command in the command line.
$ cd /etc/apt/sources.list.d/ && sudo wget https://cdn.melown.com/packages/conf/melown-jammy.list
Don’t forget to update APT package index before installing any package from our OSS package repository:
$ apt update
Should you have any problems with our OSS package repository do not hesitate to contact us at <oss.packages(at)melown.com>.
© 2023 Melown Technologies SE