bacalazin
Results
2
comments of
bacalazin
Same issue here when trying to install it on ubuntu 22 inside wsl2: ``` sudo apt -y install libnotify-dev Reading package lists... Done Building dependency tree... Done Reading state information......
What I did to fix my issue was to downgrade the version of "libpcre3" to the version of ubuntu 22. `sudo apt-get install libpcre3=2:8.39-13ubuntu0.22.04.1` Fixed my issue