I tried to run sudo make install in project dir on my machine (ubuntu 22.04), But it failed. The trace is:
+ /home/djovi/IdeaProjects/cam/help/is-linux.sh
+ /home/djovi/IdeaProjects/cam/help/sudo.sh apt-get update -y --fix-missing
Ign:1 cdrom://Ubuntu 22.04.1 LTS _Jammy Jellyfish_ - Release amd64 (20220809.1) jammy InRelease
Err:2 cdrom://Ubuntu 22.04.1 LTS _Jammy Jellyfish_ - Release amd64 (20220809.1) jammy Release
Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Get:3 file:/usr/lib/expressvpn/repo_mirror.list Mirrorlist [117 B]
Hit:5 http://ru.archive.ubuntu.com/ubuntu jammy InRelease
Hit:6 http://ru.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:7 http://ru.archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease
Get:9 https://cli.github.com/packages stable InRelease [3 917 B]
Hit:10 https://dl.google.com/linux/chrome/deb stable InRelease
Err:9 https://cli.github.com/packages stable InRelease
The following signatures were invalid: EXPKEYSIG 23F3D4EA75716059 GitHub CLI <opensource+cli@github.com>
Hit:11 https://baltocdn.com/helm/stable/debian all InRelease
Ign:12 https://apt.releases.hashicorp.com jammy InRelease
Hit:13 https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu jammy InRelease
Hit:14 https://repo.ivpn.net/stable/ubuntu ./generic InRelease
Err:15 https://apt.releases.hashicorp.com jammy Release
404 Not Found [IP: 52.222.214.123 443]
Hit:16 https://packages.microsoft.com/repos/edge stable InRelease
Get:17 https://repo.pritunl.com/stable/apt jammy InRelease [2 419 B]
Err:18 https://packagecloud.io/AtomEditor/atom/any any InRelease
402 Payment Required [IP: 54.241.128.170 443]
Hit:19 https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/jammy pgadmin4 InRelease
Ign:20 https://repo.protonvpn.com/debian stable InRelease
Get:4 https://repo.expressvpn.com/public/deb/debian any-version InRelease [4 580 B]
Ign:20 https://repo.protonvpn.com/debian stable InRelease
Ign:20 https://repo.protonvpn.com/debian stable InRelease
Err:20 https://repo.protonvpn.com/debian stable InRelease
Could not wait for server fd - select (11: Resource temporarily unavailable) [IP: 188.114.98.224 443]
Reading package lists... Done
E: The repository 'cdrom://Ubuntu 22.04.1 LTS _Jammy Jellyfish_ - Release amd64 (20220809.1) jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://cli.github.com/packages stable InRelease: The following signatures were invalid: EXPKEYSIG 23F3D4EA75716059 GitHub CLI <opensource+cli@github.com>
E: The repository 'https://apt.releases.hashicorp.com jammy Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch https://packagecloud.io/AtomEditor/atom/any/dists/any/InRelease 402 Payment Required [IP: 54.241.128.170 443]
E: The repository 'https://packagecloud.io/AtomEditor/atom/any any InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/jammy/dists/pgadmin4/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
make: *** [Makefile:75: install] Error 100
I tried to run
sudo make install
in project dir on my machine (ubuntu 22.04), But it failed. The trace is: