Skip to content
Olivier edited this page Aug 3, 2021 · 7 revisions

Do the regular gem install squib and it should work.

If you have learned something about install Squib on Linux - hit that edit button and document it here for future Squibsters.

If your run into troubles, try install first some required packages.

For Debian-based distros, try the following (e.g. installing rake through gem install):

sudo apt-get install build-essential
sudo apt-get install ruby
sudo apt-get install ruby-dev
sudo gem install rake
sudo gem install squib

Use the snippet inside a root shell

apt -y install build-essential ruby ruby-dev
gem install rake
gem install squib

For Arch-based distros, you might need to install ruby-rake.

Clone this wiki locally