App Katalog - Univention UniventionWeil ichs immer wieder aus meinem Postfach kramen muss:
```
ucr set repository/app_center/server=appcenter-test.software-univention.de
ucr set appcenter/index/verify=no update/secure_apt=no repository/app_center/server='appcenter-test.software-univention.de'
```
aktiviert das Test Appcenter (Work in Progress Updates)
End of Life Apps installieren:
```
univention-app install zarafa-webapp --skip-checks must_not_be_end_of_life
```
Einfacher:
```
univention-install univention-appcenter-dev
univention-app dev-use-test-appcenter
```
Zurück:
```
univention-app dev-use-test-appcenter --revert
```