Files
pyLoad_ubuntu2004/README.md
2023-12-20 23:03:16 +03:00

506 B

How to install pyLoad under Ubuntu 20.04

1. Adding Key Server

gpg --keyserver keyserver.ubuntu.com --recv-keys 16126D3A3E5C1192
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 16126D3A3E5C1192

2. Installaing packeges and dependencies

sudo add-apt-repository ppa:launchpad/ppa && sudo apt-get update
apt-get install -y python python-crypto python3-pycurl python-openssl tesseract-ocr libmozjs-68-0 libmozjs-68-dev
sudo apt-get install -f