-
-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation fails #254
Comments
What is the version of your Ubuntu WFS2 ? |
It's Ubuntu 20.04 |
In this case, you will have to fetch the latest version like that (inside a terminal) : cd ~ && wget https://github.com/muesli/duf/releases/download/v0.8.1/duf_0.8.1_linux_amd64.deb && sudo dpkg -i ./duf_0.8.1_linux_amd64.deb Hope it help...
Follow new instructions to install the last version !!! |
Jup, I ran into the same mistake. Also, WSL - Debian 12.
|
again me..
I run more or less into the same error |
Can you post output of :
|
Nope, sorry.
|
Please do :
Then recheck « duf »... |
I do not want to be arrogant, but this is the first command for me, if something is wrong :)
|
I just don't understand why it doesn't run properly at your side...
|
I have also Ubuntu 22.04 on same windows machine and it also work :
|
Sorry for the late answer. This worked perfectly. |
The problem (probably not a problem) is, it seems it's not available in the distro's package manager by default, for Debian 12; it is there for Debian 11 though. |
Hello,
I wanted to run duf on my Ubuntu linux WSL2 system.
Installing it with
sudo apt install duf
failed with
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package duf
Then I tried the way with go build.
After running
cd duf
./duf
I got
mkoeller01@DESKTOP-MI8NFQP:~/duf$ ./duf
panic: runtime error: index out of range [11] with length 11
goroutine 1 [running]:
main.parseMountInfoLine({0xc0000f00c0?, 0x0?})
/home/mkoeller01/duf/mounts_linux.go:165 +0x299
main.mounts()
/home/mkoeller01/duf/mounts_linux.go:61 +0x17e
main.main()
/home/mkoeller01/duf/main.go:166 +0x1d3
Any idea how I can run that program simply to see if I like it?
The text was updated successfully, but these errors were encountered: