From bcf061abf932f9adf243554c22185d323f5ff2ea Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 12 Apr 2022 02:33:48 +0200 Subject: People should really use apt instead of apt-get nowadays --- user/flaviocruz.mdwn | 4 ++-- user/tlecarrour/porting_guide_for_dummies.mdwn | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'user') diff --git a/user/flaviocruz.mdwn b/user/flaviocruz.mdwn index c4d3db69..a1636918 100644 --- a/user/flaviocruz.mdwn +++ b/user/flaviocruz.mdwn @@ -71,8 +71,8 @@ Creating an extensible translator library in lisp using the mig generated stubs. ### Project dependencies - CLISP -- [CFFI](http://common-lisp.net/project/cffi/) (apt-get installable) -- [Flexi streams](http://www.weitz.de/flexi-streams/) (apt-get installable) +- [CFFI](http://common-lisp.net/project/cffi/) (apt installable) +- [Flexi streams](http://www.weitz.de/flexi-streams/) (apt installable) - [Trivial garbage](http://www.cliki.net/trivial-garbage) (not in debian repositories) - [cl-zip](http://common-lisp.net/project/zip/) (only needed for the zip translator) - [cl-irc](http://common-lisp.net/project/cl-irc/) (for the irc translator) diff --git a/user/tlecarrour/porting_guide_for_dummies.mdwn b/user/tlecarrour/porting_guide_for_dummies.mdwn index 772be2bb..fe297102 100644 --- a/user/tlecarrour/porting_guide_for_dummies.mdwn +++ b/user/tlecarrour/porting_guide_for_dummies.mdwn @@ -27,12 +27,12 @@ Test on Hurd ### Installing the required files -As `apt-get source` will download and extract many files, you may want to create a dedicated folder for the package and work from there. +As `apt source` will download and extract many files, you may want to create a dedicated folder for the package and work from there. mkdir PACKAGE cd PACKAGE - sudo apt-get build-dep PACKAGE - apt-get source PACKAGE + sudo apt build-dep PACKAGE + apt source PACKAGE ### Trying to build the package -- cgit v1.2.3