Courseiva
Linux Installation and Package ManagementmediumMultiple ChoiceObjective-mapped

LPIC-1 Linux Installation and Package Management Practice Question

Exhibit

Refer to the exhibit.

```
$ dpkg -l | grep apache
ii  apache2         2.4.41-1       amd64        Apache HTTP Server
rc  apache2-bin     2.4.41-1       amd64        Apache HTTP Server (binary files)
```

Based on the exhibit, what does the 'rc' status for the package 'apache2-bin' indicate?

⚠ Common exam trap

Many exam-takers confuse 'rc' with a fully removed or purged state, not realizing that 'c' specifically indicates residual configuration files remain on the filesystem.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The package has been removed but configuration files remain

In Debian-based package management (dpkg/APT), the 'rc' status code means the package was marked for removal ('r') but its configuration files were left behind ('c'). This occurs when using 'apt-get remove' or 'dpkg -r' without the --purge option, leaving residual config files in /etc or other locations.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The package is unpacked but not yet configured

    Why it's wrong here

    'iU' would indicate unpacked.

  • The package has been completely purged

    Why it's wrong here

    'pn' would indicate purged.

  • The package is installed and configured

    Why it's wrong here

    'ii' would indicate installed and configured.

  • The package has been removed but configuration files remain

    Why this is correct

    'rc' means removed but config files left.

About these practice questions

Courseiva writes every LPIC-1 question from scratch — 527 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This LPIC-1 practice question is part of Courseiva's free LPI certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the LPIC-1 exam.