Hi everyone,
If I want to install from .deb file from http://download.opensuse.org/repositori ... n_9.0/all/. What should I install first? I tried it but I think there are dependencies.
Example. If I install python-opsi_4.1.1.47-1_all.deb , I got this error :
dpkg: error processing package python-opsi (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
python-opsi
I tried to install using apt install opsi-server , but I'm getting this error Unable to correct problems, you have held broken packages.
Manual installation using .deb package
Re: Manual installation using .deb package
Hey there,
you could try to resolve the dependencies manually using the Tool. I would not recommend it. If you just want to prevent upgrades you could use .
you could try to resolve the dependencies manually using the
Code: Alles auswählen
apt-cache depends PACKAGENAME
Code: Alles auswählen
apt-mark hold PACKAGENAME
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Manual installation using .deb package
Thanks a lot. This was resolved by adding this in apt.conf
Acquire::http::Proxy::repo.internal.local DIRECT;
The repo.internal.local is the local repository.
Btw, I didn't use .deb files, I followed the installation guide as it is posted in the website. Thank you.
Acquire::http::Proxy::repo.internal.local DIRECT;
The repo.internal.local is the local repository.
Btw, I didn't use .deb files, I followed the installation guide as it is posted in the website. Thank you.