mirror of
https://github.com/Jarli01/xenorchestra_installer
synced 2025-12-28 06:29:58 +00:00
Merge pull request #29 from Jarli01/Troubleshooting-dependencies
Dependencies list
This commit is contained in:
@@ -32,3 +32,18 @@ This will check and continually update the last 50 log files for your XOCE insta
|
||||
|
||||
journalctl -u xo-server -f -n 50
|
||||
|
||||
# Required Dependencies
|
||||
|
||||
Your system must be able to install the following list of dependencies, usually this is automatic but some distributions might not have the required repositories. Plese confirm you can install these before creating a ticket.
|
||||
|
||||
Check your distribution respositories list ie: ```/etc/apt/sources.list``` for multiverse.
|
||||
|
||||
* build-essential
|
||||
* redis-server
|
||||
* libpng-dev
|
||||
* git
|
||||
* python-minimal
|
||||
* libvhdi-utils
|
||||
* nfs-common
|
||||
|
||||
These dependencies (on Ubuntu) are available from the ```multiverse``` and ```universe``` repositories.
|
||||
|
||||
Reference in New Issue
Block a user