Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/books/incus_server/01-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion docs/books/incus_server/30-appendix_a.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading