Replies: 2 comments 1 reply
-
Thank you for the feedback, I will mark |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can also use
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
wslu
package for Ubuntu (including the latest PPA for 22.04) has huge number of dependencies which are required to be installed with it:61 packages, 177 MB
The numbers were counted in the normal Ubuntu installation inside WSL2.
Currently I need just
wslview
. Installing so many packages because of that is unacceptable. So I wrote a small installer - currently just forwslview
:https://gist.github.com/vbrozik/2dff5d7a235484388a8e5d460d979c2e
Of course the script will break if you change the installation process of
wslview
:(It would be great if you consider limiting the dependencies or splitting the
wslu
package so thatwslview
could be installed without them.I think the unreasonable dependencies can prevent wider spread of the very useful tool. Maybe it is one of the reasons why it is not installed by default in Ubuntu any more.
Beta Was this translation helpful? Give feedback.
All reactions