ianks / mini_phone

A fast phone number parser, validator and formatter for Ruby. This gem binds to Google's C++ libphonenumber for spec-compliance and performance.
MIT License
158 stars 7 forks source link

Unable to locate package libphonenumber on Ubuntu #3

Closed mensfeld closed 3 years ago

mensfeld commented 3 years ago

Any hints? it seems libphonenumber is no longer in ubuntu repos

apt-get install -y libphonenumber
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libphonenumber
ianks commented 3 years ago

Good catch. Should be apt-get install -y libphonenumber-dev. I'll update the docs.