6.4 Flashcards

1
Q

A library of routines that can be used by other applications.

A

Shared library

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

A shared library that is not directly integrated into the code of a software application.

A

Dynamic library

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

A shared library, usually installed with an application, the is integrated into the code of a software application.

A

Static library

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

A utility that shows the shared libraries required by an application.

A

ldd

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

Software that is compiled from downloaded or custom source code.

A

Locally compiled software

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

A local storage location that contains software packages for a Linux distribution.

A

Local repository

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

Installing software on a Linux system usually involves __________, software packages and package managers. Linux distributions are similar in that all of them originate from open source software.

A

software repositories

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

each distribution will compile its own set of software applications and software libraries. A Linux application complied for one distribution will likely not run on another distribution. Therefore, each distribution hosts their own ___________containing their own software packages

A

software repository

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

Each Linux distribution maintains its own software ________

A

repository.

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

A Linux may maintain a repository in multiple locations

A

Each location contains exact copies of packages on other locations.
An alternate location can be used if a chosen location is busy.

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

Each package in the repository contains software that has been compiled for the __________ Linux distribution.

A

specific

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

A software package may contain a software application or a software library which is routines that can be called by software _____________

A

applications

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

Most software packages will one of two types.

A

Debian packages have the *.deb extension
RPM packages have the *.rpm

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

oftware packages may be compressed and given the extension of_______

A

*.tar, *.tgz, or *.gz.

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

A package manager is a software utility that downloads and installs software packages from a software _________

A

repository

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