Scrcpy In Kali Linux
Scrcpy Not Working With APT We All Know That Kali Linux Has Removed Scrcpy From Its Orignal Repository So The sudo apt install scrcpy Is Returning Unable To Locate Package Scrcpy So, To Solve This, We Have To Manually Install Scrcpy. To Do This, We Need To First Clone The GitHub Project With This Command: sudo git clone https://github.com/Genymobile/scrcpy.git . After Cloning you Have To Go To That Directory And Type ls To list Files In That Directory cd ls . After this, you have to make the 'install_release' Bash file executable. For that, we need to execute the following command: sudo chmod +x install_release.sh . After this, you have to install the requirements to be able to install Scrcpy without any errors. To do this, execute the following command: apt install git cmake pkg-config meson ninja-build gcc libsdl2-dev adb libavformat-dev libavdevice-dev libusb-1.0-0-dev . After this, you have to finally run the install_release.sh to install Scrcpy on your computer. T...



Comments
Post a Comment