Skip to content

Installing siegfried in Google Colab #241

Answered by ross-spencer
sonoet asked this question in Q&A
Discussion options

You must be logged in to vote

What a cool use-case @sonoet

You can try the following notebook commands which should download Siegfried, install it and then run it over the /tmp directory.

!wget https://github.com/richardlehane/siegfried/releases/download/v1.11.0/siegfried_1.11.0-1_amd64.deb -O sf.deb
!dpkg -i sf.deb
!sf -update
!sf /tmp/

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sonoet
Comment options

Answer selected by sonoet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants