carpet
August 11, 2021, 3:30pm
1
I looked at these pages:
But they obviously aren’t official.
One of them suggests bulk update with sudo pacman -Syu
and I’m a bit nervous about running that command.
The Manjaro manual doesn’t seem to have a to-do list of this nature.
What do you think about sudo pacman -Syu
and the listed pages?
Wollie
August 11, 2021, 3:34pm
2
Check for #announcements , first. If you have updated your mirror-list run
sudo pacman -Syyu
Otherwise,
sudo pacman -Syu
is one of the possibilities to update from the normal Manjaro repos. You could also use
pamac upgrade
When you intend to upgrade your AUR packages as well, use
pamac update --aur --devel
When using a rolling release distro like Manjaro or Arch you should keep your system updated. Whenever you install a new package, make sure your packages are up-to-date and on top of that at least once every two months.
For AUR packages you could also use an AUR helper like yay or do it the classic way .
4 Likes
carpet
August 11, 2021, 3:38pm
3
Thanks. I suppose the #announcements check is to see if an update package is bad? In that case, I should not use these commands?
Wollie
August 11, 2021, 3:43pm
4
No, in #announcements you could sometimes find extra tips to be done before or after updating. In rare cases there could be recommendations for specific systems to wait with the update.
carpet
August 11, 2021, 3:45pm
5
Thanks again. Should I go through all recent topics there, or just the new ones? Because I can’t see any topics dealing exclusively with tips?
1 Like
Wollie
August 11, 2021, 3:47pm
6
Just look for latest announcement for your branch. If you just installed it you are on stable branch, then look here:
1 Like
carpet
August 11, 2021, 7:47pm
7
Alright.
I ran sudo pacman -Syyu
and it executed well, other than this:
smbclient-4.14.6-1-x86_64 6,9 MiB 1193 KiB/s 00:06 [######################################] 100% 2,5 MiB 1236 KiB/s 00:03 [###############################--------------------------------------------------------] 36%
It’s funny, something stayed at 36%, but it’s unclear what.
Wollie
August 11, 2021, 7:53pm
8
If possible wait. Check your internet connections. Try to avoid to interrupt an update.
carpet
August 11, 2021, 8:14pm
9
Woops, I saw that the terminal was ready for the next command and I closed it (I didn’t get any warnings from the system while I was doing this). I rebooted and started getting apps.
Maybe I should rerun the pacman
command?
Wollie
August 12, 2021, 5:07am
10
Then, your update should be fine. You could always check the content of the file /var/log/pacman.log .
1 Like
carpet
August 12, 2021, 6:47am
11
Thanks.
Can you please tell me what to look for in the log? It is huge. It doesn’t seem to contain the words “fail” and “error”.
I found this:
[2021-08-11T18:36:29+0200] [ALPM] upgraded smbclient (4.14.4-1 -> 4.14.6-1)
I did find several warnings, such as:
[2021-08-11T18:36:56+0200] [ALPM-SCRIPTLET] /usr/bin/grub-probe: warning: unknown device type [device name]
Wollie
August 12, 2021, 8:42am
12
Then there is no issue!
Warnings are often only informativ, here I see no action being required.
1 Like
system
Closed
August 27, 2021, 8:43am
13
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.