I just moved from Ubuntu to Debian 10, and I haven't been able to install wget. I tried

sudo apt-get install wget 

But recived this message:

This may mean that the package is missing, obsolete or only find available from some other source. The wget package is not available, but some other package references to it. 
1

1 Answer

This happens if you boot a live image:

Screenshot

Fix it by running sudo apt update to update package information first.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy