Ubuntu/APT: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 January 2026

  • curprev 19:5719:57, 21 January 2026Kenneth talk contribs 593 bytes +593 Created page with "== add-apt-repository == <pre> # 1. Install the tool if needed (for older systems) sudo apt install software-properties-common # 2. Add the repository (replace ppa:user/repo or deb URL with the actual one) sudo add-apt-repository ppa:user/repo # For Launchpad PPAs # OR sudo add-apt-repository 'deb [arch=amd64] http://repo.address/ubuntu focal main' # For direct deb lines # 3. (Optional) Fetch GPG Key if not handled automatically # wget -qO - https://repo.address/key...."