Which of the following commands displays the contents of a gzip compressed tar archive?
Which of the following commands displays the contents of a gzip compressed tar archive?A . gzip archive.tgz | tar xvf B . tar ztf archive.tgzC . gzip -d archive.tgz | tar tvf D . tar cf archive.tgzView AnswerAnswer: B
Which of the following commands is used to update the list of available packages when using dpkg based package management?
Which of the following commands is used to update the list of available packages when using dpkg based package management?A . apt-get updateB . apt-get upgradeC . apt-cache updateD . apt-get refreshE . apt-cache upgradeView AnswerAnswer: A