Install Cubic
Linux
Install Cubic on Linux as Snap with the following command:
$ sudo snap install cubic && sudo snap connect cubic:kvm && sudo snap connect cubic:ssh-keys
macOS
Install Cubic on macOS via Homebrew with the following command:
$ brew install cubic-vm/cubic/cubic
Windows
Install Cubic on Windows in WSL as Snap with the following command:
$ sudo snap install cubic && sudo snap connect cubic:kvm && sudo snap connect cubic:ssh-keys
Others
Install Cubic from crates.io:
Note
Cubic requires the following dependencies: QEMU
, OpenSSH
and either cdrtools
or cdrkit
.
$ cargo install cubic