Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Need help: Automatically accept EULA with apt-get

  1. #11
    Join Date
    Feb 2005
    Location
    Melbourne, Australia
    Beans
    13,510
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Need help: Automatically accept EULA with apt-get

    Quote Originally Posted by paskie View Post
    .........
    I so much hate dpkg for botching up this license stuff and taking 40 minutes of my life now...
    Yes, it must be the fault of dpkg that something that the application provider insists be acknowledged manually is a pain to be acknowledged in another way completely bypassing the wishes of the commercial provider generously allowing you the free use of their software.

    Those dpkg package developers are so deserving of "hate" for making something that actually works as it is supposed to...... not.
    Regards, David.
    Please use the Forum search and Wiki search for immediate help
    Please mark your thread as Solved when appropriate
    New to technical forums?: How To Ask Questions The Smart Way

  2. #12
    Join Date
    Mar 2006
    Location
    The Netherlands
    Beans
    82

    Re: Need help: Automatically accept EULA with apt-get

    This is another solution:

    Code:
    echo sun-java6-jre shared/accepted-sun-dlj-v1-1 select true | /usr/bin/debconf-set-selections
    apt-get install --yes sun-java6-jre
    Works for me...

    Found it here: http://www.davidpashley.com/blog/debian/java-license

  3. #13
    Join Date
    Mar 2008
    Beans
    1,076
    Distro
    Ubuntu

    Re: Need help: Automatically accept EULA with apt-get

    thats strange.
    when i run this script below there is an message in the terminal that the license is alreay agreed upon and i never have to do anymore than just run the script and wait for it to finish. i do not know why so i ponder about this a bit.
    PHP Code:
    #! /bin/bash
    sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/medibuntu.list

    wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update

    sudo apt-get remove gnash gnash-common libflashsupport mozilla-plugin-gnash swfdec-mozilla && sudo apt-get install alsa-oss faac faad flashplugin-nonfree gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-pitfdll libavcodec-unstripped-51 libmp3lame0 non-free-codecs sun-java6-fonts sun-java6-jre sun-java6-plugin unrar xine-ui 
    please buy this online only compilation to support victims of japan. http://www.punk4japan.com/

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •