maojianyu commented on issue #2377: installation error in ubuntu 18.04 URL: https://github.com/apache/couchdb/issues/2377#issuecomment-569062806 It show the error `couchdb : Depends: libicu60 (>= 60.1-1~) but it is not installable`. So you should install the `libicu` and `libicu-dev` library. ``` $ sudo apt-get intall libicu $ sudo apt-get intall libicu-dev ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
