Debian Linux

A trail of 9 pages, marked with comments, by rowanrook
9 marks in this trail
1
If you'd like to start using Debian, you can easily obtain a copy, and then follow the installation instructions to install it.
2
A Windows-based installer for Debian Linux.
Click to install Debian GNU/Linux

More details about it

Use of Debian logo does not imply endorsement by the Debian project.
We are not affiliated in any way with Microsoft.
'Microsoft' is a trademark of Microsoft Corporation.
3
Debian-Installer Loader is a Debian Etch installer for Windows which adds an entry to the boot menu that allows you to start the Debian installation. Unlike the Ubuntu installation with Wubi, real Debian partitions are created during the installation. In the end, you have a dual-boot system (Windows/Debian).
4

Sun Java is now a package in non-free. Either install the Java development kit:

#apt-get install sun-java6-jdk

or the Java runtime environment

#apt-get install sun-java6-jre

For Etch you will find Java 5 instead:

#apt-get install sun-java5-jdk

or the Java runtime environment

#apt-get install sun-java5-jre

Sun recommends you update the alternatives system to have Sun's tools as the default:

#update-java-alternatives -s java-6-sun

Or for java 5:

#update-java-alternatives -s java-1.5.0-sun


6
apt-get.org is intended as a place for people to share useful APT (Advanced Package Tool) sources for the Debian operating system.
Things to do:
7

The official Debian 4.0 contains Sun JDK 5 in its non-free section. To get it, you edit /etc/apt/sources.list to enable the non-free repository, and then run apt-get install sun-java5-jdk.

Here's my /etc/apt/sources.list (with my changes high-lighted in red):

#
# deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official amd64 DVD Binary-1 200704
07-12:15]/ etch contrib main

deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official amd64 DVD Binary-1 20070407
-12:15]/ etch contrib main

deb http://ftp.debian.org/debian/ etch main non-free deb-src http://ftp.debian.org/debian/ etch main non-free deb http://security.debian.org/ etch/updates main contrib deb-src http://security.debian.org/ etch/updates main contrib

Running apt-get install sun-java5-jdk caused apt-get to include several other dependencies and suggested other packages to install.

9
This document brings up the details of getting the java plugin working in a web browser after having installed the Java JRE/JDK by some of the different methods discussed.

Add your comment: