zoukankan      html  css  js  c++  java
  • ubuntu安装octave的小坑

    出现了以下情况:

    After this operation, 163 MB of additional disk space will be used.
    Do you want to continue? [Y/n] Y
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    LANGUAGE = "zh_CN:zh",
    LC_ALL = (unset),
    LC_TIME = "zh_CN",
    LC_MONETARY = "zh_CN",
    LC_ADDRESS = "zh_CN",
    LC_TELEPHONE = "zh_CN",
    LC_NAME = "zh_CN",
    LC_MEASUREMENT = "zh_CN",
    LC_IDENTIFICATION = "zh_CN",
    LC_NUMERIC = "zh_CN",
    LC_PAPER = "zh_CN",
    LANG = "zh_CN.UTF-8"
    are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").
    Can't exec "locale": No such file or directory at /usr/share/perl5/Debconf/Encoding.pm line 16.
    Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at /usr/share/perl5/Debconf/Encoding.pm line 17.
    Extracting templates from packages: 100%
    Preconfiguring packages ...
    dpkg: warning: 'ldconfig' not found in PATH or not executable
    dpkg: error: 1 expected program not found in PATH or not executable
    Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin
    E: Sub-process /usr/bin/dpkg returned an error code (2)

    解决办法:

    从其他一台ubuntu上scp了 /sbin/ldconfig和 /sbin/ldconfig.real 过来。

  • 相关阅读:
    Linux文件系统结构
    JAVA实现上传下载共享文件
    JAVA 实现通过URL下载文件到本地库
    使用SoapUI 测试 Web Service
    DB2存储过程实现查询表数据,生成动态SQL,并执行
    DB2查看表空间大小及使用情况
    Spring使用总结
    Commons-logging + Log4j
    JAVA生成EXCEL图表
    html5离线缓存原理
  • 原文地址:https://www.cnblogs.com/FantasyWang/p/4376239.html
Copyright © 2011-2022 走看看