On Fri, 12 Jul 2013 18:23:46 -0700, Richard Vickery wrote: > > | YUM for Linux (YUM) > > | > > | Adobe Flash Player version 11.2.202.297 > > | Your system: Linux 64-bit, Firefox | 4.3 KB > > > > | .rpm for other Linux > > | > > | Adobe Flash Player version 11.2.202.297 > > | Your system: Linux 64-bit, Firefox | 6.88 MB > > > > $ rpm -q flash-plugin > > flash-plugin-11.2.202.297-release.x86_64 > > > > $ yum list flash-plugin > > Loaded plugins: langpacks, refresh-packagekit > > Installed Packages > > flash-plugin.x86_64 11.2.202.297-release > @adobe-linux-x86_64 > > > > I am yum installing the release.x86_64 package rather than the yum package. > Will there any problem with this? There are no "yum packages". Yum installs .rpm packages. "man yum" explains the details. So, if with "yum installing the release.x86_64 package" you mean you've run some "yum install ..." command, that has fetched and installed an .rpm package from package repositories you've enabled before. $ rpm -qa |grep adobe adobe-release-x86_64-1.0-1.noarch That's just the repository definition package (also an .rpm file): $ rpmls adobe-release-x86_64 -rw-r--r-- /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux -rw-r--r-- /etc/yum.repos.d/adobe-linux-x86_64.repo $ yum --disablerepo='*' --enablerepo=adobe* repolist Loaded plugins: langpacks, refresh-packagekit repo id repo name status adobe-linux-x86_64 Adobe Systems Incorporated 2 repolist: 2 $ yum --disablerepo='*' --enablerepo=adobe* list *flash* Loaded plugins: langpacks, refresh-packagekit Installed Packages flash-plugin.x86_64 11.2.202.297-release @adobe-linux-x86_64 > > $ rpm -q flash-plugin > > flash-plugin-11.2.202.297-release.x86_64 -- Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.9-301.fc19.x86_64 loadavg: 0.21 0.14 0.15 -- test mailing list test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/test