相关疑难解决方法(0)

Ati Radeon HD 3200 显卡驱动程序 - 安装问题

我全新安装了 Ubuntu 12.04 x86,我正在尝试为我的“Radeon HD 3200 Graphics”显卡安装专有驱动程序。我知道已经有很多关于这个主题的主题,但我没有找到解决我的问题的方法:

对于安装,我完全遵循以下说明:直接从 AMD 安装专有 ATI Catalyst 视频驱动程序 (fglrx) 的正确方法是什么?

在这个过程中我遇到了这些问题:我执行了

~$ debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases    
Run Code Online (Sandbox Code Playgroud)

并得到:

debconf: DbDriver "passwords" warning: could not open
/var/cache/debconf/passwords.dat: Keine Berechtigung
Can't exec "libstdc++6": Datei oder Verzeichnis nicht gefunden at
/usr/share/perl/5.14/IPC/Open3.pm line 186.
open2: exec of libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases failed 
at /usr/share/perl5/Debconf/ConfModule.pm line 59
Run Code Online (Sandbox Code Playgroud)

(德语部分的翻译:“Keine Berechtigung”的意思是:“没有许可”;“Datei oder Verzeichnis nicht gefunden”的意思是:“找不到文件或文件夹”)

因为我不知道这是否是一个大问题,所以我只是继续:

~$ sudo apt-get install ia32-libs
Run Code Online (Sandbox Code Playgroud)

我得到了:

Paketlisten werden gelesen... …
Run Code Online (Sandbox Code Playgroud)

ati proprietary radeon drivers software-installation

6
推荐指数
1
解决办法
4464
查看次数

我的 /var/lib/dpkg/info 的大小是否太大?

我正在寻找一些东西,然后发现 /var/lib/dpkg/info

Contents: 15,628 items, totalling 82.6 MB.
Run Code Online (Sandbox Code Playgroud)

这太大了吗?

dpkg directory

5
推荐指数
1
解决办法
4976
查看次数

“处理包时出错” - 由于包配置错误,apt升级无法运行

我知道之前已经被问过很多次了,但这些解决方案都没有帮助我。

每次我运行时sudo apt upgrade都会出现此错误。

dpkg: error processing package systemd (--configure):
 installed systemd package post-installation script subprocess returned error exit status 127
Errors were encountered while processing:
 systemd
E: Sub-process /usr/bin/dpkg returned an error code (1)
Run Code Online (Sandbox Code Playgroud)

sudo dpkg --configure -a返回

  Setting up udev (237-3ubuntu10.28) ...
/var/lib/dpkg/info/udev.postinst: 108: /var/lib/dpkg/info/udev.postinst: addgroup: not found
dpkg: error processing package udev (--configure):
 installed udev package post-installation script subprocess returned error exit status 127
Setting up systemd (237-3ubuntu10.28) ...
/var/lib/dpkg/info/systemd.postinst: 123: /var/lib/dpkg/info/systemd.postinst: addgroup: …
Run Code Online (Sandbox Code Playgroud)

upgrade package-management apt dpkg

5
推荐指数
1
解决办法
6520
查看次数