How to add additional repository in the dists while customizing the ubuntu live cd 20.04

Asked by lohith

We have to add local repository to our dists set, originally we have main and restricted, we want to add one more local repository component and update the release file. How do we do it in cubic?

Question information

Language:
English Edit question
Status:
Answered
For:
Cubic Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Cubic PPA (cubic-wizard) said :
#1

You would do it in the same way you add a repository to a normal Ubuntu system.

The usual three options are...

(1) Execute

    apt-add-repository http://<my-url> main restricted

(2) OR manually create a file in /etc/apt/sources.list.d...

    deb <my-url> groovy restricted main
    # deb-src <my-url> groovy restricted main

(3) OR add the above lines into /etc/apt/sources.list

Am I missing something about your question?

Can you help with this problem?

Provide an answer of your own, or ask lohith for more information if necessary.

To post a message you must log in.