What types of filters can be used to search for packages?

What will be an ideal response?


You can view and search for packages using different filters, including:
Pattern. A pattern is an installable list of packages, e.g., the Base System.
Package Group. Package groups show packages by functional category; for example, all security-related packages will be grouped together.
Language. Packages that are needed to add support of specific languages to applications such as Firefox, YaST, or KDE.
Repository. A repository is a local or remote directory containing packages, plus additional information (metadata) about these packages.
Search. The search dialog that first appears when you open the Software Manager contains a search box. It lets you search for packages that meet various criteria, such as name, summary, description, etc. If you know the name of the package, this is usually the easiest way to find it.
Installation summary.

Computer Science & Information Technology

You might also like to view...

The tree-traversal algorithm that processes the node then processes all the nodes to its left followed by all the nodes to its right is called _____________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is wrong in the following code?

``` #include #include using namespace std; int main() { vector v; cout << v[0]; return 0; } ``` a. The program has a compile error on v[0]. b. The program has a runtime error on vector v. c. The program has a runtime error on v[0], because the vector is empty. d. The program has a compile error on vector v.

Computer Science & Information Technology

Two examples of compiler directives are

What will be an ideal response?

Computer Science & Information Technology

Intellectual property rights offer protections afforded by ____.

A. ?a grassroots web organization B. ?governments C. ?the W3C D. ?corporations

Computer Science & Information Technology