Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
85e40a22
Commit
85e40a22
authored
Jun 10, 2021
by
Francesc Guasch
Browse files
doc: install in Ubuntu 18.04 and from 18.10
parent
abd3a47e
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/docs/nodes.rst
View file @
85e40a22
...
...
@@ -220,18 +220,19 @@ TroubleShooting
It means you didn't install libvirt in the node. Fix it this way:
For Ubuntu 18.04:
.. code-block:: bash
root@node:~# apt-get install libvirt-bin
But now, the libvirt-bin package was dropped in release 18.10 Ubuntu. The package was split into two parts:
From Ubuntu 18.10 instead of libvirt-bin you need install libvirt-daemon-system and libvirt-clients.
.. code-block:: bash
root@node:~# apt-get install libvirt-daemon-system
root@node:~# apt-get install libvirt-clients
so instead of libvirt-bin you need install libvirt-daemon-system and libvirt-clients.
root@node:~# apt-get install libvirt-daemon-system
root@node:~# apt-get install libvirt-clients
Balance algorithm
=================
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment