Changes between Version 70 and Version 71 of DistributionPackaging


Ignore:
Timestamp:
Nov 10, 2019, 8:36:11 PM (4 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DistributionPackaging

    v70 v71  
    10911091See man page for help
    10921092}}}
     1093
     1094== Installing from APT ==
     1095The ftp site is also set up as an apt repository.  You can install and update your mindi/mondo packages using apt.  First create a file in your apt repo directory (most probably /etc/apt/sources.list.d) like the following (you may download it from our ftp server in each debian|ubuntu/version directory).  Note that this sample is for debian.  You will need to edit a bit for other distros.
     1096
     1097{{{
     1098[root@tesla sources.list.d]# cat mondorescue.sources.list
     1099deb ftp://ftp.mondorescue.org//debian 8 contrib
     1100deb-src ftp://ftp.mondorescue.org//debian 8 contrib
     1101}}}
     1102
     1103Such a file is now automatically produced by project-builder and available on the ftp server at the same place as the packages.
     1104E.g. for Debian 8 x86_64 download it from ftp://ftp.mondorescue.org/debian/8/mondorescue.sources.list
     1105
     1106If you want to contribute to the testing of !MondoRescue, also download the corresponding repo file under the test directory and the same subtree. In the above case it's ftp://ftp.mondorescue.org/test/debian/8/mondorescue-test.sources.list
     1107
     1108Now just use the commands:
     1109
     1110{{{
     1111# apt-get install mondo
     1112}}}
     1113
     1114
     1115apt will discover that mindi is a dependency for mondo and add it to your list.
     1116
     1117Here is a sequence of a successful installation of the stable version of mondo in a Debian 8 container
     1118{{{
     1119]$ docker run -ti --rm centos:7
     1120[root@fe4902a26572 /]# yum install -y wget