wimpysworld / deb-get

apt-get for .debs published via GitHub or direct download 📦
MIT License
1.35k stars 123 forks source link

Request: Please support Devuan #1094

Open hamensman opened 5 months ago

hamensman commented 5 months ago

Installing deb-get fails because Devuan (systemd-less fork of Debian) is not supported.

$ sudo dpkg -i deb-get_0.4.0-1_all.deb 
(Reading database ... 125877 files and directories currently installed.)
Preparing to unpack deb-get_0.4.0-1_all.deb ...
Unpacking deb-get (0.4.0-1) over (0.4.0-1) ...
Setting up deb-get (0.4.0-1) ...
  [*] WARNING! Devuan is not supported.
  [!] ERROR! Devuan Daedalus is not supported because it is not derived from a supported Debian or Ubuntu release.
dpkg: error processing package deb-get (--install):
 installed deb-get package post-installation script subprocess returned error exit status 1
Processing triggers for man-db (2.11.2-2) ...
Errors were encountered while processing:
 deb-get
philclifford commented 5 months ago

Completing the issue template would perhaps have provided information that might make it possible to extend support to Devuan :

System information

Run the following a paste the output below:

/etc/os-release

cat /etc/os-release

/etc/lsb-release

cat /etc/lsb-release

If none of those exist but a likely alternative does then please indicate that and the relevant contents for current Devuan releases.

hamensman commented 5 months ago

cat /etc/os-release

PRETTY_NAME="Devuan GNU/Linux 5 (daedalus)"
NAME="Devuan GNU/Linux"
VERSION_ID="5"
VERSION="5 (daedalus)"
VERSION_CODENAME="daedalus"
ID=devuan
ID_LIKE=debian
HOME_URL="https://www.devuan.org/"
SUPPORT_URL="https://devuan.org/os/community"
BUG_REPORT_URL="https://bugs.devuan.org/"