Daniel Holbach has proposed merging lp:~dholbach/ubuntu-packaging-guide/732709 into lp:ubuntu-packaging-guide.
Requested reviews: Ubuntu Packaging Guide Team (ubuntu-packaging-guide-team) Related bugs: Bug #732709 in Ubuntu Packaging Guide: "Getting Set Up: Unable to locate package apt-cache" https://bugs.launchpad.net/ubuntu-packaging-guide/+bug/732709 For more details, see: https://code.launchpad.net/~dholbach/ubuntu-packaging-guide/732709/+merge/53242 -- https://code.launchpad.net/~dholbach/ubuntu-packaging-guide/732709/+merge/53242 Your team Ubuntu Packaging Guide Team is requested to review the proposed merge of lp:~dholbach/ubuntu-packaging-guide/732709 into lp:ubuntu-packaging-guide.
=== modified file 'getting-set-up.rst' --- getting-set-up.rst 2011-02-24 21:57:02 +0000 +++ getting-set-up.rst 2011-03-14 13:51:05 +0000 @@ -36,7 +36,7 @@ much easier. You'll encounter these tools later in this guide. To install most of the tools you'll need, run this command:: - $ sudo apt-get install gnupg pbuilder ubuntu-dev-tools bzr-builddeb apt-file apt-cache + $ sudo apt-get install gnupg pbuilder ubuntu-dev-tools bzr-builddeb apt-file These packages include: @@ -52,7 +52,8 @@ same code while keeping it trivial to merge each others work. * ``apt-file`` provides an easy way to find the binary package that contains a given file. -* ``apt-cache`` provides even more information about packages on Ubuntu. +* ``apt-cache`` (part of the ``apt`` packageprovides even more information + about packages on Ubuntu. Setting up a GPG key
_______________________________________________ Mailing list: https://launchpad.net/~ubuntu-packaging-guide-team Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-packaging-guide-team More help : https://help.launchpad.net/ListHelp

