Ubuntu 24.04 noble on WSL2 Windows 11When using the command apt-get installI get the following error:
E: Malformed entry 1 in list file >/etc/apt/sources.list.d/intel.gpu.focal.list (URI)E: The list of sources could not be read.
content of intel.gpu.focal.list:
deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg]https://repositories.intel.com/graphics/ubuntu noble-devel main
When trying to run gedit I get:
(gedit:2203): Gtk-WARNING **: 17:16:26.818: cannot open display:
I consulted similar questions, however they apply to ubuntu repositories. My problem is the intel graphics repository.The following line is flagged as malconfigured:
deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg]
Intel documentation states:
deb [arch=amd64,i386 signed-by=/usr/share/keyrings/intel-graphics.gpg]
I added i386 but nothing changed.I also imported the Intel graphics gpg key in cd /usr/share/keyrings/So the similar answers didn't help me much.I suppose deb[***] is the problem.
cat -A /etc/apt/sources.list.d/intel.gpu.focal.listdeb https://repositories.intel.com/graphics/ubuntu focal main$deb-src https://repositories.intel.com/graphics/ubuntu focal main$
Anyway there seems to be no intel graphics driver for ubuntu-24.04.I also have a NVDIA card in my laptop. I tried to use this one but to no avail.
Roger