Changes between Version 17 and Version 18 of Csle2022/Agenda/linuxpackagemanagement


Ignore:
Timestamp:
Nov 27, 2022, 5:50:01 PM (2 years ago)
Author:
deepthi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/linuxpackagemanagement

    v17 v18  
    1313A better way of adding them to your system is by using the `add-apt-repository` tool.
    1414
    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.
     15You won't find the `add-apt-repository` utility installed on your system by default.
    1616
    17 To install add-apt-repository using the APT package manager, type:
     17To install `add-apt-repository` using the APT package manager,
     18
     19type:
    1820
    1921`sudo apt install software-properties-common`
     
    2729=== Add Repositories Using add-apt-repository ===
    2830
    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:
    3032
    3133`sudo add-apt-repository [options] repository`