• hauster 7-04-12, 05:49
    Не могу заинсталлить Oracle Java 7 на Убунту 12.04.
    Пишет вот такую дребедень:
    Настраивается пакет oracle-java7-installer (7u3-0~eugenesan~precise4) ...

    gzip: stdin: not in gzip format
    tar: Child returned status 1
    tar: Error is not recoverable: exiting now
    cannot unpack java7
    Oracle JDK 7 is NOT installed.
    dpkg: не удалось обработать параметр oracle-java7-installer (--configure):
    подпроцесс установлен сценарий post-installation возвратил код ошибки 1
    Отчёты apport не записаны, так достигнут MaxReports
    При обработке следующих пакет
    ов произошли ошибки:
    oracle-java7-installer
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    Твитнуть
  • C_A 18-04-12, 08:37
    If you want to remove oracle-jdk7-installer, you can simply go to /var/lib/dpkg/info/ It takes some time to load, and delete all files which starts with oracle-java7*** there was ~6files, then go to Synaptic and simply locate same oracle-jdk and click remove/completly remove.

    This is where I found it: /ubuntuforums.org/showthread.php?p=11821814

    Good luck!

    Edit: here are the 3 steps to easily do this:

    Open a terminal (ctrl + alt + T) and type those two commands successively:

    cd /var/lib/dpkg/info/
    sudo rm oracle-java7-installer*
    Open synaptic, search for "oracle-java7-installer", mark it for complete removal and click "apply".
Комментировать

Привет, незнакомец!

Похоже, вы новенький! Чтобы пообщаться с нами, кликните на одну из кнопок ниже :)

Войти Зарегистрироваться

В этой теме:

  • C_A 18-04-12, 08:37