Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postman Linux app installation error on Ubuntu 18 ( missing libgconf-2-4 package) #4514

Closed
brunodles opened this issue May 2, 2018 · 12 comments
Labels
bug platform/linux Linux specific issues

Comments

@brunodles
Copy link

App Details:

Postman for Linux
Version 6.0.10
Ubuntu 17.10 / x64

uname -a

Linux inspiron 4.13.0-38-generic #43-Ubuntu SMP Wed Mar 14 15:20:44 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

Issue Report:

  1. Did you encounter this recently, or has this bug always been there:
    I'm migrating to native app
  2. Expected behaviour:
    Simply open the Postman
  3. Console logs (http://blog.getpostman.com/2014/01/27/enabling-chrome-developer-tools-inside-postman/ for the Chrome App, View->Toggle Dev Tools for the Mac app):
./Postman error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
  1. Screenshots (if applicable)
    Not applicable.

How to reproduce the problem

  1. Download tar
  2. Extract it
  3. Move to postman folder
  4. Run ./Postman

Extra

When I try to run the postman I get this error

./Postman error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

Any of these pages contains the list of dependencies to run it.

How to solve

Just need to install libgconf-2-4

sudo apt-get install libgconf-2-4

Sources

electron/electron#1518

Thanks

This is just a small report, thanks for the app.
You're great!

@dhineshwiz
Copy link

Hey thanks for reporting and workarounds, We will look into it

@dhineshwiz dhineshwiz added the platform/linux Linux specific issues label May 2, 2018
@barotashish
Copy link

Yesterday I do installation of Postman on my Ubuntu Linux 17.10

--
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=17.10
DISTRIB_CODENAME=artful
DISTRIB_DESCRIPTION="Ubuntu 17.10"
NAME="Ubuntu"
VERSION="17.10 (Artful Aardvark)"

-- uname -a
Linux ashish-barot 4.13.0-39-generic #44-Ubuntu SMP Thu Apr 5 14:25:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

-- Postman Version
v1.6.16

@seantcanavan
Copy link

This is also an issue on Ubuntu 18.04. Just did a fresh install of 18.04 and was installing Postman.

sudo apt-get install libgconf-2-4 fixed the issue.

@SamvelRaja
Copy link

SamvelRaja commented Jul 2, 2018

@brunodles @barotashish Recommending you guys to install libgconf-2-4 as @seantcanavan suggested.

@SamvelRaja SamvelRaja added the bug label Jul 2, 2018
@SamvelRaja SamvelRaja changed the title Linux instalation error Linux installation error on Ubuntu 18 ( missing libgconf-2-4 package) Jul 2, 2018
@SamvelRaja SamvelRaja changed the title Linux installation error on Ubuntu 18 ( missing libgconf-2-4 package) Postman Linux app installation error on Ubuntu 18 ( missing libgconf-2-4 package) Jul 2, 2018
@SamvelRaja
Copy link

Related to electron/electron#1518

@SamvelRaja
Copy link

Closing this in ref to electron/electron#1518 (comment)

@joaoe
Copy link

joaoe commented Sep 13, 2018

The documentation is incorrect

https://www.getpostman.com/docs/v6/postman/launching_postman/installation_and_updates

It says libconfig-2-4. There is no such thing.

@BeatriceThalo
Copy link

installing from the software center instead of the tar works on ubuntu 18

@dwiyatci
Copy link

dwiyatci commented Mar 5, 2019

In my case (Ubuntu 18.10), in addition to sudo apt install libgconf-2-4, I need to do:

sudo apt install libgtk2.0-0

in order to fix "error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory" error. 🙃

@Justin-Maxwell
Copy link

Just for search indexing:

Chromebook / Chrome-OS (v73) Crostini Linux
sudo apt install libgconf-2-4 fixes.

@saeidamini
Copy link

Arch base Linux installs gconf package solved the problem.
sudo pacman -S gconf

@ehtishamqureshi2013
Copy link

└─# sudo apt install libgconf-2-4
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libgconf-2-4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug platform/linux Linux specific issues
Projects
None yet
Development

No branches or pull requests