1

So I am new to Linux and I was trying to run a Julia program using

 julia transport.jl

However when enter that in terminal I get the following

ERROR: LoadError: LoadError: LoadError: LoadError: LoadError: error compiling init: could not load library "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so"
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so: cannot open shared object file: No such file or directory
while loading /home/david/.julia/v0.4/Tk/src/tkwidget.jl, in expression starting on line 455
while loading /home/david/.julia/v0.4/Tk/src/Tk.jl, in expression starting on line 37
while loading /home/david/.julia/v0.4/Winston/src/tk.jl, in expression starting on line 1
while loading /home/david/.julia/v0.4/Winston/src/Winston.jl, in expression starting on line 2854
while loading /home/david/Documents/School/PDE1/examples/transport.jl, in expression starting on line 2

Any help would help, especially any literature that will introduce me to the Linux environment.

I'm running Ubuntu 16.04.

Zanna
  • 72,312
David
  • 111

1 Answers1

0

Looks like you're missing libglib2.0

You can install it with:

sudo apt-get install libglib2.0