How to: Install apps via Terminal in UCS

How to install apps from the appcenter on your UCS System

Environment

UCS 4.4 and UCS 5.0-x

Step 1: List all available apps from the appcenter

univention-app list

Step 2: Install apps from the appcenter in the latest available version

If you want to install apps frome the appcenter via terminal:

univention-app install "appname"

for example 

univention-app install openproject

Step 3: Install apps frome the appcenter with a specific version

for example
univention-app list openproject (list availble versions)
openproject
  Name: OpenProject
  Versions:
    12.2.2
    8.1.0
    8.1.0-ucs-1
    8.1.0-ucs-2
    8.2.0
    8.2.1
    8.3.1
    8.3.2
    9.0.2
    10.2.0
    10.2.1
    10.3.0
    10.4.0
    10.6.4
    11.0.0
    11.1.0
    11.2.1
    11.3.2
    12.0.4
    12.0.5
    12.0.6
    12.0.7
    5.0.15
    5.0.17
    6.1.5
    7.1.0
    7.2.3
    7.3.1

For using the specific version you have to use appname=version-number

univention-app install openproject=12.0.7
1 Like

This topic was automatically closed after 24 hours. New replies are no longer allowed.

Mastodon