Module 11 Flashcards
Which commands can you use or could you have used to install a package on Ubuntu? (Select all that apply)
- apt
- aptitude
- apt-get
- dpkg
- apt
- aptitude
- apt-get
- dpkg
Which one is NOT a Linux backup tool?
- tar
- cpio
- ee
- dump / restore
- ee
Which methods describe a typical Linux software installation process? (Select two)
- Download an executable and let the installer extract and install
- Download a tarball, and manually extract, compile, and install
- Download a package and let the package manager extract and install.
- Download an image and let the installer extract and install
- Download a tarball, and manually extract, compile, and install
- Download a package and let the package manager extract and install.
Which commands can you use or could you have used to install a package on Fedora? (Select three)
- dnf
- fed
- rpm
- yum
- dnf
- rpm
- yum
Incremental backups back up the data that has been changed since the last full backup.
- True
- False
- False
What is a shared library? (Select two)
- A binary file that contains function calls that are used by multiple applications
- Has the .sl extension
- Placed under /lib/ or /lib64/ directory typically
- Unique to Linux which is not found in Windows OS
- A binary file that contains function calls that are used by multiple applications
- Placed under /lib/ or /lib64/ directory typically
Which one is NOT a typical step involved in compiling and installing software on Linux?
- Run “make” shell script
- Run “install” shell script
- Run “configure” shell script
- Run “make install” shell script
- Run “install” shell script
Find the match.
dnf install Install
dnf list Check if is installed
dnf upgrade Update
dnf remove Delete
dnf install Install
dnf list Check if is installed
dnf upgrade Update
dnf remove Delete
Which command is used to extract the tarball?
- tar -extf gimp-2.10.14.tar.gz
- tar -exvf gimp-2.10.14.tar.gz
- tar -zcvf gimp-2.10.14.tar.gz
- tar -zxvf gimp-2.10.14.tar.gz
- tar -zxvf gimp-2.10.14.tar.gz
dnf resolves package dependencies automatically.
- True
- False
- True
Files that have been compressed using the xz utility typically have the ______ extension.
- .zip
- .gz
- .xz
- .bz2
- .xz
When compiling source code into a binary program, which command does the compiling using the GNU C Compiler?
- tar
- ./configure
- make
- make install
- make
To install a new program from RPM software repositories on the Internet, you can use the dnf update programname command.
- True
- False
- False
You have created a full backup and four incremental backups. In which order must you restore these backups?
- 0, 1, 2, 3, 4
- 0, 4, 3, 2, 1
- 4, 3, 2, 1, 0
- 1, 2, 3, 4, 0
- 0, 1, 2, 3, 4
Which option to the dpkg command can be used to list the files that comprise a package?
- l
- -L
- -s
- -i
- -L