Changes between Version 17 and Version 18 of Csle2022/Agenda/linuxpackagemanagement
- Timestamp:
- Nov 27, 2022, 5:50:01 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/linuxpackagemanagement
v17 v18 13 13 A better way of adding them to your system is by using the `add-apt-repository` tool. 14 14 15 You won't find the add-apt-repository utility installed on your system by default. It is a part of the software-properties-common package.15 You won't find the `add-apt-repository` utility installed on your system by default. 16 16 17 To install add-apt-repository using the APT package manager, type: 17 To install `add-apt-repository` using the APT package manager, 18 19 type: 18 20 19 21 `sudo apt install software-properties-common` … … 27 29 === Add Repositories Using add-apt-repository === 28 30 29 Now that you've installed the package, it's time to add a third-party software repository to your system.The basic syntax for adding repositories is:31 The basic syntax for adding repositories is: 30 32 31 33 `sudo add-apt-repository [options] repository`