Using KRunner, you can directly search the AUR. That URL is the URL for the AUR - and this post is about ‘trouble updating from AUR’.
I’m curious why you think this URL does not make any sense.
However, when you post - we want to understand if any errors persist with your system…
4 Days ago you stated ‘none of those lines of code worked at all’. You don’t quote original posts when you reply, so context is being lost… You can select and QUOTE like this:
You see the problem here - WE CANNOT SEE what ‘came up’. So not only is it nothing to you, but we can’t see it either.
Can I ask you to fix my bike, without sending you an image, or detailed information?
Moving On
So you can try opening Konsole. I choose Konsole because you can SELECT text with the mouse, you can COPY and then paste text here.
When pasting text here, type three ‘tilde’ like this:
~~~⏎Enter
^ControlV to paste the code
~~~⏎Enter
So if someone says:
you can try this: sudo pacman-mirrors --continent && sudo pacman -Syu
We need to see what happens.
From @anon33601770
sudo pacman-mirrors -f
sudo pacman -Syu
Now, after pasting the LONG output from the terminal, I also selected to HIDE it:
You can also click the
icon in this webpage editor, and select ‘Hide Details’ for longer outputs… you can select the text and click this to hide something you already pasted.
sudo pacman-mirrors -f
⮞ sudo pacman-mirrors -f
[sudo] password for ben:
::INFO Downloading mirrors from Manjaro
::INFO => Mirror pool: https://repo.manjaro.org/mirrors.json
::INFO => Mirror status: https://repo.manjaro.org/status.json
::INFO Using custom mirror file
::INFO Querying mirrors - This may take some time
1.027 Bangladesh : https://bd.mirror.vanehost.com/Manjaro/
0.837 Indonesia : http://kartolo.sby.datautama.net.id/manjaro/
1.994 Japan : https://mirror.phoepsilonix.love/manjaro/
0.696 China : https://mirrors.ustc.edu.cn/manjaro/
0.184 Singapore : https://mirror.freedif.org/Manjaro/
0.978 Japan : http://ftp.tsukuba.wide.ad.jp/Linux/manjaro/
0.200 Singapore : http://ossmirror.mycloud.services/os/linux/manjaro/
0.669 China : https://mirrors.jlu.edu.cn/manjaro/
1.077 Japan : http://ftp.riken.jp/Linux/manjaro/
..... Georgia : http://manjaro.grena.ge/
0.125 Thailand : https://mirror.kku.ac.th/manjaro/
0.530 China : https://mirrors.tuna.tsinghua.edu.cn/manjaro/
1.232 Uzbekistan : https://mirror.dc.uz/manjaro/
1.540 China : https://mirrors.sjtug.sjtu.edu.cn/manjaro/
2.318 Iran : https://repo.iut.ac.ir/repo/manjaro/
1.419 Turkey : https://ftp.linux.org.tr/manjaro/
::INFO Writing mirror list
::Thailand : https://mirror.kku.ac.th/manjaro/testing/$repo/$arch
::Singapore : https://mirror.freedif.org/Manjaro/testing/$repo/$arch
::Singapore : http://ossmirror.mycloud.services/os/linux/manjaro/testing/$repo/$arch
::China : https://mirrors.tuna.tsinghua.edu.cn/manjaro/testing/$repo/$arch
::China : https://mirrors.jlu.edu.cn/manjaro/testing/$repo/$arch
::China : https://mirrors.ustc.edu.cn/manjaro/testing/$repo/$arch
::Indonesia : http://kartolo.sby.datautama.net.id/manjaro/testing/$repo/$arch
::Japan : http://ftp.tsukuba.wide.ad.jp/Linux/manjaro/testing/$repo/$arch
::Bangladesh : https://bd.mirror.vanehost.com/Manjaro/testing/$repo/$arch
::Japan : http://ftp.riken.jp/Linux/manjaro/testing/$repo/$arch
::Uzbekistan : https://mirror.dc.uz/manjaro/testing/$repo/$arch
::Turkey : https://ftp.linux.org.tr/manjaro/testing/$repo/$arch
::China : https://mirrors.sjtug.sjtu.edu.cn/manjaro/testing/$repo/$arch
::Japan : https://mirror.phoepsilonix.love/manjaro/testing/$repo/$arch
::Georgia : http://manjaro.grena.ge/testing/$repo/$arch
::Iran : https://repo.iut.ac.ir/repo/manjaro/testing/$repo/$arch
::INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist
~ 27s
⮞
sudo pacman -Syu
⮞ sudo pacman -Syu
[sudo] password for ben:
:: Synchronising package databases...
core is up to date
extra is up to date
multilib is up to date
chaotic-aur is up to date
:: Starting full system upgrade...
there is nothing to do
If this fails, then the next suggestion is from our own SuperGuru (who sometimes posts very complicated fixes for things we assume are simpler - but who can be trusted not to post things that ‘do not work’).
pacman -Qqm > ~/alien-pkgs.txt
This creates a list of packages from AUR and pastes them into a text file.
Now you have a FULL LIST of your AUR packages, and can REMOVE them all using that list:
sudo pacman -R $(pacman -Qqm)
Then you should have no trouble running this:
sudo pacman -Syu
Then, once you have success, you must look at the file ~/alien-pkgs.txt to see what has been removed. Perhaps you want to re-install some of those packages.
You must COPY and PASTE these commands into Konsole. Then you must COPY and PASTE the text from Konsole and paste them back here.
- This does not have to mean anything to you, you do not need to understand everything…
My post later on addresses the common problem that we get confused between ‘pamac’ and ‘pacman’ and mix up ‘sudo pamac -Syu’ or ‘sudo pacman upgrade’… getting old means things get fuzzy, and having dyslexic tendencies means we start making stupid mistakes.
When we start getting into a mess, we must very carefully, step by step, take action to fix the mess. I hope you will succeed if you haven’t already given up.