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 Generic Wayland Icons for Applications in KDE Plasma If you run KDE Plasma on Wayland, you may have run into a small but persisten...
Ingen kommentarer:
Send en kommentar