Replies: 3 comments 1 reply
-
Hey @295060456 to confirm, did you run the following before trying to install vhs? sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://repo.charm.sh/apt/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/charm.gpg
echo "deb [signed-by=/etc/apt/keyrings/charm.gpg] https://repo.charm.sh/apt/ * *" | sudo tee /etc/apt/sources.list.d/charm.list (grabbed from README) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @295060456 let us know if you're still having this issue after trying my previous suggestion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am running into this issue. Can you confirm |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
root@Ubuntu:~# sudo apt install vhs ffmpeg
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package vhs
root@Ubuntu:~#
Beta Was this translation helpful? Give feedback.
All reactions