Advertisement
WalterHWhite

24.04_sources

Dec 24th, 2024
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. hbarta@namtarri:~$ cat /etc/apt/sources.list
  2. # Ubuntu sources have moved to the /etc/apt/sources.list.d/ubuntu.sources
  3. # file, which uses the deb822 format. Use deb822-formatted .sources files
  4. # to manage package sources in the /etc/apt/sources.list.d/ directory.
  5. # See the sources.list(5) manual page for details.
  6. hbarta@namtarri:~$ cat /etc/apt/sources.list.d/ubuntu.sources
  7. ## Note, this file is written by cloud-init on first boot of an instance
  8. ## modifications made here will not survive a re-bundle.
  9. ##
  10. ## If you wish to make changes you can:
  11. ## a.) add 'apt_preserve_sources_list: true' to /etc/cloud/cloud.cfg
  12. ## or do the same in user-data
  13. ## b.) add supplemental sources in /etc/apt/sources.list.d
  14. ## c.) make changes to template file
  15. ## /etc/cloud/templates/sources.list.ubuntu.deb822.tmpl
  16. ##
  17.  
  18. # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
  19. # newer versions of the distribution.
  20.  
  21. ## Ubuntu distribution repository
  22. ##
  23. ## The following settings can be adjusted to configure which packages to use from Ubuntu.
  24. ## Mirror your choices (except for URIs and Suites) in the security section below to
  25. ## ensure timely security updates.
  26. ##
  27. ## Types: Append deb-src to enable the fetching of source package.
  28. ## URIs: A URL to the repository (you may add multiple URLs)
  29. ## Suites: The following additional suites can be configured
  30. ## <name>-updates - Major bug fix updates produced after the final release of the
  31. ## distribution.
  32. ## <name>-backports - software from this repository may not have been tested as
  33. ## extensively as that contained in the main release, although it includes
  34. ## newer versions of some applications which may provide useful features.
  35. ## Also, please note that software in backports WILL NOT receive any review
  36. ## or updates from the Ubuntu security team.
  37. ## Components: Aside from main, the following components can be added to the list
  38. ## restricted - Software that may not be under a free license, or protected by patents.
  39. ## universe - Community maintained packages.
  40. ## Software from this repository is only maintained and supported by Canonical
  41. ## for machines with Ubuntu Pro subscriptions. Without Ubuntu Pro, the Ubuntu
  42. ## community provides best-effort security maintenance.
  43. ## multiverse - Community maintained of restricted. Software from this repository is
  44. ## ENTIRELY UNSUPPORTED by the Ubuntu team, and may not be under a free
  45. ## licence. Please satisfy yourself as to your rights to use the software.
  46. ## Also, please note that software in multiverse WILL NOT receive any
  47. ## review or updates from the Ubuntu security team.
  48. ##
  49. ## See the sources.list(5) manual page for further settings.
  50. Types: deb
  51. URIs: http://ports.ubuntu.com/ubuntu-ports
  52. Suites: noble noble-updates noble-backports
  53. Components: main universe restricted multiverse
  54. Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
  55.  
  56. ## Ubuntu security updates. Aside from URIs and Suites,
  57. ## this should mirror your choices in the previous section.
  58. Types: deb
  59. URIs: http://ports.ubuntu.com/ubuntu-ports
  60. Suites: noble-security
  61. Components: main universe restricted multiverse
  62. Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
  63. hbarta@namtarri:~$
  64.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement