Changes between Version 1 and Version 2 of build-essential


Ignore:
Timestamp:
12/09/05 22:18:59 (20 years ago)
Author:
Daniel Kahn gillmor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • build-essential

    v1 v2  
    6262[dkg@metis ~]$
    6363}}}
     64
     65it's also useful to install `devscripts` and `fakeroot`:
     66
     67{{{
     68[dkg@metis saods9-4.0b7]$ sudo apt-get install devscripts fakeroot
     69Reading package lists... Done
     70Building dependency tree... Done
     71Suggested packages:
     72  devscripts-el cvs-buildpackage debian-keyring dupload dput gnuplot libtimedate-perl libwww-perl lintian linda patchutils ssh wdiff
     73The following NEW packages will be installed:
     74  devscripts fakeroot
     750 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
     76Need to get 0B/375kB of archives.
     77After unpacking 1282kB of additional disk space will be used.
     78
     79Preconfiguring packages ...
     80Selecting previously deselected package devscripts.
     81(Reading database ... 63168 files and directories currently installed.)
     82Unpacking devscripts (from .../devscripts_2.9.4_i386.deb) ...
     83Selecting previously deselected package fakeroot.
     84Unpacking fakeroot (from .../fakeroot_1.5.1ubuntu2_i386.deb) ...
     85Setting up devscripts (2.9.4) ...
     86
     87Setting up fakeroot (1.5.1ubuntu2) ...
     88
     89[dkg@metis saods9-4.0b7]$
     90}}}