TablePlus / TablePlus-Linux

TablePlus Linux issue tracker
https://tableplus.com
294 stars 30 forks source link

Unmet libgtksourceview dependency on Ubuntu 19.10 #18

Closed pdugas closed 4 years ago

pdugas commented 4 years ago
  1. Database version (Ex: PostgreSQL 10.0):

N/A

  1. TablePlus version (the number on the welcome or about screen, Ex: build 81):

    $ sudo apt info tableplus
    Package: tableplus
    Version: 0.1-24
    Priority: optional
    Section: base
    Maintainer: TablePlus <nick@tableplus.com>
    Installed-Size: unknown
    Depends: libgtksourceview-3.0-dev
    Download-Size: 3,513 kB
    APT-Sources: https://deb.tableplus.com/debian tableplus/main amd64 Packages
    Description: Database management
  2. Linux distro (Ex: Ubuntu 18.04):

    $ lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description:    Ubuntu 19.10
    Release:    19.10
    Codename:   eoan
  3. The steps to reproduce this issue:

    
    $ sudo apt install tableplus
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

The following packages have unmet dependencies: tableplus : Depends: libgtksourceview-3.0-dev but it is not installable E: Unable to correct problems, you have held broken packages.


5. Additional:

$ sudo apt search libgtksourceview Sorting... Done Full Text Search... Done libgtksourceview-3.0-1/now 3.24.11-2 amd64 [installed,local] shared libraries for the GTK+ syntax highlighting widget

libgtksourceview-3.0-common/now 3.24.11-2 all [installed,local] common files for the GTK+ syntax highlighting widget

libgtksourceview-4-0/eoan,now 4.4.0-1 amd64 [installed,automatic] shared libraries for the GTK+ syntax highlighting widget

libgtksourceview-4-common/eoan,eoan,now 4.4.0-1 all [installed,automatic] common files for the GTK+ syntax highlighting widget

libgtksourceview-4-dev/eoan,now 4.4.0-1 amd64 [installed] development files for the GTK+ syntax highlighting widget

libgtksourceview-4-doc/eoan,eoan 4.4.0-1 all documentation for the GTK+ syntax highlighting widget

pdugas commented 4 years ago

sudo add-apt-repository universe resolves the issue.