zoukankan      html  css  js  c++  java
  • Ubuntu 13.10 安装软件失败后出现的问题——已安装 post-installation 脚本 返回了错误号 1

    安装Oracle-java7-installer失败后,再次重新安装后出现错误~~

    dpkg: error processing oracle-java7-installer (--configure):  子进程

    已安装 post-installation 脚本 返回了错误号 1

    索性执行  sudo apt-get install -f,我勒个去,问题依旧~

    重新安装不行,修复也不行了,只能找谷歌了

    找个一篇文章,写的非常详细

    http://tiankonguse.com/record/record.php?id=272

    最后的解决办法是:

     sudo dpkg -l | grep oracle

    找到后直接使用完全卸载命令卸载

    sudo dpkg -P  XXX.deb

    OK,搞定,重新安装即可

  • 相关阅读:
    Linux 系统启动过程
    Linux启动U盘制作
    JSONP 教程
    JSON 使用
    JSON.stringify()
    JSON.parse()
    Apache模块开发指南-APR池
    [C++基础]goto的用法
    atexit()函数
    c++ good books
  • 原文地址:https://www.cnblogs.com/picaso/p/3377758.html
Copyright © 2011-2022 走看看