JEdit install
am 15.09.2004 08:15:17 von Adam Boettiger
I'd like to install and use jedit on Fedora Core 2.
I understand that it requires that java be installed first. When
I yum for either java or jedit, neither package is found.
I went to Sun's site to get java but it was too confusing for a
newbie. Can anyone explain how to install these packages from the
command line in Fedora Core 2?
Thx
AB
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
RE: JEdit install
am 15.09.2004 09:35:00 von Amin
> -----Original Message-----
> From: linux-newbie-owner@vger.kernel.org
> [mailto:linux-newbie-owner@vger.kernel.org] On Behalf Of Adam
> Boettiger
> Sent: Wednesday, September 15, 2004 12:15 PM
> To: linux-newbie@vger.kernel.org
> Subject: JEdit install
>
> I'd like to install and use jedit on Fedora Core 2.
>
> I understand that it requires that java be installed first.
> When I yum for either java or jedit, neither package is found.
>
> I went to Sun's site to get java but it was too confusing for
> a newbie. Can anyone explain how to install these packages
> from the command line in Fedora Core 2?
People have packaged Java for installation with yum, but you'll
have to add their third-party repositories to your yum
configuration file (/etc/yum.conf) to get those packages.
I would recommend that you go to java.com (not java.sun.com),
click the big `Get It Now' link, and enjoy.
HTH,
--
Yawar
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
Re: JEdit install
am 05.10.2004 22:26:00 von network_gauner
> I'd like to install and use jedit on Fedora Core 2.
>
> I understand that it requires that java be installed first. When I yum
> for either java or jedit, neither package is found.
>
> I went to Sun's site to get java but it was too confusing for a newbie.
> Can anyone explain how to install these packages from the command line
> in Fedora Core 2?
1) Download package jedit-4.0.3-1.noarch.rpm
(google will find it)
2) make yourself a superuser (the simplest way is typing 'su' /without
aphostrophes/ and enter root password) and type
rpm -Uvh jedit-4.0.3-1.noarch.rpm
That's all! Now you can run it typing 'jedit'
Zdenek
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs