Recent Changes - Search:

Softwares

.

Using-apt-get


Using apt-get


Searching for package

ubuntu@server3:~$ apt-cache search htpasswd

libapache-htpasswd-perl - Manage Unix crypt-style password file
lighttpd - A fast webserver with minimal memory footprint
nanoweb - HTTP server written in PHP
apache2-utils - utility programs for webservers

Installing package

ubuntu@server3:~$ sudo apt-get install apache2-utils

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libapr1 libaprutil1
The following NEW packages will be installed:
  apache2-utils libapr1 libaprutil1
0 upgraded, 3 newly installed, 0 to remove and 257 not upgraded.
Need to get 247 kB of archives.
After this operation, 983 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main libapr1 amd64 1.4.2-7ubuntu2.1 [87.8 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ natty/main libaprutil1 amd64 1.3.9+dfsg-5ubuntu3 [75.1 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main apache2-utils amd64 2.2.17-1ubuntu1.2 [84.2 kB]
Fetched 247 kB in 5s (49.0 kB/s)         
Selecting previously deselected package libapr1.
(Reading database ... 152614 files and directories currently installed.)
Unpacking libapr1 (from .../libapr1_1.4.2-7ubuntu2.1_amd64.deb) ...
Selecting previously deselected package libaprutil1.
Unpacking libaprutil1 (from .../libaprutil1_1.3.9+dfsg-5ubuntu3_amd64.deb) ...
Selecting previously deselected package apache2-utils.
Unpacking apache2-utils (from .../apache2-utils_2.2.17-1ubuntu1.2_amd64.deb) ...
Processing triggers for man-db ...
Setting up libapr1 (1.4.2-7ubuntu2.1) ...
Setting up libaprutil1 (1.3.9+dfsg-5ubuntu3) ...
Setting up apache2-utils (2.2.17-1ubuntu1.2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

Listing file for installed package

ubuntu@server3:~$ dpkg -L apache2-utils

/.
/usr
/usr/bin
/usr/bin/ab
/usr/bin/dbmmanage
/usr/bin/htdbm
/usr/bin/htdigest
/usr/bin/htpasswd
/usr/bin/logresolve
/usr/sbin
/usr/sbin/checkgid
/usr/sbin/rotatelogs
/usr/sbin/htcacheclean
/usr/sbin/check_forensic
/usr/sbin/split-logfile
/usr/share
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/htdbm.1.gz
/usr/share/man/man1/htdigest.1.gz
/usr/share/man/man1/htpasswd.1.gz
/usr/share/man/man1/ab.1.gz
/usr/share/man/man1/dbmmanage.1.gz
/usr/share/man/man1/logresolve.1.gz
/usr/share/man/man8
/usr/share/man/man8/check_forensic.8.gz
/usr/share/man/man8/checkgid.8.gz
/usr/share/man/man8/split-logfile.8.gz
/usr/share/man/man8/rotatelogs.8.gz
/usr/share/man/man8/htcacheclean.8.gz
/usr/share/doc
/usr/share/doc/apache2-utils
/usr/share/doc/apache2-utils/copyright
/usr/share/doc/apache2-utils/changelog.Debian.gz

Edit - History - Print - Recent Changes - Search
Page last modified on November 10, 2011, at 04:43 PM