We have moved to a new Sailfish OS Forum. Please start new discussions there.
| 1 | initial version | posted 2017-04-15 21:39:02 +0200 |
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?
| 2 | retagged |
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?
| 3 | No.3 Revision |
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?
| 4 | No.4 Revision |
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;
| 5 | No.5 Revision |
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;