We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2017-04-15 21:39:02 +0200

Reinstall all packages

After some slightly non-standard backup recovery procedure, I’d like to fix things further by redownloading and reinstalling all rpm packages. What is the easiest way of doing that on Sailfish OS?

Reinstall all packages

After some slightly non-standard backup recovery procedure, I’d like to fix things further by redownloading and reinstalling all rpm packages. What is the easiest way of doing that on Sailfish OS?

Reinstall How-to reinstall all packages

After some slightly non-standard backup recovery procedure, I’d like to fix things further by redownloading and reinstalling all rpm packages. What is the easiest way of doing that on Sailfish OS?

How-to reinstall all packages

After some slightly non-standard backup recovery procedure, I’d like to fix things further by redownloading and reinstalling all rpm packages. What is the easiest way of doing that on Sailfish OS?

for p in $(rpm -q -a|sort); do echo $p; pkcon install $p;

How-to reinstall all packages

After some slightly non-standard backup recovery procedure, I’d like to fix things further by redownloading and reinstalling all rpm packages. What is the easiest way of doing that on Sailfish OS?

for p in $(rpm -q -a|sort); do echo $p; pkcon install $p;