diff --git a/docs/books/incus_server/01-install.md b/docs/books/incus_server/01-install.md index 1ff67da896..7cfde6c89a 100644 --- a/docs/books/incus_server/01-install.md +++ b/docs/books/incus_server/01-install.md @@ -45,14 +45,21 @@ dnf install dkms vim kernel-devel bash-completion ## Install Incus -You will need the CRB repository available for some special packages and Neil Hanlon's COPR (Cool Other Package Repo): +You will need the CRB repository available for some build packages and the COPR (Cool Other Package Repo): ```bash dnf config-manager --enable crb -dnf copr enable neil/incus +dnf copr enable ligenix/enterprise-qemu-spice +dnf upgrade dnf install incus incus-tools ``` +Alternatively, you can install the complete set of packages from the COPR with: + +```bash +dnf install virt-manager +``` + Enable and start the service: ```bash diff --git a/docs/books/incus_server/30-appendix_a.md b/docs/books/incus_server/30-appendix_a.md index 3c7d5f1cb3..531663c0a1 100644 --- a/docs/books/incus_server/30-appendix_a.md +++ b/docs/books/incus_server/30-appendix_a.md @@ -37,7 +37,8 @@ Install other repositories: ```bash sudo dnf config-manager --enable crb -sudo dnf copr enable neil/incus +sudo dnf copr enable ligenix/enterprise-qemu-spice +sudo dnf upgrade ``` Install some needed packages: