To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Debian configuration system

From Wikipedia, the free encyclopedia

debconf
Original author(s)Joey Hess
Developer(s)Joey Hess, Colin Watson
Stable release
1.5.77[1] / June 10, 2021; 2 years ago (2021-06-10)
Preview release
1.5.79[2] / October 29, 2021; 2 years ago (2021-10-29)
Repository
Written inPerl
LicenseBSD-2-clause
Websitewiki.debian.org/debconf Edit this on Wikidata

debconf is a software utility for performing system-wide configuration tasks on Unix-like operating systems. It is developed for the Debian Linux distribution, and is closely integrated with Debian's package management system, dpkg.

When packages are being installed, debconf asks the user questions which determine the contents of the system-wide configuration files associated with that package. After package installation, it is possible to go back and change the configuration of a package by using the dpkg-reconfigure program, or another program such as Synaptic.

The design of debconf allows for front-ends for answering configuration questions to be added in a modular way, and there exist several, such as one for dialog, one for readline, one that uses a text editor, one for KDE, one for GNOME,[3] a Python front-end API, etc.

The original implementation of debconf is in Perl. During the development of Debian-Installer, a new implementation in C was developed, which is named cdebconf. The new implementation is currently only used in the installer, but is intended to eventually replace the original entirely. Both implementations make use of the same protocol for communication between the debconf front-end and the client code ("confmodule"); this is a simple line-based protocol similar to common Internet protocols.

Debconf does not physically configure any packages, but asks the user certain configuration questions stored in the .templates file, under the direction of the package's maintainer scripts (.config, .postinst, etc.). Typically, the .config script uses debconf to ask questions, while .postinst applies configuration changes to the unpacked package in reaction to the answers; however, this can vary due to technical requirements. The user's answers to the configuration questions asked by debconf are cached in debconf's database.

YouTube Encyclopedic

  • 1/3
    Views:
    37 915
    37 138
    21 555
  • Debian 10 Linux | Beginners Basics after Install | Run Windows Programs, Change Desktops, and More!
  • Debian Network Configuration
  • Debian Package Management #1 - APT Basics

Transcription

References

  1. ^ "debconf stable changelog". Retrieved 2022-11-11.
  2. ^ "debconf unstable changelog". Retrieved 2022-11-11.
  3. ^ The GNOME Journal: Simplified Package Management in Ubuntu Hoary

External links

This page was last edited on 22 December 2023, at 20:08
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.