Wireshark 3.0.2 RPM

Issues related to applications and software problems
VeeDub
Posts: 39
Joined: 2019/12/21 02:34:05

Re: Wireshark 3.0.2 RPM

Post by VeeDub » 2021/01/15 22:26:25

@sml

When I try

Code: Select all

sudo yum localinstall wireshark-cli-3.4.0-1.el7.x86_64.rpm
I get

Code: Select all

Loaded plugins: fastestmirror, langpacks
Examining wireshark-cli-3.4.0-1.el7.x86_64.rpm: 1:wireshark-cli-3.4.0-1.el7.x86_64
Marking wireshark-cli-3.4.0-1.el7.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package wireshark-cli.x86_64 1:3.4.0-1.el7 will be installed
--> Processing Dependency: systemd-udev for package: 1:wireshark-cli-3.4.0-1.el7.x86_64
Loading mirror speeds from cached hostfile
 * base: centos.mirror.ausnetservers.net.au
 * elrepo: mirror.ventraip.net.au
 * epel: mirror.aarnet.edu.au
 * extras: mirror.ventraip.net.au
 * updates: centos.mirror.ausnetservers.net.au
--> Finished Dependency Resolution
Error: Package: 1:wireshark-cli-3.4.0-1.el7.x86_64 (/wireshark-cli-3.4.0-1.el7.x86_64)
           Requires: systemd-udev
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

sml
Posts: 305
Joined: 2020/01/17 09:01:44

Re: Wireshark 3.0.2 RPM

Post by sml » 2021/01/16 10:33:36

Ah sorry. I uploaded new versions. Actually, that dependency is spurious, yum --skip-broken wouldn't help here, but rpm -ip --nodeps would.

VeeDub
Posts: 39
Joined: 2019/12/21 02:34:05

Re: Wireshark 3.0.2 RPM

Post by VeeDub » 2021/01/16 12:17:37

@sml

I'm having trouble with the syntax of the command/s

Code: Select all

rpm -ip --nodeps
Can you provide the full install command/s

Thanks

VW

sml
Posts: 305
Joined: 2020/01/17 09:01:44

Re: Wireshark 3.0.2 RPM

Post by sml » 2021/01/16 14:43:15

Then just install it as you did with yum, the dependency problem is fixed now.

The rpm command would be

Code: Select all

yum install c-ares libnghttp2 libpcap libsmi libssh
rpm -ip --nodeps wireshark-cli-3.4.0-1.el7.x86_64.rpm

VeeDub
Posts: 39
Joined: 2019/12/21 02:34:05

Re: Wireshark 3.0.2 RPM

Post by VeeDub » 2021/01/16 22:41:06

Code: Select all

sudo yum install c-ares libnghttp2 libpcap libsmi libssh
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
epel/x86_64/metalink                                     | 5.2 kB     00:00
 * base: mirror.realcompute.io
 * elrepo: syd.mirror.rackspace.com
 * epel: fedora.mirror.serversaustralia.com.au
 * extras: centos.mirror.ausnetservers.net.au
 * updates: mirror.realcompute.io
base                                                     | 3.6 kB     00:00
code                                                     | 3.0 kB     00:00
elrepo                                                   | 3.0 kB     00:00
extras                                                   | 2.9 kB     00:00
teamviewer/x86_64/signature                              |  867 B     00:00
teamviewer/x86_64/signature                              | 2.5 kB     00:00 !!!
updates                                                  | 2.9 kB     00:00
Package c-ares-1.10.0-3.el7.x86_64 already installed and latest version
Package libnghttp2-1.33.0-1.1.el7.x86_64 already installed and latest version
Package 14:libpcap-1.5.3-12.el7.x86_64 already installed and latest version
Package libsmi-0.4.8-13.el7.x86_64 already installed and latest version
Package libssh-0.7.1-7.el7.x86_64 already installed and latest version
Nothing to do
sudo rpm -ip --nodeps wireshark-cli-3.4.0-1.el7.x86_64.rpm
/sbin/ldconfig: /lib64/libxcb.so.1 is not a symbolic link

sml
Posts: 305
Joined: 2020/01/17 09:01:44

Re: Wireshark 3.0.2 RPM

Post by sml » 2021/01/17 10:06:02

VeeDub wrote:
2021/01/16 22:41:06

Code: Select all

/sbin/ldconfig: /lib64/libxcb.so.1 is not a symbolic link
Why?

Code: Select all

$ namei /lib64/libxcb.so.1
f: /lib64/libxcb.so.1
 d /
 l lib64 -> usr/lib64
   d usr
   d lib64
 l libxcb.so.1 -> libxcb.so.1.1.0
   - libxcb.so.1.1.0

Code: Select all

$ rpm -qf /lib64/libxcb.so.1
libxcb-1.13-1.el7.x86_64

VeeDub
Posts: 39
Joined: 2019/12/21 02:34:05

Re: Wireshark 3.0.2 RPM

Post by VeeDub » 2021/01/17 10:29:19

@sml

My results:

Code: Select all

$ namei /lib64/libxcb.so.1
f: /lib64/libxcb.so.1
 d /
 l lib64 -> usr/lib64
   d usr
   d lib64
 - libxcb.so.1

$ rpm -qf /lib64/libxcb.so.1
libxcb-1.13-1.el7.x86_64

sml
Posts: 305
Joined: 2020/01/17 09:01:44

Re: Wireshark 3.0.2 RPM

Post by sml » 2021/01/17 10:56:45

What is the output of rpm -V libxcb?

VeeDub
Posts: 39
Joined: 2019/12/21 02:34:05

Re: Wireshark 3.0.2 RPM

Post by VeeDub » 2021/01/17 11:38:26

Code: Select all

$ rpm -V libxcb
SM5....T.    /usr/lib64/libxcb.so.1

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Wireshark 3.0.2 RPM

Post by TrevorH » 2021/01/17 12:15:08

yum reinstall libxcb
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply