waveterm icon indicating copy to clipboard operation
waveterm copied to clipboard

Outdated dependency referred in installation guide for WSL

Open yaner-here opened this issue 5 months ago • 0 comments

Describe the bug

Wave installation guide for WSL refers to libgconf-2-4 as a dependency, but many Linux distributions have deprecated it in their package sources. More details in Additional Context.

sudo apt install libgconf-2-4 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm-dev libnss3-dev libxss-dev

Developers from Cypress updated their installation guide and I found that it also works for Wave.

apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb

To Reproduce

$ sudo apt install libgconf-2-4
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libgconf-2-4

Expected behavior

None

Screenshots

None

Desktop (please complete the following information):

  • OS: Windows WSL
  • Version: Kali Rolling Distribution in Microsoft Store

Additional context

Regarding the maintenance of libgconf-2-4:

yaner-here avatar Jan 29 '24 08:01 yaner-here