Can I rollback to 9/10/2021 on Phosh using -Syyuu? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Manjaro on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=130) +---- Thread: Can I rollback to 9/10/2021 on Phosh using -Syyuu? (/showthread.php?tid=14880) |
Can I rollback to 9/10/2021 on Phosh using -Syyuu? - AwHereWeGoAgain - 09-13-2021 Hey guys, I messed up an update on my pinephone which is making calls not work. I have monthly backups so its not a big deal but I know that some Arch based distros will let you rollback updates by using "pacman -Syyuu" and modifying a config file. I was looking to basically do that with the Pinephone but the Manjaro Arm repos look a little different than I was expecting. Any tips on how to do this? Thanks RE: Can I rollback to 9/10/2021 on Phosh using -Syyuu? - AwHereWeGoAgain - 09-14-2021 I went ahead and just restored my backup and updated properly. Its all good. If there is a method of rolling back it would be good to know for the future. RE: Can I rollback to 9/10/2021 on Phosh using -Syyuu? - kqlnut - 09-14-2021 I think you are referring to the Arch Linux Archive which can be used as a repo for a specific date. I'm not aware of something like that for Manjaro ARM. But you could just manually downgrade the updated packages to an earlier version cached in /var/cache/pacman/pkg/ with "sudo pacman -U /var/cache/pacman/pkg/[package]". |