If you ever need to modify your configuration, here are the files
that you will be interested in:
* /etc/init.d/network has things such as your IP address, netmask, and
default route.
* /etc/hostname records your hostname.
* /etc/hosts also records your hostname and IP address.
Removing and Installing Software
This chapter describes ways of installing and removing software packages.
There are several ways of doing both. Here we discuss installation and
removal of pre-built software, such as Debian packages, and installation
of source that must be built by you.
What a Package Maintenance Utility Does
An application or utility program usually involves quite a few files. It
might include libraries, data files like game scenarios or icons,
configuration files, manual pages, and documentation. When you install the
program, you want to make sure you have all the files you need in the
right places.
You'd also like to be able to uninstall the program. When you uninstall,
you want to be sure all the associated files are deleted.
Pages:
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182