AWE*_*AWE 0 installation package-management skype
我太笨了,但决定使用 Ubuntu,所以我花钱请了专业人士为我安装它(双引导 11.10 和 Win7)。当我回到家时,我从软件中心得到了很多东西。Skype 没有下载按钮,所以我用 google 搜索了一下,Ubuntu 帮助告诉我这样做:
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
Run Code Online (Sandbox Code Playgroud)
然后是这个:
sudo apt-get update && sudo apt-get install skype
Run Code Online (Sandbox Code Playgroud)
终端告诉我“这可能有害......”但我认为这是 Ubuntu 语言,意思是“你确定吗?”
现在电脑静音了。
在修复包目录之前无法安装或删除项目,因此我想修复它但包操作失败。
“sudo aptitude -f install”-> 未找到命令
Synaptic 包管理器告诉我有两个损坏的包:libc6 和 libc6-dev
所以我这样做:
sudo apt-get update && sudo apt-get upgrade
Run Code Online (Sandbox Code Playgroud)
它告诉我这样做:
sudo apt-get -f install
Run Code Online (Sandbox Code Playgroud)
最终结果是这样的:
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.
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)
Run Code Online (Sandbox Code Playgroud)
在修复突触包管理器中损坏的包时,我得到以下信息:
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)
A package failed to install. Trying to recover:
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.
Run Code Online (Sandbox Code Playgroud)
我想成为一名 Linux geek,但这比我想象的要难。请帮忙!