Changes between Version 2 and Version 3 of Repositories


Ignore:
Timestamp:
Aug 19, 2020, 5:41:26 PM (4 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Repositories

    v2 v3  
    2323Here is a sequence of a successful installation of the stable version of project-builder in a CentOS 8 container
    2424{{{
    25 $ docker run -ti --rm centos:8
     25$ docker run --rm -ti centos:8
    2626[root@fe4902a26572 /]# yum install -y wget   
    2727Failed to set locale, defaulting to C.UTF-8
     
    979979
    980980[root@tesla sources.list.d]# cat pb.sources.list
    981 deb ftp://ftp.mondorescue.org//debian 8 contrib
    982 deb-src ftp://ftp.mondorescue.org//debian 8 contrib
    983 
    984 Such a file is now automatically produced by project-builder and available on the ftp server at the same place as the packages. E.g. for Debian 8 x86_64 download it from ​ftp://ftp.mondorescue.org/debian/8/mondorescue.sources.list
    985 
    986 If 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
    987 
    988 Now just use the commands:
    989 
    990 # cd /etc/apt/sources.list.d
    991 # wget ftp://ftp.mondorescue.org/debian/8/mondorescue.sources.list
    992 # wget ftp://ftp.mondorescue.org/debian/8/mondorescue.pubkey
    993 # apt-key add mondorescue.pubkey
    994 # rm -f mondorescue.pubkey
    995 # apt-get update
    996 # apt-get install mondo
    997 
    998 apt will discover that mindi is a dependency for mondo and add it to your list.
    999 
    1000 Here is a sequence of a successful installation of the stable version of mondo in a Debian 8 container
    1001 
    1002 $ docker run -ti --rm debian:8
     981deb ftp://ftp.project-builder.org//debian 8 contrib
     982deb-src ftp://ftp.project-builder.org//debian 8 contrib
     983
     984Such a file is now automatically produced by project-builder and available on the ftp server at the same place as the packages. E.g. for Debian 8 x86_64 download it from ​ftp://ftp.project-builder.org/debian/8/pb.sources.list
     985
     986If 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.project-builder.org/test/debian/8/pb-test.sources.list
     987
     988Here is a sequence of a successful installation of the stable version of mondo in a Debian 10 container
     989
     990$ docker run --rm -ti debian:10
    1003991root@907ee4f96ec1:/# cd /etc/apt/sources.list.d
    1004992root@907ee4f96ec1:/etc/apt/sources.list.d# apt-get update     
    1005 Ign http://deb.debian.org jessie InRelease             
    1006 Get:1 http://deb.debian.org jessie-updates InRelease [16.3 kB]
    1007 Get:2 http://deb.debian.org jessie Release.gpg [1652 B]                                                           
    1008 Get:3 http://security.debian.org jessie/updates InRelease [44.9 kB]               
    1009 Get:4 http://deb.debian.org jessie-updates/main amd64 Packages [20 B]
    1010 Get:5 http://deb.debian.org jessie Release [77.3 kB]                             
    1011 Get:6 http://security.debian.org jessie/updates/main amd64 Packages [903 kB]
    1012 Get:7 http://deb.debian.org jessie/main amd64 Packages [9098 kB]
    1013 Fetched 10.1 MB in 5s (1806 kB/s) 
     993et:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
     994Get:2 http://deb.debian.org/debian buster InRelease [122 kB]     
     995Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
     996Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [220 kB]
     997Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
     998Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
     999Fetched 8374 kB in 2s (3570 kB/s)                   
    10141000Reading package lists... Done
    10151001root@907ee4f96ec1:/etc/apt/sources.list.d# apt-get install -y wget
     
    10171003Building dependency tree       
    10181004Reading state information... Done
    1019 The following extra packages will be installed:
    1020   ca-certificates libicu52 libidn11 libpsl0 libssl1.0.0 openssl
     1005The following additional packages will be installed:
     1006  ca-certificates libpcre2-8-0 libpsl5 libssl1.1 openssl publicsuffix
    10211007The following NEW packages will be installed:
    1022   ca-certificates libicu52 libidn11 libpsl0 libssl1.0.0 openssl wget
    1023 0 upgraded, 7 newly installed, 0 to remove and 13 not upgraded.
    1024 Need to get 9381 kB of archives.
    1025 After this operation, 35.7 MB of additional disk space will be used.
    1026 Get:1 http://security.debian.org/debian-security/ jessie/updates/main libssl1.0.0 amd64 1.0.1t-1+deb8u12 [1049 kB]
    1027 Get:2 http://deb.debian.org/debian/ jessie/main libicu52 amd64 52.1-8+deb8u7 [6807 kB]
    1028 Get:3 http://security.debian.org/debian-security/ jessie/updates/main libidn11 amd64 1.29-1+deb8u3 [137 kB]
    1029 Get:4 http://security.debian.org/debian-security/ jessie/updates/main wget amd64 1.16-1+deb8u6 [496 kB]
    1030 Get:5 http://deb.debian.org/debian/ jessie/main libpsl0 amd64 0.5.1-1 [41.6 kB]
    1031 Get:6 http://security.debian.org/debian-security/ jessie/updates/main openssl amd64 1.0.1t-1+deb8u12 [666 kB]
    1032 Get:7 http://security.debian.org/debian-security/ jessie/updates/main ca-certificates all 20141019+deb8u4 [185 kB]
    1033 Fetched 9381 kB in 3s (2750 kB/s)   
     1008  ca-certificates libpcre2-8-0 libpsl5 libssl1.1 openssl publicsuffix wget
     10090 upgraded, 7 newly installed, 0 to remove and 20 not upgraded.
     1010Need to get 3825 kB of archives.
     1011After this operation, 10.4 MB of additional disk space will be used.
     1012Get:1 http://deb.debian.org/debian buster/main amd64 libpcre2-8-0 amd64 10.32-5 [213 kB]
     1013Get:2 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
     1014Get:3 http://deb.debian.org/debian buster/main amd64 wget amd64 1.20.1-1.1 [902 kB]
     1015Get:4 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u3 [1538 kB]
     1016Get:5 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u3 [844 kB]
     1017Get:6 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB]
     1018Get:7 http://deb.debian.org/debian buster/main amd64 publicsuffix all 20190415.1030-1 [116 kB]
     1019Fetched 3825 kB in 0s (11.2 MB/s)
    10341020debconf: delaying package configuration, since apt-utils is not installed
    1035 Selecting previously unselected package libssl1.0.0:amd64.
    1036 (Reading database ... 7627 files and directories currently installed.)
    1037 Preparing to unpack .../libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb ...
    1038 Unpacking libssl1.0.0:amd64 (1.0.1t-1+deb8u12) ...
    1039 Selecting previously unselected package libidn11:amd64.
    1040 Preparing to unpack .../libidn11_1.29-1+deb8u3_amd64.deb ...
    1041 Unpacking libidn11:amd64 (1.29-1+deb8u3) ...
    1042 Selecting previously unselected package libicu52:amd64.
    1043 Preparing to unpack .../libicu52_52.1-8+deb8u7_amd64.deb ...
    1044 Unpacking libicu52:amd64 (52.1-8+deb8u7) ...
    1045 Selecting previously unselected package libpsl0:amd64.
    1046 Preparing to unpack .../libpsl0_0.5.1-1_amd64.deb ...
    1047 Unpacking libpsl0:amd64 (0.5.1-1) ...
     1021Selecting previously unselected package libpcre2-8-0:amd64.
     1022(Reading database ... 6674 files and directories currently installed.)
     1023Preparing to unpack .../0-libpcre2-8-0_10.32-5_amd64.deb ...
     1024Unpacking libpcre2-8-0:amd64 (10.32-5) ...
     1025Selecting previously unselected package libpsl5:amd64.
     1026Preparing to unpack .../1-libpsl5_0.20.2-2_amd64.deb ...
     1027Unpacking libpsl5:amd64 (0.20.2-2) ...
    10481028Selecting previously unselected package wget.
    1049 Preparing to unpack .../wget_1.16-1+deb8u6_amd64.deb ...
    1050 Unpacking wget (1.16-1+deb8u6) ...
     1029Preparing to unpack .../2-wget_1.20.1-1.1_amd64.deb ...
     1030Unpacking wget (1.20.1-1.1) ...
     1031Selecting previously unselected package libssl1.1:amd64.
     1032Preparing to unpack .../3-libssl1.1_1.1.1d-0+deb10u3_amd64.deb ...
     1033Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u3) ...
    10511034Selecting previously unselected package openssl.
    1052 Preparing to unpack .../openssl_1.0.1t-1+deb8u12_amd64.deb ...
    1053 Unpacking openssl (1.0.1t-1+deb8u12) ...
     1035Preparing to unpack .../4-openssl_1.1.1d-0+deb10u3_amd64.deb ...
     1036Unpacking openssl (1.1.1d-0+deb10u3) ...
    10541037Selecting previously unselected package ca-certificates.
    1055 Preparing to unpack .../ca-certificates_20141019+deb8u4_all.deb ...
    1056 Unpacking ca-certificates (20141019+deb8u4) ...
    1057 Setting up libssl1.0.0:amd64 (1.0.1t-1+deb8u12) ...
     1038Preparing to unpack .../5-ca-certificates_20200601~deb10u1_all.deb ...
     1039Unpacking ca-certificates (20200601~deb10u1) ...
     1040Selecting previously unselected package publicsuffix.
     1041Preparing to unpack .../6-publicsuffix_20190415.1030-1_all.deb ...
     1042Unpacking publicsuffix (20190415.1030-1) ...
     1043Setting up libpsl5:amd64 (0.20.2-2) ...
     1044Setting up libssl1.1:amd64 (1.1.1d-0+deb10u3) ...
    10581045debconf: unable to initialize frontend: Dialog
    10591046debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
    10601047debconf: falling back to frontend: Readline
    10611048debconf: unable to initialize frontend: Readline
    1062 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
     1049debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
    10631050debconf: falling back to frontend: Teletype
    1064 Setting up libidn11:amd64 (1.29-1+deb8u3) ...
    1065 Setting up libicu52:amd64 (52.1-8+deb8u7) ...
    1066 Setting up libpsl0:amd64 (0.5.1-1) ...
    1067 Setting up wget (1.16-1+deb8u6) ...
    1068 Setting up openssl (1.0.1t-1+deb8u12) ...
    1069 Setting up ca-certificates (20141019+deb8u4) ...
     1051Setting up libpcre2-8-0:amd64 (10.32-5) ...
     1052Setting up openssl (1.1.1d-0+deb10u3) ...
     1053Setting up publicsuffix (20190415.1030-1) ...
     1054Setting up wget (1.20.1-1.1) ...
     1055Setting up ca-certificates (20200601~deb10u1) ...
    10701056debconf: unable to initialize frontend: Dialog
    10711057debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
    10721058debconf: falling back to frontend: Readline
    10731059debconf: unable to initialize frontend: Readline
    1074 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
     1060debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
    10751061debconf: falling back to frontend: Teletype
    1076 Updating certificates in /etc/ssl/certs... 152 added, 0 removed; done.
    1077 Processing triggers for libc-bin (2.19-18+deb8u10) ...
    1078 Processing triggers for ca-certificates (20141019+deb8u4) ...
    1079 Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
    1080 Running hooks in /etc/ca-certificates/update.d....done.
    1081 root@907ee4f96ec1:/etc/apt/sources.list.d# wget ftp://ftp.mondorescue.org/debian/8/mondorescue.sources.list
    1082 converted 'ftp://ftp.mondorescue.org/debian/8/mondorescue.sources.list' (ANSI_X3.4-1968) -> 'ftp://ftp.mondorescue.org/debian/8/mondorescue.sources.list' (UTF-8)
    1083 --2019-11-11 00:12:35--  ftp://ftp.mondorescue.org/debian/8/mondorescue.sources.list
    1084            => 'mondorescue.sources.list'
    1085 Resolving ftp.mondorescue.org (ftp.mondorescue.org)... 185.170.48.239
    1086 Connecting to ftp.mondorescue.org (ftp.mondorescue.org)|185.170.48.239|:21... connected.
    1087 Logging in as anonymous ... Logged in!
    1088 ==> SYST ... done.    ==> PWD ... done.
    1089 ==> TYPE I ... done.  ==> CWD (1) /debian/8 ... done.
    1090 ==> SIZE mondorescue.sources.list ... 100
    1091 ==> PASV ... done.    ==> RETR mondorescue.sources.list ... done.
    1092 Length: 100 (unauthoritative)
    1093 
    1094 mondorescue.sources.list                                       100%[=============================================================================================================>]     100  --.-KB/s   in 0s     
    1095 
    1096 2019-11-11 00:12:36 (17.7 MB/s) - 'mondorescue.sources.list' saved [100]
     1062Updating certificates in /etc/ssl/certs...
     1063126 added, 0 removed; done.
     1064Processing triggers for libc-bin (2.28-10) ...
     1065Processing triggers for ca-certificates (20200601~deb10u1) ...
     1066Updating certificates in /etc/ssl/certs...
     10670 added, 0 removed; done.
     1068Running hooks in /etc/ca-certificates/update.d...
     1069done.
     1070root@907ee4f96ec1:/etc/apt/sources.list.d# wget ftp://ftp.project-builder.org/debian/10/pb.sources.list
     1071
    10971072root@907ee4f96ec1:/etc/apt/sources.list.d# wget ftp://ftp.mondorescue.org/debian/8/mondorescue.pubkey     
    10981073converted 'ftp://ftp.mondorescue.org/debian/8/mondorescue.pubkey' (ANSI_X3.4-1968) -> 'ftp://ftp.mondorescue.org/debian/8/mondorescue.pubkey' (UTF-8)