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

Listing all installed apps and libs from jolla store and warehouse before a full reset

asked 2017-02-12 11:41:50 +0300

melg01 gravatar image

updated 2017-02-12 11:42:28 +0300

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!

edit retag flag offensive close delete

Comments

4

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 pkglist which should be found in /home/nemo..

Spam Hunter ( 2017-02-12 12:09:18 +0300 )edit

2 Answers

Sort by » oldest newest most voted
11

answered 2017-02-12 13:10:39 +0300

nthn gravatar image

updated 2017-02-12 13:15:58 +0300

rpm -qa --qf "%{NAME} " > ~/pkgs.txt

gives a list of everything you installed yourself, as above the file pkgs.txt will be found in /home/nemo.

ssu lr > ~/repos.txt

gives a list of all repositories, enabled and disabled.

If you have zypper installed, you could also try

zypper pa -i

which lists all installed packages (including those part of Sailfish itself) with version numbers and the repositories they're from. If you want to export that list to a file, try

zypper pa -i > everything.txt

Maybe someone could package http://machinery-project.org/ for Sailfish to make this stuff a whole lot easier.

edit flag offensive delete publish link more
7

answered 2017-02-14 05:55:56 +0300

zepher gravatar image

It would be really useful to have a simple gui that shows installed apps and enabled repositories (with version numbers). Restoring from backup could also be accomplished by having a script generated. Eventually this may make sense to integrate into the core backup functionality.

edit flag offensive delete publish link more

Comments

5

It would be fantastic to have an app, similar to Aptik.

eson ( 2017-02-14 07:59:05 +0300 )edit
Login/Signup to Answer

Question tools

Follow
7 followers

Stats

Asked: 2017-02-12 11:41:50 +0300

Seen: 807 times

Last updated: Feb 14 '17