i just got from error
Quote: "celeroncat@cerebro ~ $ sudo apt install libopengl1
[sudo] password for celeroncat:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libopengl1
"
after googling how to run it on linux , which would be my main target, not for profit ofcourse cos making money in anything but nine to five would be criminal but simply cuz, now i am not a total noob, but i do know linux has this appstore which totally runs stuff off the virtual shelf ... just click - install and that's it ... if i make a whackamole-whatever and every user of every distro has to go find out what missing parts to install first i wont get much spread over the few percent market spread and my name wont be out there for eternity (cough ...)
so i found for me it was
celeroncat@cerebro ~/Desktop/mandatory1st1 $ ./mandatory1st1
./mandatory1st1: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory
celeroncat@cerebro ~/Desktop/mandatory1st1 $ sudo apt install libcurl
[sudo] password for celeroncat:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libcurl
celeroncat@cerebro ~/Desktop/mandatory1st1 $ apt-cache search libcurl
gnupg - GNU privacy guard - a free PGP replacement
libcurl3 - easy-to-use client-side URL transfer library (OpenSSL flavour)
libcurl3-dbg - debugging symbols for libcurl (OpenSSL, GnuTLS and NSS flavours)
libcurl3-gnutls - easy-to-use client-side URL transfer library (GnuTLS flavour)
libcurl3-nss - easy-to-use client-side URL transfer library (NSS flavour)
libcurl4-doc - documentation for libcurl
libcurl4-gnutls-dev - development files and documentation for libcurl (GnuTLS flavour)
libcurl4-nss-dev - development files and documentation for libcurl (NSS flavour)
libcurl4-openssl-dev - development files and documentation for libcurl (OpenSSL flavour)
libstrongswan-extra-plugins - strongSwan utility and crypto library (extra plugins)
python-pycurl - Python bindings to libcurl
python-pycurl-dbg - Python bindings to libcurl (debug extension)
python-pycurl-doc - Python bindings to libcurl (documentation)
python3-pycurl - Python bindings to libcurl (Python 3)
python3-pycurl-dbg - Python bindings to libcurl (debug extension, Python 3)
fp-units-net - Free Pascal - networking units dependency package
fp-units-net-3.0.0 - Free Pascal - networking units
gnupg-curl - GNU privacy guard - a free PGP replacement (cURL)
libcupt4-1-downloadmethod-curl - flexible package manager -- libcurl download method
libcurl-ocaml - OCaml curl bindings (Runtime Library)
libcurl-ocaml-dev - OCaml libcurl bindings (Development package)
libcurlpp-dev - c++ wrapper for libcurl (development files)
libcurlpp0 - c++ wrapper for libcurl
libghc-curl-dev - GHC libraries for the libcurl Haskell bindings
libghc-curl-doc - Documentation for the libcurl Haskell bindings; documentation
libghc-curl-prof - Profiling libraries for the libcurl Haskell bindings; profiling libraries
libghc-hxt-curl-dev - LibCurl interface for HXT
libghc-hxt-curl-doc - LibCurl interface for HXT; documentation
libghc-hxt-curl-prof - LibCurl interface for HXT; profiling libraries
libjsonrpccpp-client0 - library implementing json-rpc C++ clients
libjsonrpccpp-client0-dbg - debugging symbols for libjsonrpccpp-client0
libresource-retriever-dev - Robot OS resource_retriever library - development files
libresource-retriever0d - Robot OS resource_retriever library
libwww-curl-perl - Perl bindings to libcurl
lua-curl - libcURL bindings for the Lua language
lua-curl-dev - libcURL development files for the Lua language
python-resource-retriever - Robot OS resource_retriever library - Python
ruby-curb - Ruby libcurl bindings
ruby-ethon - libcurl wrapper using ffi
ruby-typhoeus - parallel HTTP library on top of ethon
strongswan-plugin-curl - strongSwan plugin for the libcurl based HTTP/FTP fetcher
tclcurl - Tcl bindings to libcurl
wmget - Background download manager in a Window Maker dock app
celeroncat@cerebro ~/Desktop/mandatory1st1 $ apt-cache search libcurl |grep development
libcurl4-gnutls-dev - development files and documentation for libcurl (GnuTLS flavour)
libcurl4-nss-dev - development files and documentation for libcurl (NSS flavour)
libcurl4-openssl-dev - development files and documentation for libcurl (OpenSSL flavour)
libcurlpp-dev - c++ wrapper for libcurl (development files)
libresource-retriever-dev - Robot OS resource_retriever library - development files
lua-curl-dev - libcURL development files for the Lua language
celeroncat@cerebro ~/Desktop/mandatory1st1 $ sudo apt install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
curl is already the newest version (7.47.0-1ubuntu2.5).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
celeroncat@cerebro ~/Desktop/mandatory1st1 $ sudo apt install libcurl4
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libcurl4
celeroncat@cerebro ~/Desktop/mandatory1st1 $ sudo apt install libcurl3
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
libcurl3
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 187 kB of archives.
After this operation, 564 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3 amd64 7.47.0-1ubuntu2.5 [187 kB]
Fetched 187 kB in 0s (565 kB/s)
Selecting previously unselected package libcurl3:amd64.
(Reading database ... 244788 files and directories currently installed.)
Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.5_amd64.deb ...
Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.5) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Setting up libcurl3:amd64 (7.47.0-1ubuntu2.5) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...
celeroncat@cerebro ~/Desktop/mandatory1st1 $ ./mandatory1st1
celeroncat@cerebro ~/Desktop/mandatory1st1 $
and it runs ... as smooth as (or should i say better than) on windows (since the last update GG keeps crashing, i have to completely reinstall , verification gives me 1 file to reacquire but i keep getting errors 0 and 502, no use but complete delete and re-download/install but thats another thread)
its got the one thing im trying to demo in GG made easy lol .. do loop sync ... can't get easier than that to get your storyboard up, i made one in html 5 once javascript but this seems to be breezy
IF
my question : if there's a way to scan for dependencies on linux ? im not a total -uxnoob but not an -uxpert either ...
any input would be greatly appreciated thank you