aliyun / oss-browser

OSS Browser 提供类似windows资源管理器功能。用户可以很方便的浏览文件,上传下载文件,支持断点续传等。
Other
3.16k stars 442 forks source link

Not working on Ubuntu 20.04.2 LTS #391

Closed Mr-LiuDC closed 3 years ago

Mr-LiuDC commented 3 years ago
$ ./oss-browser 
./oss-browser: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
timokiller commented 3 years ago

sudo apt-get install libgconf-2-4 install and fixed

Mr-LiuDC commented 3 years ago

@timokiller

Thanks.

lihexin88 commented 3 years ago

sudo apt-get install libgconf-2-4 install and fixed

fixed! Thanks

gocpplua commented 1 year ago

sudo apt-get install libgconf-2-4

fixed! Thank you

dannyhenry commented 1 year ago

sudo apt-get install libgconf-2-4 install and fixed

fixed! thanks!!