Skip to content

Instantly share code, notes, and snippets.

@bhoggard
Last active August 10, 2024 18:08
Show Gist options
  • Save bhoggard/30f2c14fc15451be8a0321517cfd14bf to your computer and use it in GitHub Desktop.
Save bhoggard/30f2c14fc15451be8a0321517cfd14bf to your computer and use it in GitHub Desktop.
Ubuntu notes

Ubuntu Notes

Upgrade snap store. This command will tell you the PID you need to kill before the command will succeed.

sudo snap refresh snap-store

Install ruby prequisites

sudo apt-get install autoconf patch build-essential rustc libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libgmp-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev uuid-devsudo

Install pg gem prequisites

sudo apt-get install libpq-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment