bridgetownrb / bridgetown

A next-generation progressive site generator & fullstack framework, powered by Ruby
https://www.bridgetownrb.com
MIT License
1.13k stars 114 forks source link

docs: installation/ubuntu/ "Unable to locate package libgdbm5" #321

Closed harry-wood closed 3 years ago

harry-wood commented 3 years ago

The install instructions at https://www.bridgetownrb.com/docs/installation/ubuntu/ list the package libgdbm5, but on a newer ubuntu versions it needs to be libgdbm6. Otherwise "Unable to locate package libgdbm5". I think it applies to ubuntu focal (20.04LTS) onwards.

jaredcwhite commented 3 years ago

Thanks @harry-wood. Some additional context: https://github.com/rbenv/ruby-build/issues/1211

We'll update the docs. :+1:

jaredcwhite commented 3 years ago

The docs have been updated and I've tested out a full setup on a fresh Ubuntu v20 install. Thanks for pointing this out. (Also including Node v16 instructions.)