Java deb package
Onkar Shinde
onkarshinde at gmail.com
Wed Nov 4 10:18:13 UTC 2009
On Tue, Nov 3, 2009 at 8:45 AM, Evan Hazlett <evan at reconstructor.org> wrote:
> Greetings...
>
> Is there any way to bypass the license agreement for the sun-java6-jre
> package making it possible to silently install the package?
>
Try this.
sudo debconf-set-selections
And then inter following lines.
sun-java6-bin shared/accepted-sun-dlj-v1-1 boolean true
sun-java6-jre shared/accepted-sun-dlj-v1-1 boolean true
sun-java6-jre sun-java6-jre/stopthread boolean true
sun-java6-jre sun-java6-jre/jcepolicy note
sun-java6-bin shared/present-sun-dlj-v1-1 note
sun-java6-jre shared/present-sun-dlj-v1-1 note
Press Ctrl + D to finish the process.
Onkar
More information about the Ubuntu-devel-discuss
mailing list