close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jun 4, 2010, 9:24:27 PM (12 years ago)
- Author:
-
greg
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v66
|
v67
|
|
426 | 426 | == Java == |
427 | 427 | |
| 428 | For versions prior to 10.04: |
428 | 429 | {{{ |
429 | 430 | sudo apt-get install sun-java6-bin |
| 431 | }}} |
| 432 | |
| 433 | The default repositories in 10.04 no longer contain the java files |
| 434 | {{{ |
| 435 | vim /etc/apt/sources.list |
| 436 | uncomment the Canonical's 'partner' repositories: |
| 437 | deb http://archive.canonical.com/ubuntu lucid partner |
| 438 | dev-src htt;://archive.canonical.con/ubuntu lucid partner |
| 439 | save and exit the file |
| 440 | |
| 441 | apt-get update |
| 442 | apt-get install sun-java6-bin |
430 | 443 | }}} |
431 | 444 | |