Listing all installed apps and libs from jolla store and warehouse before a full reset
Hi all After having tried many ways to solve my issues with browser and mediaplayer in 2.1.0.9 (see earlier posts here) I will now do a full reset and try to get everything working again. Of course I've done a full backup, but what I want too is a list of all additional apps and libs and repositories I've installed form the Jolla store as well from Warehouse. Any hint how to do it with some commd line command to get the output in a text file? Would help a lot to get my resetted system quickly running again as i had it beforw. Thanks so much!
This may be somewhere near what you're asking for, I think......
In terminal, type/paste this;
pkcon --filter installed get-packages | sed "s/.*deinstall//" | sed "s/install$//g" > ~/pkglist
then open
Spam Hunter ( 2017-02-12 12:09:18 +0200 )editpkglist
which should be found in/home/nemo
..