191k views
3 votes
Which of the following are facts about the snapd daemon? (select two.)

O the apps typically use a graphical
O does not need root access to the system.
O repositories called remotes are used to host applications that can be
O You can use a command line tool to package your programs to run as a snap.
O It runs in the background.

1 Answer

5 votes

Final answer:

The snapd daemon uses repositories called remotes to host applications that can be installed using the snapd daemon. Developers can package their programs to run as snaps, and the daemon runs in the background.

Therefore, the correct options are:

- repositories called remotes are used to host applications that can be

- You can use a command line tool to package your programs to run as a snap.

Step-by-step explanation:

The snapd daemon is a package manager created by Canonical for Linux systems.

It allows for easy installation and management of software packages called snaps.

Two facts about the snapd daemon are:

  1. Repositories called remotes are used to host applications that can be installed using the snapd daemon. These remotes act as a central location for storing and distributing snaps.
  2. You can use a command line tool to package your programs to run as a snap. This means that developers can package their applications in a snap format, which can then be easily installed and run across various Linux distributions.

Another fact is that the snapd daemon runs in the background, which means it works silently without interrupting the user.

User Jan Giacomelli
by
7.9k points