← Back to team overview

ubuntu-phone team mailing list archive

Re: Command line app uninstall

 

On 20 March 2016 at 04:43, Louis Holbrook <accounts@xxxxxxxxxxx> wrote:
> A RSS-app sent my Scopes in a restart-loop, and no can't reach the app
> administration interface. It's either reset the phone, or remove the app
> by shell (I'd need to list the apps aswell, to know which name to pick).
> Can the latter be done, and how?
>

# find the app id of the offending app:-
click list | grep foo

That will list the name - such as:-
com.example.foo 1.2.3

# remove it:-
sudo click unregister --user=phablet com.example.foo 1.2.3

Cheers,
-- 
Alan Pope
Community Manager

Canonical - Ubuntu Engineering and Services
+44 (0) 7973 620 164
alan.pope@xxxxxxxxxxxxx
http://ubuntu.com/


References