I use
sudo apt-get install https://launchpad.net/ubuntu/trusty/+package/zlib1g-dev
and this is what ensues:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package https
E: Couldn't find any package by regex 'https://launchpad.net/ubuntu/trusty/+package'
How can I get this to work on my version of Linux? I haven't had much luck in finding this and I'm new to linux. (Again, my version of Linux is Ubuntu 14.04)
sudo apt-get install zlib1g-dev: no explicit URL should be involved in the command. What are you trying to do, exactly? – steeldriver Aug 12 '15 at 19:41