diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-04-12 02:33:48 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-04-12 02:33:48 +0200 |
| commit | bcf061abf932f9adf243554c22185d323f5ff2ea (patch) | |
| tree | dd8d079ffa66e8aa6f0d0b54ef07e77f8f34ce9b /microkernel/mach/gnumach | |
| parent | 56e1abda424f1dc7bbeccfe28e05a2caa50bc6de (diff) | |
People should really use apt instead of apt-get nowadays
Diffstat (limited to 'microkernel/mach/gnumach')
| -rw-r--r-- | microkernel/mach/gnumach/building.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/microkernel/mach/gnumach/building.mdwn b/microkernel/mach/gnumach/building.mdwn index d3fe670a..aed87046 100644 --- a/microkernel/mach/gnumach/building.mdwn +++ b/microkernel/mach/gnumach/building.mdwn @@ -26,7 +26,7 @@ You can either use the git repository (see <http://git.savannah.gnu.org/git/hurd ... or get the Debian sources, if you're using Debian. (See [here](http://packages.debian.net/source/unstable/gnumach).) - $ apt-get source gnumach + $ apt source gnumach ## On Debian Systems: @@ -35,8 +35,8 @@ You can either use the git repository (see <http://git.savannah.gnu.org/git/hurd Building GNU Mach requires the *build-essential* and *fakeroot* packages, and some additional dependencies specified by the gnumach source package: - # apt-get install build-essential fakeroot - # apt-get build-dep gnumach + # apt install build-essential fakeroot + # apt build-dep gnumach ### Building and Installing ... Debian `.deb` files |
