apt Package Manager Configuration
CommunityAdd the following entries to a new file called:
/etc/apt/sources.list.d/Bacula-Community.list
,
adapting the URL to point to your personal Download Area. Also, please pay careful attention to use the correct Bacula Community version and platform in the URL.
#Bacula Community
deb https://www.bacula.org/packages/@access-key@/debs/@bacula-version@ @debian-version@ main
For example for Debian Buster use:
#Bacula Community
deb https://www.bacula.org/packages/@access-key@/debs/13.0.1 buster main
Where:
@access-key@
refers to your personalized access key. This is the trailing path component sent in the registration email. Copying the URI from that email will be one of the simplest ways to set this up correctly.@bacula-version@
should be replaced by the version of Bacula Community you are installing (e.g. 13.0.1)@debian-version@
is the code name of the distribution (such as “jessie”, “wheezy”, or “squeeze”)
Complete example:
#Bacula Community
deb https://www.bacula.org/packages/abc123defxxxyyy/debs/13.0.1 buster main
See also
Previous articles:
Next articles:
Go back to: Debian: Installation with apt.