> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.workstatus.io/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to Uninstall Workstatus Linux Visible App


# How to Uninstall Workstatus Linux Visible App

If Visible Workstatus app installed in your Linux system, follow the steps below to completely uninstall it.

### Step 1: Remove Workstatus via Terminal

Open the terminal and run the following command:

1. sudo apt-get remove workstatus

This will uninstall the Workstatus application from your system.

### Step 2: Delete the Workstatus Folder

After uninstalling, remove the remaining files from your **home directory**:

1. Open your file explorer or stay in the terminal.
2. Navigate to your home directory.
3. Delete the **workstatus** folder manually, or use the command:

 
*  rm -rf ~/workstatus

### Step 3: Verify Uninstallation

To confirm Workstatus is removed:

* Search in your application menu – Workstatus should no longer appear.
* If you try running `workstatus` in the terminal, it should return **command not found**.


