Problem
Hit:1 https://apt.corretto.aws stable InRelease
Hit:2 http://ru.archive.ubuntu.com/ubuntu jammy InRelease
Hit:3 http://ru.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:4 http://ru.archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:6 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:7 http://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/jammy pgadmin4 InRelease
Ign:8 http://packages.azlux.fr/debian jammy InRelease
Err:9 http://packages.azlux.fr/debian jammy Release
404 Not Found [IP: 37.58.181.100 80]
Hit:10 http://security.ubuntu.com/ubuntu jammy-security InRelease
Hit:5 https://download.docker.com/linux/ubuntu jammy InRelease
Reading package lists... Done
E: The method driver /usr/lib/apt/methods/(http could not be found.
N: Is the package apt-transport-(http installed?
E: The repository 'http://packages.azlux.fr/debian 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.
tried
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 0 not to upgrade.
Need to get 1 510 B of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://ru.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 apt-transport-https all 2.4.11 [1 510 B]
Fetched 1 510 B in 0s (5 195 B/s)
(Reading database ... 241018 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_2.4.11_all.deb ...
Unpacking apt-transport-https (2.4.11) over (2.4.11) ...
Setting up apt-transport-https (2.4.11) ...
ping 37.58.181.100 works
PING 37.58.181.100 (37.58.181.100) 56(84) bytes of data.
64 bytes from 37.58.181.100: icmp_seq=1 ttl=51 time=67.9 ms
64 bytes from 37.58.181.100: icmp_seq=2 ttl=51 time=68.3 ms
64 bytes from 37.58.181.100: icmp_seq=3 ttl=51 time=66.2 ms
curl
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.25.4</center>
</body>
</html>
What should or can i do to fix?
apt update
, otherwise you wouldn't get that output. Your problem is that you added a ppa to your software sources which doesn't support your version of Ubuntu. Remove this ppa from your system. – mook765 Mar 03 '24 at 11:59Well, i had no idea that proplem was with ppa! Before asking question i had been googling for 4-5 hours.
– Ildus Mar 03 '24 at 13:07