@[email protected] to [email protected] • 20 days agoPosting for a friend lollemmy.worldimagemessage-square131fedilinkarrow-up1873
arrow-up1873imagePosting for a friend lollemmy.world@[email protected] to [email protected] • 20 days agomessage-square131fedilink
minus-squareSnot FlickermanlinkfedilinkEnglish2•20 days agoOut of curiosity, can pacman update flatpaks? Or do you still have to update those independent of your package manager?
minus-square@[email protected]linkfedilink3•edit-220 days agoIt can’t. I use a very simple script to combine updates and the basics of system maintenance: #!/usr/bin/env bash systemctl --failed -q yay -Pw sudo pacman -Syu flatpak update flatpak uninstall --unused pacman -Qqnte > ~/.local/share/applications/pkglist.txt pacman -Qqdtt > ~/.local/share/applications/optdeplist.txt pacman -Qqem > ~/.local/share/applications/foreignpkglist.txt pacman -Qtd pacman -Qm | grep -v yay-bin sudo find /etc -name *.pac* yay -Ps | grep Cache
Out of curiosity, can pacman update flatpaks? Or do you still have to update those independent of your package manager?
It can’t. I use a very simple script to combine updates and the basics of system maintenance: