How to use opencv-python on WSL2 Ubuntu20.04
I have just installed a Ubuntu-20.04 on WSL2. And I installed a miniconda env with python 3.7, and then I installed opencv-python by "conda install opencv". But when I try the simplest cv2.imshow, it...
View ArticleMultiple UtilTranslatePathList errors when restarting Ubuntu on WSL after a...
After performing a sudo systemctl poweroff in Ubuntu in WSL and restarting, I'm seeing:<3>WSL (814) ERROR: UtilTranslatePathList:2671: Failed to translate C:\Program...
View ArticleBroken dpkg prevents installing python3 on Ubuntu 24.04
I've recently updated WLS2-Win11 to Ubuntu 24.04 on my Intel-CPU computer. After removing Python 3.8, I tried installing Python 3.12.Command sudo apt-get update; sudo apt-get upgrade leads to the...
View ArticleHow to transfer Ubuntu on WSL from one laptop to another?
New to Linux and Ubuntu. I am trying to transfer my old Ubuntu WSL files to my new Windows 11 laptop.I have gone through similar questions, but none seems to help my case.I am trying to clone the WSL...
View ArticleHow to open a video file in Windows using the Ubuntu terminal?
So I am learning the Linux/Ubuntu command line. One of the things I want to be able to do is to use the Ubuntu terminal (Windows Subsystem for Linux) to open video files (mp4) on my computer (Windows...
View ArticleInstalling x3270 for Hercules on WSL
getting these errors during sudo apt install x3270:Err:1 http://archive.ubuntu.com/ubuntu jammy/universe amd64 3270-common amd64 4.1ga10-1.1 Temporary failure resolving 'archive.ubuntu.com'Err:2...
View ArticleError: The repository 'http://http.kali.org/kali kali-rolling InRelease' is...
I got the following error:E: The repository 'http://http.kali.org/kali kali-rolling InRelease' is not signed
View ArticlePermission Error copying files into Ubuntu on Windows with Windows copy/paste
I'm currently using Ubuntu on Windows from the Microsoft Store.To try some of my Python scripts, I copied and pasted them to the documents folder I can access with Ubuntu...
View Articleerror 2147942402 (0x80070002) when launching `ubuntu2404.exe' error while...
Recently I downloaded Ubuntu- 24.04 LTS on my Windows PC through terminal wsl --install -d Ubuntu-24.04. It downloaded successfully, and then it launched with an error:error 2147942402 (0x80070002)...
View ArticleUbuntu installing process in windows
I have installed Ubuntu in my Windows 11 Pro using WSL, but in the folder it's having a ext4 file.
View ArticleCan't use OpenGL 3.3+ in WSL (Windows 11)
Both of my GPU and CPU support up to OpenGL 4.6 and my drivers are up-to-date. However, my Ubuntu 20.04 on WSL only supports 3.3 . Here's what glxinfo says:glxinfo | grep "OpenGL"OpenGL vendor string:...
View ArticleMicroStack Cluster login to juju fail
I am trying to install MicroStack on WSL2 ( Windows 11) ona fresh Ubunut-22.04 (Jammy) distribution.I am following this tutorial https://microstack.run/docs/single-node.My proplems start at the...
View ArticleHow to install a desktop GUI on WSL2?
A newbie here. I spent a couple weeks trying to use a desktop GUI on WSL using xfce4 and xrdp. I already tried a couple ways, following some tutorials to make it work, had no success though. So I don't...
View ArticleHow to upgrade openssh to a particular version in WSL2
I try to connect to a Cisco 9300 switch from my Windows 10 laptop running WSL2 with Ubuntu 22.04. It can reach the switch and after enter the credential, it connected, then disconnected with the error...
View ArticleI have installed buildkit, and I can run the deamon manually. I want to...
Installed with this:tar -C ~/.local/bin/ -xzf /tmp/nerdctl.tar.gz --strip-components 1 bin/buildkitd bin/buildctlRun the deamon with this:sudo $(which buildkitd) &which buildkitd returns this:...
View ArticleWindows Subsystem for Linux - Network Configuration
I am working with windows subsystem for linux as an SSH client with another Ubuntu VM.For my work I need to have the same IP address in the two machines, but the problem seems to be that there is no...
View ArticleNot able to use X server on Ubuntu because of display error
Whenever I try to connect to my VcXsrv server, I get the error: Can't open display: localhost:0.0. I have tried everything, but I can't seem to resolve this error. What do I do?
View ArticleSuggestions to integration b/w windows and ubuntu through wsl [closed]
Feature Suggestion for WSLHi there,I’ve been using WSL and really appreciate how it bridges the gap between Windows and Linux. I have a few ideas that I think could make WSL even better, especially for...
View ArticleGPU not working with WSL 2 running Ubuntu 22.04
I had an issue with my computer and had to completely reinstall windows on my machine. I previously had CUDA working with WSL and could run PyTorch models using my GPU. However it seems that WSL can't...
View ArticleHow to setup a specific ethernet interface for WSL (Ubuntu 20.04)?
On Windows 10 I have a 20.04 Ubuntu WSL and I want to connect the ethernet connection through a specific ethernet interface. On windows powershell I get this info for that specific device:Wireless LAN...
View Article