Ask A Question

Notifications

You’re not receiving notifications from this thread.

Setup Ubuntu 21.04 Hirsute Hippo Discussion

Chris Oliver asked in General

Great guide as always! However, I believe that postgresql is now at version 12 and that 'sudo apt install postgresql-11' will return an unable to locate package error, I would suggest using 'sudo apt install postgresql' instead, worked for me. Thank you.

Reply

sudo apt install postgresql-11 no longer works. :)

Reply

THANKS!

Reply

it might be better practice to install NVM and install node using NVM and install yarn globally using node.

example code might look something like this:

sudo apt install curl git-core zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev software-properties-common libffi-dev

# install NVM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash

# install latest version of nodejs
nvm install node

# install yarn globally
npm install -g yarn

the above can replace the first code block. :)

Reply

Good very easy to learn

Reply

Very well written! Thanks !!

Reply

What happen with the other Operating Systems, like OpenSuse?

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 81,842+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more.

    © 2024 GoRails, LLC. All rights reserved.