📄 intro.html
字号:
<header>Software Packages</header><h3>Introduction to Packages</h3>A software package is a collection of files that make up a program. Thesefiles may all be combined into one package file for distribution ordownloading, to be extracted and placed in their correct locations whenthe package is installed. <p>A package management system automates most of the work in installing anddeleting programs. Because packages are usually pre-compiled, you do nothave to worry about <tt>Makefiles</tt> and <tt>configure</tt> scripts wheninstalling. Because the package management system keeps track of allpackages, it can remove all trace of a program when uninstalling. <p><h3>Installed Packages</h3>Packages are organised into classes and subclasses, like <tt>System</tt>or <tt>X11/Utilities</tt>. At the top of the main page is a tree of foldersand packages, in which each folder represents a class. To open a folder, simplyclick on it. To view more information about a package, click on its name. <p>Below the package tree is a form for searching the package database. Thiswill search for packages whose name or description matches whatever textyou enter. <p><h3>Install a New Package</h3>Below the package search button is a form for installing a new package.You may install either from a file on your system, a file on the computeron which you are running your web browser, or from an FTP or HTTP URL.In the last case, Webmin will contact the FTP server or web site and downloadthe package file. If your system is behind a firewall, make sure you havethe proxy servers configured correctly in the <i>Webmin Configuration</i>module. <p><h3>Identify a File</h3>At the bottom of the main page is a form for identifying some file onyour system. You may enter either an absolute path like<tt>/etc/inetd.conf</tt>, or a command like <tt>elm</tt>. Webmin will attemptto find the file in the package management system, and display informationabout the file and the packages that use it. <p><hr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -