apt-get 使用HTTP代理
admin 7年前(2019-11-11) 2浏览
测试代理 # curl -x 127.0.0.1:8118 https://ip.cn {"ip": "xxx.xxx.xxx.xxx", "country": "美国"...
admin 7年前(2019-11-11) 2浏览
测试代理 # curl -x 127.0.0.1:8118 https://ip.cn {"ip": "xxx.xxx.xxx.xxx", "country": "美国"...
admin 11年前(2015-12-23) 1浏览
redeclaration of C++ built-in type ‘bool’ 错误。 安装mysql时 make 时 提示 redeclaration of C++ built-in type ‘bool’ 错误。是没有安装 gcc-c++ 导...
admin 11年前(2015-03-24) 0浏览
装软件的时候总是提示dpkg: warning: files list file for package `*’ missing, assuming package has no files currently installed,导致无法安装任何软...
admin 12年前(2015-03-17) 0浏览
在用apt-get安装软件时出现了类似于 install-info: No dir file specified; try –help for more information.dpkg:处理 gettext (–configure)时出错: 子进程...
admin 12年前(2015-03-16) 0浏览
查看当前系统版本 aikaiyuan@debian:~$ cat /etc/debian_version 7.8 aikaiyuan@debian:~$ 安装 curl和源 aikaiyuan@debian:~$ sudo apt-get insta...