Install sui Binaries In Linux, if you have a small storage #10601
fatmanweb3
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently using kali linux as my primary os for development, when you install sui in linux you may have some issues while installing binaries, that is your TMP folder gets filled while installing and causing error.
To Solve this type this command
export TMPDIR=/example/location
and install these binaries cargo install --locked --git https://github.com/MystenLabs/sui.git --branch devnet sui
![storage issue](https://user-images.githubusercontent.com/36560183/230734367-d11a25a9-c277-43e9-b3dd-844dcdefc870.png)
Beta Was this translation helpful? Give feedback.
All reactions