# root @ bookworm-vm-lxd in ~ [22:06:20]
$ mkdir -p /etc/apt/keyrings/ && curl -fsSL https://pkgs.zabbly.com/key.asc -o /etc/apt/keyrings/zabbly.asc
# root @ bookworm-vm-lxd in ~ [22:07:42]
$ sh -c 'cat <<EOF > /etc/apt/sources.list.d/zabbly-incus-stable.sources
Enabled: yes
Types: deb
URIs: https://pkgs.zabbly.com/incus/stable
Suites: $(. /etc/os-release && echo ${VERSION_CODENAME})
Components: main
Architectures: $(dpkg --print-architecture)
Signed-By: /etc/apt/keyrings/zabbly.asc
EOF'
# root @ bookworm-vm-lxd in ~ [22:08:02]
$ which lxd-to-incus
lxd-to-incus not found
# root @ bookworm-vm-lxd in ~ [22:08:11]
$ apt update && apt install incus
Get:1 file:/etc/apt/mirrors/debian.list Mirrorlist [44 B]
.......
Hit:7 https://pkgs.zabbly.com/incus/stable bookworm InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
alsa-topology-conf ........ xdelta3
Suggested packages:
gvfs ........ xdelta3
0 upgraded, 226 newly installed, 0 to remove and 0 not upgraded.
Need to get 259 MB of archives.
After this operation, 924 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
........
........
Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
Setting up incus-base (0.6-202402242339-debian12) ...
Creating group 'incus' with GID 994.
Creating group 'incus-admin' with GID 993.
Creating user 'incus' (Incus user) with UID 994 and GID 994.
Created symlink /etc/systemd/system/incus-lxcfs.service → /opt/incus/lib/systemd/system/incus-lxcfs.service.
Created symlink /etc/systemd/system/multi-user.target.wants/incus-lxcfs.service → /opt/incus/lib/systemd/system/incus-lxcfs.service.
Created symlink /etc/systemd/system/incus.socket → /opt/incus/lib/systemd/system/incus.socket.
Created symlink /etc/systemd/system/sockets.target.wants/incus.socket → /opt/incus/lib/systemd/system/incus.socket.
Created symlink /etc/systemd/system/incus-user.socket → /opt/incus/lib/systemd/system/incus-user.socket.
Created symlink /etc/systemd/system/sockets.target.wants/incus-user.socket → /opt/incus/lib/systemd/system/incus-user.socket.
Created symlink /etc/systemd/system/incus-startup.service → /opt/incus/lib/systemd/system/incus-startup.service.
Created symlink /etc/systemd/system/multi-user.target.wants/incus-startup.service → /opt/incus/lib/systemd/system/incus-startup.service.
Setting up libavutil57:amd64 (7:5.1.4-0+deb12u1) ...
.......
Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+b1) ...
# root @ bookworm-vm-lxd in ~ [22:12:56]
$ systemctl list-unit-files | grep incus
incus-lxcfs.service enabled enabled
incus-startup.service enabled enabled
incus-user.service indirect enabled
incus.service indirect enabled
incus-user.socket enabled enabled
incus.socket enabled enabled
# root @ bookworm-vm-lxd in ~ [22:14:04]
$ cat /etc/passwd | grep incus
incus:x:994:994:Incus user:/var/lib/incus:/usr/bin/nologin
# root @ bookworm-vm-lxd in ~ [22:14:32]
$ cat /etc/group | grep incus
incus:x:994:incus
incus-admin:x:993:
# root @ bookworm-vm-lxd in ~ [22:15:45]
$ which lxd-to-incus
/usr/bin/lxd-to-incus