Delete an Application
From BUG Wiki
To delete an application, remove the application from the /opt/concierge/apps directory on your BUG.
- For Linux and Mac users, open terminal window and for Windows users open a command prompt
- Type the following command:
- Enter login (root/root):
- At the BUG shell, type the following command to remove all applications from your BUG
- At the BUG shell, to remove a single application from your BUG list the contents of the apps directory:
$ telnet 10.10.10.10
Output:
Trying 10.10.10.10...
Connected to 10.10.10.10.
Escape character is '^]'.
Using fallback suid method
Welcome to Freescale Semiconductor Embedded Linux Environment
Using fallback suid method
BUG login: root Password: root
root@BUG ~ # rm /opt/concierge/apps/*
root@BUG ~ # ls -al /opt/concierge/apps/ total 79 drwxr-xr-x 2 root root 1024 Apr 21 20:28 . drwxrwxrwx 5 root root 2048 Jan 1 2000 .. -rw-r--r-- 1 root root 29829 Apr 15 22:43 AIMMotionNotifier.jar -rw-r--r-- 1 root root 9612 Apr 21 20:28 ImageTest.jar -rw-r--r-- 1 root root 6386 Apr 21 20:28 NightRider.jar -rw-r--r-- 1 root root 27416 Apr 21 20:28 SnapAndShakeSlideShow.jar root@BUG ~ #
