07-27-2024, 09:58 PM
Exactly what I was looking for! But, I'm running into issues with the command provided. I believe there's something with missing or not right with the command. I get the following:
and when trying to figure out how to fix what might be wrong, but the code below shows the URL isn't resolving
I'm on Mint and this is the predicament I'm currently in. Thanks in advance
I also get the following when running sudo apt update
Code:
$ sudo wget -O /etc/apt/trusted.gpg.d/midori-archive-keyring.gpg http://repo.astian.org/midori-archive-keyring.gpg && echo "deb http://repo.astian.org midori main" | sudo tee /etc/apt/sources.list.d/midori.list
bash: syntax error near unexpected token `;&'
and when trying to figure out how to fix what might be wrong, but the code below shows the URL isn't resolving
Code:
$ sudo wget -O /etc/apt/trusted.gpg.d/midori-archive-keyring.gpg http://repo.astian.org/midori-archive-keyring.gpg; echo "deb http://repo.astian.org midori main" | sudo tee /etc/apt/sources.list.d/midori.list
--2024-07-27 17:46:22-- http://repo.astian.org/midori-archive-keyring.gpg
Resolving repo.astian.org (repo.astian.org)... failed: Name or service not known.
wget: unable to resolve host address ‘repo.astian.org’
deb http://repo.astian.org midori main
I'm on Mint and this is the predicament I'm currently in. Thanks in advance
I also get the following when running sudo apt update
Code:
Ign:2 http://repo.astian.org midori InRelease
Ign:2 http://repo.astian.org midori InRelease
Err:2 http://repo.astian.org midori InRelease
Could not resolve 'repo.astian.org'
Fetched 583 kB in 7s (81.0 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://repo.astian.org/dists/midori/InRelease Could not resolve 'repo.astian.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.