[bisq-network/bisq] [v1.6.3] Bisq requires libpng12 to be pre-installed on Ubuntu 16.04+ (#5463)

Christoph Atteneder notifications at github.com
Tue May 4 08:54:54 CEST 2021


### Description

Based on feedback from @paulmercier-bisq and @MwithM on Keybase the new deb bundle causes problems on Ubuntu 16.04+. It is requiring libpng to be installed upfront.

#### Version

v1.6.3

### Steps to reproduce

Run Ubuntu 16.04+ and try to install/update v1.6.3.

### Expected behaviour

App is installed and running.

### Actual behaviour

`Error: Dependency is not satisfiable: libpng12-0`

#### Device or machine

Ubuntu 16.04+

#### Additional info

The current workaround is to manually install the required library:

```
$ sudo add-apt-repository ppa:linuxuprising/libpng12
 $ sudo apt update
 $ sudo apt install libpng12-0
 ```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/5463
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210503/a1555ee8/attachment.htm>


More information about the bisq-github mailing list