ubuntu install post experiencing problems

@ubuntupc:~/Postman/app$ sudo ./Postman
./Postman: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

Need to libgconf-2-4

@ubuntupc:~$ sudo apt-get install libgconf-2-4

@ubuntupc:~/Postman/app$ sudo ./Postman

 

Aliases can be processed postman, a command such as: ubuntupc: ~ $ vi ~ / .bashrc

Join statement alias postman = "sudo $ HOME / Postman / Postman"

Save and exit, command execution

ubuntupc:~$ source ~/.bashrc

ubuntupc:~$ postman
Gtk-Message: 11:29:02.840: Failed to load module "canberra-gtk-module"
安裝canberra-gtk-module模塊

ubuntupc:~$ sudo apt install libcanberra-gtk-module

ubuntupc:~$ postman

normal

Guess you like

Origin www.cnblogs.com/brucewen/p/11113056.html