> ## 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).

# Linux Visible Flutter App

# Installation Guide: Workstatus Linux App

Please follow below step

###### Step 1: Download Files
* Download the Workstatus Linux App: [Workstatus_48.deb](https://drive.google.com/file/d/1lFy9JDDe54NIL3aqOv8-pS-rg6PcY38n/view?usp=drive_link)
* Download the dependency files:
[- Event_logger](https://drive.google.com/file/d/1yUwcTZWfWbxJRtOVZ6O2tx1suQJv92k5/view?usp=drive_link)
[- Libsnap.zip](https://drive.google.com/file/d/1CWUNFQBbGuop9s8tJ8lxqG2Bq-_4cuIF/view?usp=drive_link)

###### Step 2: Open Terminal

* Open Terminal from the same directory where the [Workstatus_48.deb](https://drive.google.com/file/d/1lFy9JDDe54NIL3aqOv8-pS-rg6PcY38n/view?usp=drive_link) file is stored.

###### Step 3: Run Installation Commands

* sudo apt update
* sudo apt-get -y install python3-pynput
* sudo pip3 install pynput
* sudo apt-get -y install python3-pip
* sudo pip3 install pynput
* sudo dpkg -i workstatus_48.deb

###### ![](https://storage.crisp.chat/users/helpdesk/website/f3e4eb6758a66800/2024-10-2416-26_eudsxn.png)

###### ![](https://storage.crisp.chat/users/helpdesk/website/f3e4eb6758a66800/2024-10-2416-31_1esmv7z.png)

###### ![](https://storage.crisp.chat/users/helpdesk/website/f3e4eb6758a66800/2024-10-2416-33_1wemp97.png)

###### ![](https://storage.crisp.chat/users/helpdesk/website/f3e4eb6758a66800/image_ablkxc.png)

###### Step 4: Login
* Open the Workstatus App.
* Login with your Username and Password.

###### ![](https://storage.crisp.chat/users/helpdesk/website/f3e4eb6758a66800/screenshot1_t7m2f6.png)

###### ![](https://storage.crisp.chat/users/helpdesk/website/f3e4eb6758a66800/screenshot2_14d0gu1.png)

###### ![](https://storage.crisp.chat/users/helpdesk/website/f3e4eb6758a66800/screenshot3_cz5k8n.png)

###### Step 5: Copy Event_logger
* Navigate to: System Files > Home > Workstatus > Script folder.
* Paste the downloaded [Event_logger](https://drive.google.com/file/d/1yUwcTZWfWbxJRtOVZ6O2tx1suQJv92k5/view?usp=drive_link) file into the Script folder.

###### ![](https://storage.crisp.chat/users/helpdesk/website/-/f/3/e/4/f3e4eb6758a66800/screenshot43_sewgwt.png)

###### ![](https://storage.crisp.chat/users/helpdesk/website/-/f/3/e/4/f3e4eb6758a66800/screenshot44_1olerue.png)

###### ![](https://storage.crisp.chat/users/helpdesk/website/-/f/3/e/4/f3e4eb6758a66800/screenshot45_9gmlgj.png)

###### Step 6: Copy Libsnap.zip
* Navigate to: System Files > Home > Workstatus > Snap_library folder.
* Paste the downloaded [Libsnap.zip](https://drive.google.com/file/d/1CWUNFQBbGuop9s8tJ8lxqG2Bq-_4cuIF/view?usp=drive_link) file into the Snap_library folder.

###### ![](https://storage.crisp.chat/users/helpdesk/website/-/f/3/e/4/f3e4eb6758a66800/screenshot43_sewgwt.png)

###### ![](https://storage.crisp.chat/users/helpdesk/website/-/f/3/e/4/f3e4eb6758a66800/screenshot44_1olerue.png)

###### ![](https://storage.crisp.chat/users/helpdesk/website/-/f/3/e/4/f3e4eb6758a66800/screenshot47_k589zr.png)

###### Step 7: Restart Workstatus App
* Quit the Workstatus App and reopen it to apply all changes.


###### If you have different Linux flavor then follow the documentation for installation
[Install and Sign-in into Linux Desktop](https://support.workstatus.io/en/article/install-and-sign-in-into-linux-desktop-124d7k7/?bust=1688729166943)

**Note : ** If any error is showing during installation **sudo pip3 install pynput **command then upgrade setuptools and try following command to upgrade pip
        
* sudo pip3 install --upgrade setuptools pip
* sudo apt-get install python3-dev python3-setuptools build-essential libevdev-dev
* sudo pip3 install pynput
* sudo pip3 install --no-cache-dir pynput