fedora 41 installation package fail…!! - “wireshark-cli”
For future reference when you are reporting a problem you need to provide enoiugh infomation so that people can help you.
- What did you do
- What did you see
- Why is that not what you expected
I tried the the install and it works for me. I use dnf.
$ sudo dnf install --refresh wireshark-cli
Updating and loading repositories:
Repositories loaded.
Package Arch Version Repository Size
Installing:
wireshark-cli aarch64 1:4.4.1-1.fc41 updates 94.3 MiB
Installing dependencies:
bcg729 aarch64 1.1.1-10.fc41 fedora 231.9 KiB
libsmi aarch64 0.4.8-41.fc41 fedora 21.6 MiB
spandsp aarch64 0.0.6-19.fc41 fedora 896.7 KiB
speexdsp aarch64 1.2.1-7.fc41 fedora 629.1 KiB
Transaction Summary:
Installing: 5 packages
Total size of inbound packages is 22 MiB. Need to download 22 MiB.
After this operation, 118 MiB extra will be used (install 118 MiB, remove 0 B).
Is this ok [y/N]: y
[1/5] bcg729-0:1.1.1-10.fc41.aarch64 100% | 128.9 KiB/s | 53.4 KiB | 00m00s
[2/5] spandsp-0:0.0.6-19.fc41.aarch64 100% | 2.0 MiB/s | 332.0 KiB | 00m00s
[3/5] speexdsp-0:1.2.1-7.fc41.aarch64 100% | 3.8 MiB/s | 450.9 KiB | 00m00s
[4/5] libsmi-0:0.4.8-41.fc41.aarch64 100% | 2.3 MiB/s | 2.6 MiB | 00m01s
[5/5] wireshark-cli-1:4.4.1-1.fc41.aarch64 100% | 4.3 MiB/s | 19.0 MiB | 00m04s
------------------------------------------------------------------------------------------------------------------------
[5/5] Total 100% | 4.3 MiB/s | 22.4 MiB | 00m05s
Running transaction
[1/7] Verify package files 100% | 94.0 B/s | 5.0 B | 00m00s
[2/7] Prepare transaction 100% | 15.0 B/s | 5.0 B | 00m00s
[3/7] Installing speexdsp-0:1.2.1-7.fc41.aarch64 100% | 51.4 MiB/s | 631.2 KiB | 00m00s
[4/7] Installing spandsp-0:0.0.6-19.fc41.aarch64 100% | 146.3 MiB/s | 898.8 KiB | 00m00s
[5/7] Installing libsmi-0:0.4.8-41.fc41.aarch64 100% | 127.8 MiB/s | 21.7 MiB | 00m00s
[6/7] Installing bcg729-0:1.1.1-10.fc41.aarch64 100% | 9.1 MiB/s | 233.5 KiB | 00m00s
[7/7] Installing wireshark-cli-1:4.4.1-1.fc41.aarch64 100% | 112.0 MiB/s | 94.3 MiB | 00m01s
Complete!
I fixed a couple typos in your dnf command line.
It was sudi dnf install --refreshwireshark-cli
1 Like
Doh! Thanks for fixing! i always login as root and do not use sudo that much.
I copy-n-pasted what I ran as root then edited in the sudo.
1 Like
if a package fails during (clean) installation, the whole installation stops.
would be better to skip a failing package and continue with installation…