Archives (TAR Files) Flashcards

1
Q

yum search keyword

A

Search for a package by “keyword”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

yum install package

A

Install “package”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

yum info package

A

Display description and summary information about “package” for RHEL based systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

rpm -i package.rpm

A

Install package from local file “package.rpm”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

yum remove package

A

Remove/uninstall “package” for RHEL based systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

yum update package

A

Update “package” for RHEL based systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

tar zxvf sourcecode.tar.gz
cd sourcecode
./configure
make
make install

A

Install software from sourcecode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

apt-get update

A

Update package list for Debian based systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

apt-get upgrade

A

Upgrade all installed packages to their newest version for Debian based systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

apt-get install package

A

Install “package” for Debian-based systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

apt-remove package

A

Remove “package” for Debian-based systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly