Where Does vcpkg install packages on Debian? #32171
Closed
hop-along-polly
started this conversation in
General
Replies: 1 comment 1 reply
-
Using
|
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
-
I'm trying to install Yara 4.3.2 in a Debian based docker image.
apt-get
only goes up to Yara version4.0.2
, but according to the yara documentation I can use vcpkg to install Yara and I was hoping that would be more up to date. After running these commands to install vcpkg and Yara through vcpkg everything looks like it was successful but I can't runyara --version
I getbash: yara: command not found
Here's the commands I ran for installing vcpkg and Yara
Here is the output from the
install yara
command. In the output I seeStored binaries in 1 destinations in 1.1 s.
which makes me think this was successful but there's nothing saying where the binary was stored.Beta Was this translation helpful? Give feedback.
All reactions