mirror.vptech.eu

  1. Alpine
  2. Debian
  3. Devuan
  4. Ubuntu
  5. Software
  6. Miscellaneous

Alpine

You can find more information about Alpine release here

Alpine 3.11

Use the following in your /etc/apk/repositories.

http://mirror.vptech.eu/alpine/v3.11/main
http://mirror.vptech.eu/alpine/v3.11/community

Alpine 3.12

Use the following in your /etc/apk/repositories.

http://mirror.vptech.eu/alpine/v3.12/main
http://mirror.vptech.eu/alpine/v3.12/community

Debian

You can find more information about Debian release here.

Debian 8.0 (jessie)

This release will be EOL (LTS) on 2020.

Use the following in your /etc/apt/sources.list.

# Packages
deb http://mirror.vptech.eu/debian jessie main contrib non-free
deb http://mirror.vptech.eu/debian jessie-updates main contrib non-free

# Sources
deb-src http://mirror.vptech.eu/debian jessie main contrib non-free
deb-src http://mirror.vptech.eu/debian jessie-updates main contrib non-free

Debian 9.0 (stretch)

This release will be EOL (LTS) in 2022.

Use the following in your /etc/apt/sources.list.

# Packages
deb http://mirror.vptech.eu/debian stretch main contrib non-free
deb http://mirror.vptech.eu/debian stretch-updates main contrib non-free
deb http://mirror.vptech.eu/debian stretch-backports main contrib non-free
deb http://mirror.vptech.eu/debian-security stretch/updates main contrib non-free

# Sources
deb-src http://mirror.vptech.eu/debian stretch main contrib non-free
deb-src http://mirror.vptech.eu/debian stretch-updates main contrib non-free
deb-src http://mirror.vptech.eu/debian stretch-backports main contrib non-free
deb-src http://mirror.vptech.eu/debian-security stretch/updates main contrib non-free

Debian 10.0 (buster)

This release will be EOL in 2022.

Use the following in your /etc/apt/sources.list.

# Packages
deb http://mirror.vptech.eu/debian buster main contrib non-free
deb http://mirror.vptech.eu/debian buster-updates main contrib non-free
deb http://mirror.vptech.eu/debian buster-backports main contrib non-free
deb http://mirror.vptech.eu/debian-security buster/updates main contrib non-free

# Sources
deb-src http://mirror.vptech.eu/debian buster main contrib non-free
deb-src http://mirror.vptech.eu/debian buster-updates main contrib non-free
deb-src http://mirror.vptech.eu/debian buster-backports main contrib non-free
deb-src http://mirror.vptech.eu/debian-security buster/updates main contrib non-free

Devuan

You can find more information about Devuan release here.

Devuan 1.0 (jessie)

# Packages
deb http://mirror.vptech.eu/devuan jessie main
deb http://mirror.vptech.eu/devuan jessie-updates main
deb http://mirror.vptech.eu/devuan jessie-backports main
deb http://mirror.vptech.eu/devuan jessie-security main

# Sources
deb-src http://mirror.vptech.eu/devuan jessie main
deb-src http://mirror.vptech.eu/devuan jessie-updates main
deb-src http://mirror.vptech.eu/devuan jessie-backports main
deb-src http://mirror.vptech.eu/devuan jessie-security main

Ubuntu

You can find more information about Ubuntu release here.

Ubuntu 12.04 (precise)

This release is EOL since April 2017.

Use the following in your /etc/apt/sources.list.

# Packages
deb http://mirror.vptech.eu/ubuntu precise main restricted universe multiverse
deb http://mirror.vptech.eu/ubuntu precise-updates main restricted universe multiverse
deb http://mirror.vptech.eu/ubuntu precise-backports main restricted universe multiverse
deb http://mirror.vptech.eu/ubuntu precise-security main restricted universe multiverse

# Sources
deb-src http://mirror.vptech.eu/ubuntu precise main restricted universe multiverse
deb-src http://mirror.vptech.eu/ubuntu precise-updates main restricted universe multiverse
deb-src http://mirror.vptech.eu/ubuntu precise-backports main restricted universe multiverse
deb-src http://mirror.vptech.eu/ubuntu precise-security main restricted universe multiverse

Ubuntu 14.04 (trusty)

This release will be EOL on April 2019.

Use the following in your /etc/apt/sources.list.

# Packages
deb http://mirror.vptech.eu/ubuntu trusty main restricted universe multiverse
deb http://mirror.vptech.eu/ubuntu trusty-updates main restricted universe multiverse
deb http://mirror.vptech.eu/ubuntu trusty-backports main restricted universe multiverse
deb http://mirror.vptech.eu/ubuntu trusty-security main restricted universe multiverse

# Sources
deb-src http://mirror.vptech.eu/ubuntu trusty main restricted universe multiverse
deb-src http://mirror.vptech.eu/ubuntu trusty-updates main restricted universe multiverse
deb-src http://mirror.vptech.eu/ubuntu trusty-backports main restricted universe multiverse
deb-src http://mirror.vptech.eu/ubuntu trusty-security main restricted universe multiverse

Ubuntu 16.04 (xenial)

This release will be EOL in 2022.

Use the following in your /etc/apt/sources.list.

# Packages
deb http://mirror.vptech.eu/ubuntu xenial main restricted universe multiverse
deb http://mirror.vptech.eu/ubuntu xenial-updates main restricted universe multiverse
deb http://mirror.vptech.eu/ubuntu xenial-backports main restricted universe multiverse
deb http://mirror.vptech.eu/ubuntu xenial-security main restricted universe multiverse

# Sources
deb-src http://mirror.vptech.eu/ubuntu xenial main restricted universe multiverse
deb-src http://mirror.vptech.eu/ubuntu xenial-updates main restricted universe multiverse
deb-src http://mirror.vptech.eu/ubuntu xenial-backports main restricted universe multiverse
deb-src http://mirror.vptech.eu/ubuntu xenial-security main restricted universe multiverse

Software

Ansible

Available for Debian & Ubuntu.

Add apt-transport-https.

apt-get install apt-transport-https

Add the Ansible keyring.

curl --silent 'https://mirror.vptech.eu/keys/ansible.gpg' | apt-key --keyring /etc/apt/trusted.gpg.d/ansible-keyring.gpg add -

Use the following in your /etc/apt/sources.list.d/ansible.list.

# Debian
echo "deb https://mirror.vptech.eu/debian-ansible trusty main" > /etc/apt/sources.list.d/ansible.list

# Ubuntu
echo "deb https://mirror.vptech.eu/ubuntu-ansible $(lsb_release -c -s) main" > /etc/apt/sources.list.d/ansible.list

ClickHouse

Available for Debian & Ubuntu.

Add apt-transport-https.

apt-get install apt-transport-https

Add the ClickHouse keyring.

curl --silent 'https://mirror.vptech.eu/keys/clickhouse.gpg' | apt-key --keyring /etc/apt/trusted.gpg.d/clickhouse-keyring.gpg add -

Use the following in your /etc/apt/sources.list.d/clickhouse.list.

# Debian
echo "deb https://mirror.vptech.eu/debian-clickhouse/ main" > /etc/apt/sources.list.d/docker.list

# Ubuntu
echo "deb https://mirror.vptech.eu/ubuntu-clickhouse/ main" > /etc/apt/sources.list.d/docker.list

Docker

Available for Debian & Ubuntu.

Add apt-transport-https.

apt-get install apt-transport-https

Add the Docker keyring.

curl --silent 'https://mirror.vptech.eu/keys/docker.gpg' | apt-key --keyring /etc/apt/trusted.gpg.d/docker-keyring.gpg add -

Use the following in your /etc/apt/sources.list.d/docker.list.

# Debian
echo "deb https://mirror.vptech.eu/debian-docker $(lsb_release -c -s) stable" > /etc/apt/sources.list.d/docker.list

# Ubuntu
echo "deb https://mirror.vptech.eu/ubuntu-docker $(lsb_release -c -s) stable" > /etc/apt/sources.list.d/docker.list

Elastic

Available for Debian & Ubuntu.

Add apt-transport-https.

apt-get install apt-transport-https

Add the Elastic keyring.

curl --silent 'https://mirror.vptech.eu/keys/elastic.gpg' | apt-key --keyring /etc/apt/trusted.gpg.d/elastic-keyring.gpg add -

Use the following in your /etc/apt/sources.list.d/elastic.list.

# Debian
echo "deb https://mirror.vptech.eu/debian-elastic7 stable main" > /etc/apt/sources.list.d/elastic.list

# Ubuntu
echo "deb https://mirror.vptech.eu/ubuntu-elastic7 stable main" > /etc/apt/sources.list.d/elastic.list

Fluent Bit

Available for Debian & Ubuntu.

apt-get install apt-transport-https

Add the Fluent Bit keyring.

curl --silent 'https://mirror.vptech.eu/keys/fluentbit.gpg' | apt-key --keyring /etc/apt/trusted.gpg.d/fluentbit-keyring.gpg add -

Use the following in your /etc/apt/sources.list.d/fluentbit.list.

# Debian
echo "deb https://mirror.vptech.eu/debian-fluentbit $(lsb_release -c -s) main" > /etc/apt/sources.list.d/fluentbit.list

# Ubuntu
echo "deb https://mirror.vptech.eu/ubuntu-fluentbit $(lsb_release -c -s) main" > /etc/apt/sources.list.d/fluentbit.list

HashiCorp

Available for Debian & Ubuntu.

apt-get install apt-transport-https

Add the HashiCorp keyring.

curl --silent 'https://mirror.vptech.eu/keys/hashicorp.gpg' | apt-key --keyring /etc/apt/trusted.gpg.d/hashicorp-keyring.gpg add -

Use the following in your /etc/apt/sources.list.d/hashicorp.list.

# Debian
echo "deb https://mirror.vptech.eu/debian-hashicorp $(lsb_release -c -s) main" > /etc/apt/sources.list.d/hashicorp.list

# Ubuntu
echo "deb https://mirror.vptech.eu/ubuntu-hashicorp $(lsb_release -c -s) main" > /etc/apt/sources.list.d/hashicorp.list

MongoDB

Available for Debian & Ubuntu.

apt-get install apt-transport-https

Add the MongoDB keyring.

curl --silent 'https://mirror.vptech.eu/keys/mongodb.gpg' | apt-key --keyring /etc/apt/trusted.gpg.d/mongodb-keyring.gpg add -

Use the following in your /etc/apt/sources.list.d/mongodb.list.

# Debian
echo "deb https://mirror.vptech.eu/debian-mongodb $(lsb_release -c -s)/mongodb-org/<VERSION> main" > /etc/apt/sources.list.d/mondodb.list

# Ubuntu
echo "deb https://mirror.vptech.eu/ubuntu-mongodb $(lsb_release -c -s)/mongodb-org/<VERSION> multiverse" > /etc/apt/sources.list.d/mongodb.list

NGINX

Available for Debian & Ubuntu.

apt-get install apt-transport-https

Add the NGINX keyring.

curl --silent 'https://mirror.vptech.eu/keys/nginx.gpg' | apt-key --keyring /etc/apt/trusted.gpg.d/nginx-keyring.gpg add -

Use the following in your /etc/apt/sources.list.d/nginx.list.

# Debian
echo "deb https://mirror.vptech.eu/debian-nginx $(lsb_release -c -s) nginx" > /etc/apt/sources.list.d/nginx.list

# Ubuntu
echo "deb https://mirror.vptech.eu/ubuntu-nginx $(lsb_release -c -s) nginx" > /etc/apt/sources.list.d/nginx.list

Node.js

Available for Debian & Ubuntu.

apt-get install apt-transport-https

Add the Node.js keyring.

curl --silent 'https://mirror.vptech.eu/keys/node.gpg' | apt-key --keyring /etc/apt/trusted.gpg.d/node-keyring.gpg add -

Use the following in your /etc/apt/sources.list.d/node.list.

# Debian
echo "deb https://mirror.vptech.eu/debian-node/node_16.x $(lsb_release -c -s) main" > /etc/apt/sources.list.d/node.list

# Ubuntu
echo "deb https://mirror.vptech.eu/ubuntu-node/node_16.x $(lsb_release -c -s) nginx" > /etc/apt/sources.list.d/node.list

Percona

Available for Debian & Ubuntu.

apt-get install apt-transport-https

Add the Percona keyring.

curl --silent 'https://mirror.vptech.eu/keys/percona.gpg' | apt-key --keyring /etc/apt/trusted.gpg.d/percona-keyring.gpg add -

Use the following in your /etc/apt/sources.list.d/percona.list.

# Debian
echo "deb https://mirror.vptech.eu/debian-percona $(lsb_release -c -s) main" > /etc/apt/sources.list.d/percona.list

# Ubuntu
echo "deb https://mirror.vptech.eu/ubuntu-percona $(lsb_release -c -s) main" > /etc/apt/sources.list.d/percona.list

PostgreSQL

Available for Debian & Ubuntu.

apt-get install apt-transport-https

Add the PostgreSQL keyring.

curl --silent 'https://mirror.vptech.eu/keys/postgresql.gpg' | apt-key --keyring /etc/apt/trusted.gpg.d/postgresql-keyring.gpg add -

Use the following in your /etc/apt/sources.list.d/postgresql.list.

# Debian
echo "deb https://mirror.vptech.eu/debian-postgresql $(lsb_release -c -s) main" > /etc/apt/sources.list.d/postgresql.list

# Ubuntu
echo "deb https://mirror.vptech.eu/ubuntu-postgresql $(lsb_release -c -s) main" > /etc/apt/sources.list.d/postgresql.list

RabbitMQ

Available for Debian & Ubuntu.

apt-get install apt-transport-https

Add the RabbitMQ keyring.

curl --silent 'https://mirror.vptech.eu/keys/rabbitmq.gpg' | apt-key --keyring /etc/apt/trusted.gpg.d/rabbitmq-keyring.gpg add -
curl --silent 'https://mirror.vptech.eu/keys/rabbitmq-erlang.gpg' | apt-key --keyring /etc/apt/trusted.gpg.d/rabbitmq-keyring.gpg add -

Use the following in your /etc/apt/sources.list.d/rabbitmq.list.

# Debian
echo "deb https://mirror.vptech.eu/debian-rabbitmq $(lsb_release -c -s) main" > /etc/apt/sources.list.d/rabbitmq.list
echo "deb https://mirror.vptech.eu/debian-rabbitmq-erlang $(lsb_release -c -s) main" >> /etc/apt/sources.list.d/rabbitmq.list

# Ubuntu
echo "deb https://mirror.vptech.eu/ubuntu-rabbitmq $(lsb_release -c -s) main" > /etc/apt/sources.list.d/rabbitmq.list
echo "deb https://mirror.vptech.eu/ubuntu-rabbitmq-erlang $(lsb_release -c -s) main" >> /etc/apt/sources.list.d/rabbitmq.list

Redis

Available for Debian & Ubuntu.

apt-get install apt-transport-https

Add the Redis keyring.

curl --silent 'https://mirror.vptech.eu/keys/redis.gpg' | apt-key --keyring /etc/apt/trusted.gpg.d/redis-keyring.gpg add -

Use the following in your /etc/apt/sources.list.d/redis.list.

# Debian
echo "deb https://mirror.vptech.eu/debian-redis $(lsb_release -c -s) main" > /etc/apt/sources.list.d/redis.list

# Ubuntu
echo "deb https://mirror.vptech.eu/ubuntu-redis $(lsb_release -c -s) main" > /etc/apt/sources.list.d/redis.list

Miscellaneous

    ╚⊙ ⊙╝
  ╚═(███)═╝
 ╚═(███)═╝
╚═(███)═╝
 ╚═(███)═╝
  ╚═(███)═╝
   ╚═(███)═╝