To reinstall packages from one instance of Raspberry Pi OS to another (for instance because you are upgrading):
Code:
dpkg --get-selections > pkgs.list
Copy file to new installation
dpkg --set-selections < pkgs.list
apt-get dselect-upgrade
To reinstall packages from one instance of Raspberry Pi OS to another (for instance because you are upgrading):
Code:
dpkg --get-selections > pkgs.list
Copy file to new installation
dpkg --set-selections < pkgs.list
apt-get dselect-upgrade
Fixing a Btrfs Mount Problem with btrfs rescue zero-log If you’re using a Btrfs filesystem and it suddenly refuses to mount (often after...
Ingen kommentarer:
Send en kommentar