I must have something screwed up. When I try to yum the jave jre, it appears that its not finding the file. Below is the output from my command. I set the yum configuration from the web link someone posted, which is below the command output. Appreciate any help..
Sam ------------------------------------------------------------------------
# yum install j2re mozilla-j2re Setting up Install Process Setting up Repos not using ftp, http[s], or file for repos, skipping - gpgcheck=1 not using ftp, http[s], or file for repos, skipping - enabled=1 dag 100% |=========================| 1.1 kB 00:00 update 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 addons 100% |=========================| 951 B 00:00 extras 100% |=========================| 1.1 kB 00:00 Reading repository metadata in from local files dag : ################################################## 2435/2435 update : ################################################## 186/186 base : ################################################## 1600/1600 extras : ################################################## 23/23 Parsing package install arguments No Match for argument: j2re No Match for argument: mozilla-j2re Nothing to do
------------------------------------------------------------------------ From /etc/yum.repos.d
# cat dag.repo [dag] name=Dag RPM Repository for Red Hat Enterprise Linux baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag gpgcheck=1 enabled=1
Try yum clean all, then try yum again.
[root@insanity ~]# yum list mozilla-j2re j2re Setting up Repos dag 100% |=========================| 1.1 kB 00:00 kbs-CentOS-Extras 100% |=========================| 951 B 00:00 kbs-CentOS-Misc 100% |=========================| 951 B 00:00 update 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 centosplus 100% |=========================| 951 B 00:00 addons 100% |=========================| 951 B 00:00 extras 100% |=========================| 1.1 kB 00:00 Reading repository metadata in from local files dag : ################################################## 2575/2575 kbs-CentOS: ################################################## 1676/1676 kbs-CentOS: ################################################## 61/61 update : ################################################## 160/160 base : ################################################## 1406/1406 centosplus: ################################################## 99/99 extras : ################################################## 33/33 Excluding Packages from Dag RPM Repository for Red Hat Enterprise Linux Finished Excluding Packages from CentOS-4 - Plus Finished Available Packages j2re.i586 1.4.2-11.2.el4.rf dag mozilla-j2re.i586 1.4.2-11.2.el4.rf dag
[root@insanity ~]# cat /etc/yum.repos.d/dag.repo [dag] name=Dag RPM Repository for Red Hat Enterprise Linux baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag gpgcheck=1 enabled=1 exclude=gaim-encryption
-- Jim Perrin System Administrator - UIT Ft Gordon & US Army Signal Center
On Wed, 21 Sep 2005, Sam Drinkard wrote:
I must have something screwed up. When I try to yum the jave jre, it appears that its not finding the file. Below is the output from my command. I set the yum configuration from the web link someone posted, which is below the command output. Appreciate any help..
Sam
# yum install j2re mozilla-j2re Setting up Install Process Setting up Repos not using ftp, http[s], or file for repos, skipping - gpgcheck=1 not using ftp, http[s], or file for repos, skipping - enabled=1 dag 100% |=========================| 1.1 kB 00:00 update 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 addons 100% |=========================| 951 B 00:00 extras 100% |=========================| 1.1 kB 00:00 Reading repository metadata in from local files dag : ################################################## 2435/2435 update : ################################################## 186/186 base : ################################################## 1600/1600 extras : ################################################## 23/23 Parsing package install arguments No Match for argument: j2re No Match for argument: mozilla-j2re Nothing to do
x86_64 ?
-- dag wieers, dag@wieers.com, http://dag.wieers.com/ -- [all I want is a warm bed and a kind word and unlimited power]
Yes, Dag, it's the x86-64 version. I wanted more to find out why it was not finding things than installing the jre.
Dag Wieers wrote:
<snip>
:
x86_64 ?
-- dag wieers, dag@wieers.com, http://dag.wieers.com/ -- [all I want is a warm bed and a kind word and unlimited power] _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Wed, 21 Sep 2005, Sam Drinkard wrote:
Yes, Dag, it's the x86-64 version. I wanted more to find out why it was not finding things than installing the jre.
The JRE currently packaged does not exist for x86_64. It's a ia32 binary-only.
Kind regards, -- dag wieers, dag@wieers.com, http://dag.wieers.com/ -- [all I want is a warm bed and a kind word and unlimited power]
Thanks Dag,
I thought I'd remembered reading that somewhere before. One question tho, how come when I try to do a yum install something it always comes back saying nothing to do. Is that because there is no matching file or is my yum.conf messed up?
Dag Wieers wrote:
On Wed, 21 Sep 2005, Sam Drinkard wrote:
Yes, Dag, it's the x86-64 version. I wanted more to find out why it was not finding things than installing the jre.
The JRE currently packaged does not exist for x86_64. It's a ia32 binary-only.
Kind regards, -- dag wieers, dag@wieers.com, http://dag.wieers.com/ -- [all I want is a warm bed and a kind word and unlimited power] _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 9/21/05, Sam Drinkard sam@wa4phy.net wrote:
Thanks Dag,
I thought I'd remembered reading that somewhere before. One
question tho, how come when I try to do a yum install something it always comes back saying nothing to do. Is that because there is no matching file or is my yum.conf messed up?
It's matching your architecture, which is x86_64. Since there's no java package for that, it's not showing up, and there's "nothing to do" to install it since it doesn't exist for that arch. Your yum setup is fine. that package just isn't in the 64bit repository.
-- Jim Perrin System Administrator - UIT Ft Gordon & US Army Signal Center
Thanks Jim. Just not used to using these tools with Linux. Come from the BSD camp, and there are significant differences, believe me! BTW, I'm here in Martinez.. where you live? maybe coffee sometime?
Jim Perrin wrote:
On 9/21/05, Sam Drinkard sam@wa4phy.net wrote:
Thanks Dag,
I thought I'd remembered reading that somewhere before. One question tho, how come when I try to do a yum install something it always comes back saying nothing to do. Is that because there is no matching file or is my yum.conf messed up?
It's matching your architecture, which is x86_64. Since there's no java package for that, it's not showing up, and there's "nothing to do" to install it since it doesn't exist for that arch. Your yum setup is fine. that package just isn't in the 64bit repository.
-- Jim Perrin System Administrator - UIT Ft Gordon & US Army Signal Center _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos