после приведения /etc/apt/sources.list списка реп к виду
deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ jammy partner
# deb-src http://archive.canonical.com/ubuntu/ jammy partner
добавления репы амнезии, при установке выдает ошибку
DKMS make.log for amneziawg-1.0.0 for kernel 5.15.0-125-generic (x86_64)
Wed Nov 13 16:46:59 UTC 2024
make: Entering directory '/var/lib/dkms/amneziawg/1.0.0/build'
Makefile:81: ***
You're running a modern Linux Kernel (version 5.15.0-125-generic).
In order to build AmneziaWG kernel module for this kernel you must obtain sources of your kernel
by yourself and make a symlink to them into this directory:
ln -s <path to kernel sources> kernel
After that please run make script again. Stop.
make: Leaving directory '/var/lib/dkms/amneziawg/1.0.0/build'
после приведения /etc/apt/sources.list списка реп к виду
добавления репы амнезии, при установке выдает ошибку