How to Install Linux App Version 4.4.48
How to Install linux build version 4.4.48
Please follow below step
Step 1 : Download linux build version 4.4.48
Step 2 : Open Terminal ( Ctrl + Alt + T) and run following command
> sudo apt update
Step 3 : Navigate to the directory where your .deb file is located and enter following command one by one
> sudo apt-get -y install python3-pynput
> sudo pip3 install pynput
> sudo dpkg -i workstatus_48.deb
Step 4 : App will install then open Application and search Workstatus
Step 5 : Enter Your Username and Password.
Step 6 : Start timer on your assigned Project.
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
Updated on: 25/10/2024
Thank you!