can't install ecodmsserver on crunchbang++ / Debian 9 stretch distro2019 Community Moderator ElectionTrouble migrating from Yum to apt-getUpgrade debian from oldstable (squeeze) to unstable (sid)Sample /etc/apt/sources.list for Linux Mint 17uninitialized constant XML::SaxParser / Error retrieving bug reports from the serverInstall Java 8 on ARM Nas (Debian Wheezy)Debian security updatesapt pinning priority restricted:How to install a package behind an overly restricted firewallapt update isn't working on Debian 9How to get rid of a PPA?
Java - What do constructor type arguments mean when placed *before* the type?
Can the harmonic series explain the origin of the major scale?
Stereotypical names
How to interpret the phrase "t’en a fait voir à toi"?
How to prevent YouTube from showing already watched videos?
How can I raise concerns with a new DM about XP splitting?
Can I create an upright 7-foot × 5-foot wall with the Minor Illusion spell?
Could solar power be utilized and substitute coal in the 19th century?
Can I Retrieve Email Addresses from BCC?
What is the term when two people sing in harmony, but they aren't singing the same notes?
Should my PhD thesis be submitted under my legal name?
Can a malicious addon access internet history and such in chrome/firefox?
Reply ‘no position’ while the job posting is still there (‘HiWi’ position in Germany)
Installing PowerShell on 32-bit Kali OS fails
What is Sitecore Managed Cloud?
How to check participants in at events?
How to deal with or prevent idle in the test team?
Simple image editor tool to draw a simple box/rectangle in an existing image
Is there a good way to store credentials outside of a password manager?
Proof of Lemma: Every integer can be written as a product of primes
Is there a problem with hiding "forgot password" until it's needed?
Freedom of speech and where it applies
What (else) happened July 1st 1858 in London?
How do I repair my stair bannister?
can't install ecodmsserver on crunchbang++ / Debian 9 stretch distro
2019 Community Moderator ElectionTrouble migrating from Yum to apt-getUpgrade debian from oldstable (squeeze) to unstable (sid)Sample /etc/apt/sources.list for Linux Mint 17uninitialized constant XML::SaxParser / Error retrieving bug reports from the serverInstall Java 8 on ARM Nas (Debian Wheezy)Debian security updatesapt pinning priority restricted:How to install a package behind an overly restricted firewallapt update isn't working on Debian 9How to get rid of a PPA?
I tried to install "ecodms Server" on linux according to the installation manual.
but i have several issues installing the software, which leads me to the assumption that i am missing in general some dep sources in etc/apt/sources.list
When i try to install the software, I'll get following info (in german)
Die folgenden Pakete haben unerfüllte Abhängigkeiten: ecodmsserver : Hängt ab von: libqt5sql5 soll aber nicht installiert werden Hängt ab von: libqt5xml5 soll aber nicht installiert werden Hängt ab von: libqt5sql5-psql soll aber nicht installiert werden Hängt ab von: postgresql soll aber nicht installiert werden Hängt ab von: samba soll aber nicht installiert werden Hängt ab von: postgresql soll aber nicht installiert werden Hängt ab von: oracle-java8-unlimited-jce-policy ist aber nicht installierbar oder openjdk-8-jre soll aber nicht installiert werden Hängt ab von: libapr1 ist aber nicht installierbar haveged : Hängt ab von: libhavege1 (>= 1.9.0) ist aber nicht installierbar
i am on debian 9 strech. It says depends on but should not be installed or depends on and is Not installable. I tried to install them individually but with no success
ANy ideas how i can fix this?
Note: replaced the hashtag-char wir (hashtag), since the lone Would be bold$
sources.list
#
(Hashtag) deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 LIVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free
(hashtag)deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 LIVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free
deb http://security.debian.org/debian-security stretch/updates main contrib non-free
deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free
deb http://www.ecodms.de/ecodms_180964/stretch /
debian apt dependencies
New contributor
add a comment |
I tried to install "ecodms Server" on linux according to the installation manual.
but i have several issues installing the software, which leads me to the assumption that i am missing in general some dep sources in etc/apt/sources.list
When i try to install the software, I'll get following info (in german)
Die folgenden Pakete haben unerfüllte Abhängigkeiten: ecodmsserver : Hängt ab von: libqt5sql5 soll aber nicht installiert werden Hängt ab von: libqt5xml5 soll aber nicht installiert werden Hängt ab von: libqt5sql5-psql soll aber nicht installiert werden Hängt ab von: postgresql soll aber nicht installiert werden Hängt ab von: samba soll aber nicht installiert werden Hängt ab von: postgresql soll aber nicht installiert werden Hängt ab von: oracle-java8-unlimited-jce-policy ist aber nicht installierbar oder openjdk-8-jre soll aber nicht installiert werden Hängt ab von: libapr1 ist aber nicht installierbar haveged : Hängt ab von: libhavege1 (>= 1.9.0) ist aber nicht installierbar
i am on debian 9 strech. It says depends on but should not be installed or depends on and is Not installable. I tried to install them individually but with no success
ANy ideas how i can fix this?
Note: replaced the hashtag-char wir (hashtag), since the lone Would be bold$
sources.list
#
(Hashtag) deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 LIVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free
(hashtag)deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 LIVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free
deb http://security.debian.org/debian-security stretch/updates main contrib non-free
deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free
deb http://www.ecodms.de/ecodms_180964/stretch /
debian apt dependencies
New contributor
2
do you already have some oracle java 8 repository configured . Search by this, that is probably the answer.
– Luciano Andress Martini
Mar 22 at 18:01
1
Welcome, could you add the output ofcat /etc/apt/sources.list
– GAD3R
Mar 22 at 18:01
deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 LIVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free #deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 L IVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free deb security.debian.org/debian-security stretch/updates main contrib non-free deb-src security.debian.org/debian-security stretch/updates main contrib non-free deb ecodms.de/ecodms_180964/stretch /
– Tony B
Mar 22 at 18:18
add a comment |
I tried to install "ecodms Server" on linux according to the installation manual.
but i have several issues installing the software, which leads me to the assumption that i am missing in general some dep sources in etc/apt/sources.list
When i try to install the software, I'll get following info (in german)
Die folgenden Pakete haben unerfüllte Abhängigkeiten: ecodmsserver : Hängt ab von: libqt5sql5 soll aber nicht installiert werden Hängt ab von: libqt5xml5 soll aber nicht installiert werden Hängt ab von: libqt5sql5-psql soll aber nicht installiert werden Hängt ab von: postgresql soll aber nicht installiert werden Hängt ab von: samba soll aber nicht installiert werden Hängt ab von: postgresql soll aber nicht installiert werden Hängt ab von: oracle-java8-unlimited-jce-policy ist aber nicht installierbar oder openjdk-8-jre soll aber nicht installiert werden Hängt ab von: libapr1 ist aber nicht installierbar haveged : Hängt ab von: libhavege1 (>= 1.9.0) ist aber nicht installierbar
i am on debian 9 strech. It says depends on but should not be installed or depends on and is Not installable. I tried to install them individually but with no success
ANy ideas how i can fix this?
Note: replaced the hashtag-char wir (hashtag), since the lone Would be bold$
sources.list
#
(Hashtag) deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 LIVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free
(hashtag)deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 LIVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free
deb http://security.debian.org/debian-security stretch/updates main contrib non-free
deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free
deb http://www.ecodms.de/ecodms_180964/stretch /
debian apt dependencies
New contributor
I tried to install "ecodms Server" on linux according to the installation manual.
but i have several issues installing the software, which leads me to the assumption that i am missing in general some dep sources in etc/apt/sources.list
When i try to install the software, I'll get following info (in german)
Die folgenden Pakete haben unerfüllte Abhängigkeiten: ecodmsserver : Hängt ab von: libqt5sql5 soll aber nicht installiert werden Hängt ab von: libqt5xml5 soll aber nicht installiert werden Hängt ab von: libqt5sql5-psql soll aber nicht installiert werden Hängt ab von: postgresql soll aber nicht installiert werden Hängt ab von: samba soll aber nicht installiert werden Hängt ab von: postgresql soll aber nicht installiert werden Hängt ab von: oracle-java8-unlimited-jce-policy ist aber nicht installierbar oder openjdk-8-jre soll aber nicht installiert werden Hängt ab von: libapr1 ist aber nicht installierbar haveged : Hängt ab von: libhavege1 (>= 1.9.0) ist aber nicht installierbar
i am on debian 9 strech. It says depends on but should not be installed or depends on and is Not installable. I tried to install them individually but with no success
ANy ideas how i can fix this?
Note: replaced the hashtag-char wir (hashtag), since the lone Would be bold$
sources.list
#
(Hashtag) deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 LIVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free
(hashtag)deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 LIVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free
deb http://security.debian.org/debian-security stretch/updates main contrib non-free
deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free
deb http://www.ecodms.de/ecodms_180964/stretch /
debian apt dependencies
debian apt dependencies
New contributor
New contributor
edited Mar 22 at 23:30
Tony B
New contributor
asked Mar 22 at 17:42
Tony BTony B
13
13
New contributor
New contributor
2
do you already have some oracle java 8 repository configured . Search by this, that is probably the answer.
– Luciano Andress Martini
Mar 22 at 18:01
1
Welcome, could you add the output ofcat /etc/apt/sources.list
– GAD3R
Mar 22 at 18:01
deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 LIVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free #deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 L IVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free deb security.debian.org/debian-security stretch/updates main contrib non-free deb-src security.debian.org/debian-security stretch/updates main contrib non-free deb ecodms.de/ecodms_180964/stretch /
– Tony B
Mar 22 at 18:18
add a comment |
2
do you already have some oracle java 8 repository configured . Search by this, that is probably the answer.
– Luciano Andress Martini
Mar 22 at 18:01
1
Welcome, could you add the output ofcat /etc/apt/sources.list
– GAD3R
Mar 22 at 18:01
deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 LIVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free #deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 L IVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free deb security.debian.org/debian-security stretch/updates main contrib non-free deb-src security.debian.org/debian-security stretch/updates main contrib non-free deb ecodms.de/ecodms_180964/stretch /
– Tony B
Mar 22 at 18:18
2
2
do you already have some oracle java 8 repository configured . Search by this, that is probably the answer.
– Luciano Andress Martini
Mar 22 at 18:01
do you already have some oracle java 8 repository configured . Search by this, that is probably the answer.
– Luciano Andress Martini
Mar 22 at 18:01
1
1
Welcome, could you add the output of
cat /etc/apt/sources.list
– GAD3R
Mar 22 at 18:01
Welcome, could you add the output of
cat /etc/apt/sources.list
– GAD3R
Mar 22 at 18:01
deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 LIVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free #deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 L IVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free deb security.debian.org/debian-security stretch/updates main contrib non-free deb-src security.debian.org/debian-security stretch/updates main contrib non-free deb ecodms.de/ecodms_180964/stretch /
– Tony B
Mar 22 at 18:18
deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 LIVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free #deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 L IVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free deb security.debian.org/debian-security stretch/updates main contrib non-free deb-src security.debian.org/debian-security stretch/updates main contrib non-free deb ecodms.de/ecodms_180964/stretch /
– Tony B
Mar 22 at 18:18
add a comment |
1 Answer
1
active
oldest
votes
As I could install haveget on my other system (SparkyLinux, also Debian based) and compared the sources list, I added following missing entries:
deb http://ftp.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.debian.org/debian/ testing main contrib non-free
deb http://httpredir.debian.org/debian stretch-backports main contrib non-free
then I executed:
apt-get update
apt --fix-broken install
with those, the installation executed successfully.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Tony B is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f508041%2fcant-install-ecodmsserver-on-crunchbang-debian-9-stretch-distro%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
As I could install haveget on my other system (SparkyLinux, also Debian based) and compared the sources list, I added following missing entries:
deb http://ftp.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.debian.org/debian/ testing main contrib non-free
deb http://httpredir.debian.org/debian stretch-backports main contrib non-free
then I executed:
apt-get update
apt --fix-broken install
with those, the installation executed successfully.
New contributor
add a comment |
As I could install haveget on my other system (SparkyLinux, also Debian based) and compared the sources list, I added following missing entries:
deb http://ftp.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.debian.org/debian/ testing main contrib non-free
deb http://httpredir.debian.org/debian stretch-backports main contrib non-free
then I executed:
apt-get update
apt --fix-broken install
with those, the installation executed successfully.
New contributor
add a comment |
As I could install haveget on my other system (SparkyLinux, also Debian based) and compared the sources list, I added following missing entries:
deb http://ftp.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.debian.org/debian/ testing main contrib non-free
deb http://httpredir.debian.org/debian stretch-backports main contrib non-free
then I executed:
apt-get update
apt --fix-broken install
with those, the installation executed successfully.
New contributor
As I could install haveget on my other system (SparkyLinux, also Debian based) and compared the sources list, I added following missing entries:
deb http://ftp.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.debian.org/debian/ testing main contrib non-free
deb http://httpredir.debian.org/debian stretch-backports main contrib non-free
then I executed:
apt-get update
apt --fix-broken install
with those, the installation executed successfully.
New contributor
edited yesterday
Jeff Schaller
43.8k1161141
43.8k1161141
New contributor
answered 2 days ago
Tony BTony B
13
13
New contributor
New contributor
add a comment |
add a comment |
Tony B is a new contributor. Be nice, and check out our Code of Conduct.
Tony B is a new contributor. Be nice, and check out our Code of Conduct.
Tony B is a new contributor. Be nice, and check out our Code of Conduct.
Tony B is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f508041%2fcant-install-ecodmsserver-on-crunchbang-debian-9-stretch-distro%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
-apt, debian, dependencies
2
do you already have some oracle java 8 repository configured . Search by this, that is probably the answer.
– Luciano Andress Martini
Mar 22 at 18:01
1
Welcome, could you add the output of
cat /etc/apt/sources.list
– GAD3R
Mar 22 at 18:01
deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 LIVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free #deb cdrom:[Debian GNU/Linux 9 Stretch - Official Snapshot amd64 L IVE/INSTALL Binary 20170621-14:43]/ stretch contrib main non-free deb security.debian.org/debian-security stretch/updates main contrib non-free deb-src security.debian.org/debian-security stretch/updates main contrib non-free deb ecodms.de/ecodms_180964/stretch /
– Tony B
Mar 22 at 18:18