apt Package Manager Configuration

Community

Add the following entries to a new file called /etc/apt/sources.list.d/Bacula-Community.list, adapting the URL to point to your Download Area. Also, please pay careful attention to use the correct Bacula Community version and platform in the URL.

#Bacula Community
deb [arch=amd64] https://www.bacula.org/packages/@access-key@/debs/@bacula-version@ @ubuntu-version@ main

Note

Please, concatenate the last 2 lines into 1 line.

Note

[arch=amd64] is mandatory only for a 64 bit system.

Where:

  • @access-key@ refers to your personalized area string. 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 using (e.g. 13.0.1).

  • @ubuntu-version@ is the code name of the distribution (“xenial” or “bionic”, for example).

Complete example:

#Bacula Community
deb [arch=amd64] https://www.bacula.org/packages/abc123defxxxyyy/debs/13.0.1 xenial main

Note

Please, concatenate the last 2 lines into 1 line.

See also

Previous articles:

Next articles:

Go back to: Ubuntu: Installation with apt.