Opened 4 years ago

Closed 4 years ago

#851 closed defect (fixed)

debian deps incorrect for debian 9 and 10

Reported by: Bruno Cornec Owned by: Bruno Cornec
Priority: normal Milestone: 3.3.0
Component: mondo Version: 3.2.2
Severity: normal Keywords:
Cc:

Description

afio is missing from Debian. We need to make the dep based on star then

Change History (1)

comment:1 by Bruno Cornec, 4 years ago

Resolution: fixed
Status: newclosed

afio is in the non-free repo starting with debian 9.

In order to install users need to do the following:

perl -pi -e 's/main/main non-free/' /etc/apt/sources.list
wget ftp://ftp.mondorescue.org/debian/9/mondorescue.sources.list
wget ftp://ftp.mondorescue.org/debian/9/mondorescue.pubkey
apt-get install gnupg2
apt-key add mondorescue.pubkey
apt-get install mondo
Note: See TracTickets for help on using tickets.