Near all is in the title, but 14.04. I also tried all the 5 equivalent long (--) options found in man with the same error. -u from man also fails the same way. Please what is this? Thank you.
Near all is in the title, but 14.04. I also tried all the 5 equivalent long (--) options found in man with the same error. -u from man also fails the same way. Please what is this? Thank you.
You can't just execute
sudo apt-get -s
. You need to tell it to do something.That being said, doing a
sudo apt-get update -s
produces the same error you mention:However, a
sudo apt-get install -s
does not error-out.I'm going to assume that the
-s
flag only works with some of the commands. It is mentioned in the Apt/Get Howto wiki. The example given is withinstall
, and it doesn't explicitly say that it will work with any other action.