Configuring a New Install of Parrot OS and I'm getting an error with [libelf-dev] and the dependency [libelf1].
I went around looking to replace, uninstall or install side by side the version it requested, but obviously it won't let me. I'm hoping someone has a work around or a way to use the updated version?
When I attempt to install the DisplayLink driver I get this error message :
The following packages have unmet dependencies: libelf-dev : Depends: libelf1 (= 0.183-1) but 0.187-1~bpo11+1 is to be installed E: Unable to correct problems, you have held broken packages. libelf-dev installation failed. Aborting.
The full output look like this
sudo ./displaylink-debian.sh
--------------------------- displaylink-debian -------------------------------
DisplayLink driver installer for Debian and Ubuntu based Linux distributions:
* Debian, Ubuntu, Elementary OS, Mint, Kali, Deepin and many more!
* Full list of all supported platforms: http://bit.ly/2zrwz2u
* When submitting a new issue, include Debug information
Options:
[I]nstall
[D]ebug
[R]e-install
[U]ninstall
[Q]uit
Select a key: [i/d/r/u/q]: i
-------------------------------------------------------------------
Checking dependencies
unzip is installed
linux-headers-6.0.0-12parrot1-amd64 is installed
dkms is installed
lsb-release is installed
linux-source is installed
x11-xserver-utils is installed
wget is installed
libdrm-dev is installed
dpkg-query: package 'libelf-dev' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
libelf-dev not found! Install? [Y/n] Y
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libelf-dev : Depends: libelf1 (= 0.183-1) but 0.187-1~bpo11+1 is to be installed
E: Unable to correct problems, you have held broken packages.
libelf-dev installation failed. Aborting.
Heres the Debug Output
--------------------------- displaylink-debian -------------------------------
DisplayLink driver installer for Debian and Ubuntu based Linux distributions:
* Debian, Ubuntu, Elementary OS, Mint, Kali, Deepin and many more!
* Full list of all supported platforms: http://bit.ly/2zrwz2u
* When submitting a new issue, include Debug information
Options:
[I]nstall
[D]ebug
[R]e-install
[U]ninstall
[Q]uit
Select a key: [i/d/r/u/q]: D
-------------------------------------------------------------------
Starting Debug ...
Did you read Post Installation Guide? http://bit.ly/2TbZleK [y/N] y
Did you read Troubleshooting most common issues? http://bit.ly/2Rofd0x [y/N] y
--------------- Linux system info ----------------
Distro: Parrot
Release: ara
Kernel: 6.0.0-12parrot1-amd64
---------------- DisplayLink info ----------------
Driver version: 1.9.0+dfsg
DisplayLink service status:
EVDI service version: /sys/devices/evdi/version not found
------------------ Graphics card -----------------
Vendor: i915
Subsystem: Graphics
VGA: Intel Corporation Iris Graphics 540 (rev 0a)
VGA (3D):
X11 version: 1.20.11-1+deb11u5
X11 configs: /etc/X11/xorg.conf.d/00-keyboard.conf
-------------- DisplayLink xorg.conf -------------
File: /etc/X11/xorg.conf.d/20-displaylink.conf
cat: /etc/X11/xorg.conf.d/20-displaylink.conf: No such file or directory
Contents:
-------------------- Monitors --------------------
Providers: number : 1
Provider 0: id: 0x47 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 5 associated providers: 0 name:modesetting
-------------------------------------------------------------------
Use this information when submitting an issue (http://bit.ly/2GLDlpY)
-------------------------------------------------------------------
Hi @Eretetiq the message gives you everything you need to resolve this issue.
It's a dependency issue and you need to find a way to install those files.
I'm closing this, as this is not displaylink-debian related.
Configuring a New Install of Parrot OS and I'm getting an error with [libelf-dev] and the dependency [libelf1].
I went around looking to replace, uninstall or install side by side the version it requested, but obviously it won't let me. I'm hoping someone has a work around or a way to use the updated version?
When I attempt to install the DisplayLink driver I get this error message :
The following packages have unmet dependencies: libelf-dev : Depends: libelf1 (= 0.183-1) but 0.187-1~bpo11+1 is to be installed E: Unable to correct problems, you have held broken packages. libelf-dev installation failed. Aborting.
The full output look like this
Heres the Debug Output