How to Install gitlab-ci-multi-runner software package in Debian 9 (Stretch)

How to Install gitlab-ci-multi-runner software package in Debian 9 (Stretch)

gitlab-ci-multi-runner software package provides GitLab Runner, you can install in your Debian 9 (Stretch) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install gitlab-ci-multi-runner 

gitlab-ci-multi-runner is installed in your system.

Make ensure the gitlab-ci-multi-runner package were installed using the commands given below,

$ sudo dpkg-query -l | grep gitlab-ci-multi-runner *

You will get with gitlab-ci-multi-runner package name, version, architecture and description in a table

gitlab-ci-multi-runner package basic information:

Distro Debian 9 stretch
Section Development
Package gitlab-ci-multi-runner
Version 1.6.0+dfsg-1
Description GitLab Runner
Sub Section devel


See Also, How to uninstall or remove gitlab-ci-multi-runner software package from Debian 9 (Stretch)?