Guys, I'm trying to update my zoom client and yum (or yumex) won't let me do an update, so I try to remove the installed one, on the theory that if it isn't there I should be able to install a newer one, by doing "sudo yum remove zoom_x86_64" (where my PWD is the directory where the zoom RPM files live) and it tells me "no packages marked for removal. Reading thru the man page for rpm I can't figure out any other way to do it. Suggestions, any one? Thanks in advance! Fred
Hi> Guys, I'm trying to update my zoom client and yum (or yumex) won't let me > do an update, so I try to remove the installed one, on the theory that if > it isn't there I should be able to install a newer one, by doing "sudo yum > remove zoom_x86_64" (where my PWD is the directory where the zoom RPM > files > live) and it tells me "no packages marked for removal.This should tell you the real name of the package rpm -qa zoom\* Then rpm -e zoom... should remove it. That said, I've never used zoom so I don't really know if they do something special. Regards, Simon> > Reading thru the man page for rpm I can't figure out any other way to do > it. Suggestions, any one? > > Thanks in advance! > > Fred > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >
On Sun, 2023-02-05 at 17:09 -0500, Fred wrote:> Guys, I'm trying to update my zoom client and yum (or yumex) won't let > me > do an update,?That's because CentOS/RHEL 7 is no longer supported. Zoom download page shows 5.13.4.711 as the latest for 7. (5.13.7.683 is the latest for 8+.)> so I try to remove the installed one, on the theory that if > it isn't there I should be able to install a newer oneYou can download and install 5.13.7.683 but it won't start: zoom: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by zoom) zoom: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by zoom) -- Ian