MantisBT - Site |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0003605 | Site | [All Projects] Documentation | public | 2019-02-07 15:08 | 2019-02-11 14:38 |
|
Reporter | WubTheCaptain | |
Assigned To | Blzut3 | |
Priority | normal | Severity | trivial | Reproducibility | have not tried |
Status | acknowledged | Resolution | open | |
Platform | | OS | | OS Version | |
|
Summary | 0003605: debian.drdteam.org instructions depend on apt-add-repository, which is not installed in Debian by default |
Description | Although the instructions at DRD Team Debian Package Repository index page are aimed mainly for Ubuntu (and truthfully, no dists exists in the repository for Debian but Ubuntu's multiverse dist), many of the packages work with Debian too.
Unfortunately for Debian users, there's a dependency on apt-add-repository(1) (software-properties-common package) which is not installed in Debian by default. I don't find much reason to prefer the apt-add-repository(1) script over something more trivial, let's say, tee(1) or stdout redirection.
Would the DRD Team accommodate Debian users by changing the command a little bit, by removing the dependency on apt-add-repository(1)? That's one thing less to install for Debian users. |
Steps To Reproduce | Quote from http://debian.drdteam.org/ To use, use the following command or add the "deb ..." line to your /etc/apt/sources.list:
$ wget -O-'http://debian.drdteam.org/drdteam.gpg [^]' | sudo apt-key add -
$ sudo apt-add-repository 'deb'http://debian.drdteam.org/ [^]' stable multiverse' |
Additional Information | $ dpkg -S $(which apt-add-repository tee)
software-properties-common: /usr/bin/apt-add-repository
coreutils: /usr/bin/tee |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-02-07 15:08 | WubTheCaptain | New Issue | |
2019-02-07 15:09 | WubTheCaptain | Note Added: 0020342 | |
2019-02-07 15:11 | WubTheCaptain | Note Edited: 0020342 | bug_revision_view_page.php?bugnote_id=20342#r12399 |
2019-02-07 15:12 | WubTheCaptain | Note Edited: 0020342 | bug_revision_view_page.php?bugnote_id=20342#r12400 |
2019-02-08 02:56 | Blzut3 | Note Added: 0020355 | |
2019-02-08 02:56 | Blzut3 | Assigned To | => Blzut3 |
2019-02-08 02:56 | Blzut3 | Status | new => acknowledged |
2019-02-11 14:38 | WubTheCaptain | Note Added: 0020363 | |