Delete an Application

From BUG Wiki

Jump to: navigation, search

To delete an application, remove the application from the /opt/concierge/apps directory on your BUG.

  1. For Linux and Mac users, open terminal window and for Windows users open a command prompt
  2. Type the following command:
  3.  $ 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
    
  4. Enter login (root/root):
  5. BUG login: root
    Password:  root
    
  6. At the BUG shell, type the following command to remove all applications from your BUG
  7.  root@BUG ~ # rm /opt/concierge/apps/*
    
  8. At the BUG shell, to remove a single application from your BUG list the contents of the apps directory:
  9. 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 ~ #