1

I am using apt-mirror to maintain a local repository from which my Ubuntu servers update. I need to add 2 PPA’s to my local repository. Normally in /etc/apt/mirror.list I would use this syntax:

deb-amd64 http://us.archive.ubuntu.com/ubuntu xenial main restricted universe multiverse

I am looking for the proper syntax to add PPA ‘s to my mirror.list file. Specially I am adding Landscape 18.03 and SecurityOnion PPA’s.

1 Answers1

1

After some research it turns out that if you go the the Launchpad PPA web page for the desired PPA there should be a link labeled ‘Technical details about this PPA’. Clicking this link reveals the required entry for the /etc/apt/mirror.list file. It also reveals a drop down menu to select your OS version.

After selecting your OS just copy and paste the two entries into your mirror.list file and rerun apt-mirror.