Guest User

Untitled

a guest
Feb 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. # enable i386 packages to be installed (may already be enabled)
  2. dpkg --add-architecture i386
  3. # update apt to fetch metadata for the new architecture
  4. apt update
  5. # install! (note: you may need a different version)
  6. apt install libcurl4-openssl-dev:i386
Add Comment
Please, Sign In to add comment