Linux Lite Forums

Full Version: Install updates error message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone, when I goto menu and click on install updates a message comes up saying "your computer is not connected to the internet". But it is, and I can update fine from the command line... Cant figure it out.... How do I fix this?


Thanks
What is the output in a Terminal of:

Code:
curl -sk google.com
Hi, here is the result of the quire

 andrew  ~  curl -sk google.com

Command 'curl' not found, but can be installed with:

sudo apt install curl


Should I install curl then and do it again?
installed curl. here are the results as requested



andrew  ~  curl -sk google.com
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>
Updates will work now, somehow, curl got uninstalled.

Sent from my Mobile phone using Tapatalk