Helps with (GitHub) issues
github error: E: The repository 'https://dl.yarnpkg.com/debian stable InRelease' is not signed.
- GPG‑Key in einen dedizierten Keyring legen:
bash
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg
| gpg --dearmor
| sudo tee /usr/share/keyrings/yarn-keyring.gpg >/dev/null
- APT‑Source neu anlegen (Beispiel: Debian/Ubuntu „stable“):
bash
echo "deb [signed-by=/usr/share/keyrings/yarn-keyring.gpg] https://dl.yarnpkg.com/debian/ stable main"
| sudo tee /etc/apt/sources.list.d/yarn.list
- Update:
bash sudo apt update
insteat of installing "# opencv, numpy + mutagen" with pip from requierements.txt use the script