I am trying to run the command
apt update -y && apt install iptables-persistent
and always an error returns.
I connected to three different servers one in Greece, one in Austria, one in USA and there is always the same error.
The error says
Failed to fetch http://mirror……..
Temporary failure resolving ‘mirror…….
Unable to fetch some archives, maybe run apt-get update or try with –fix-missing?
Should I try an other day?
apt update -y
andapt install iptables-persistent
separately. Please [edit] your question, copy&paste the command and the full output/error message to your question and format it as a code block, e.g. by using the{}
tool of the editor field. – Bodo May 16 '22 at 12:57May I ask. How can I redirect the screen and keyboard and still been able to see the messages on screen and type keys?
– Harry May 16 '22 at 16:30tee
. Check out the manual fortee
to see if it's what you're after (ie.man tee
). eg. If you wanted to see the results ofls
& save a copy in the fileblah
, you'd usels | tee blah
– guiverc May 17 '22 at 02:59