debian8 64 CPUにdiaをどのようにインストールしますか?

debian8 64 CPUにdiaをどのようにインストールしますか?
dpkg --add-architecture i386
root@hws:/home/debian8# dpkg -i   /home/debian8/Downloads/dia_0.97.2-5_i386.deb
Selecting previously unselected package dia.
(Reading database ... 87794 files and directories currently installed.)
Preparing to unpack .../dia_0.97.2-5_i386.deb ...
Unpacking dia (0.97.2-5) ...
dpkg: dependency problems prevent configuration of dia:
 dia depends on libc6 (>= 2.7).
 dia depends on libcairo2 (>= 1.2.4).
 dia depends on libfreetype6 (>= 2.2.1).
 dia depends on libgdk-pixbuf2.0-0 (>= 2.22.0).
 dia depends on libglib2.0-0 (>= 2.24.0).
 dia depends on libgtk2.0-0 (>= 2.12.0).
 dia depends on libpango1.0-0 (>= 1.18.0).
 dia depends on libpng12-0 (>= 1.2.13-4).
 dia depends on libxml2 (>= 2.7.4).
 dia depends on dia-common (= 0.97.2-5).
 dia depends on dia-libs (= 0.97.2-5).

dpkg: error processing package dia (--install):
 dependency problems - leaving unconfigured
Processing triggers for mime-support (3.58) ...
Errors were encountered while processing:
 dia
root@hws:/home/debian8# apt-get install -y libc6
Reading package lists... Done
Building dependency tree   
Reading state information... Done
libc6 is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 dia:i386 : Depends: libc6:i386 (>= 2.7) but it is not installable
            Depends: libcairo2:i386 (>= 1.2.4) but it is not installable
            Depends: libfreetype6:i386 (>= 2.2.1) but it is not installable
            Depends: libgdk-pixbuf2.0-0:i386 (>= 2.22.0) but it is not installable
            Depends: libglib2.0-0:i386 (>= 2.24.0) but it is not installable
            Depends: libgtk2.0-0:i386 (>= 2.12.0) but it is not installable
            Depends: libpango1.0-0:i386 (>= 1.18.0) but it is not installable
            Depends: libpng12-0:i386 (>= 1.2.13-4) but it is not installable
            Depends: libxml2:i386 (>= 2.7.4) but it is not installable
            Depends: dia-common:i386 (= 0.97.2-5) but it is not installable
            Depends: dia-libs:i386 (= 0.97.2-5) but it is not installable
            Recommends: gsfonts-x11:i386 but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@hws:/home/debian8# apt-get -f install
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
  dia:i386
0 upgraded, 0 newly installed, 1 to remove and 22 not upgraded.
1 not fully installed or removed.
After this operation, 592 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 87802 files and directories currently installed.)
Removing dia (0.97.2-5) ...
Processing triggers for mime-support (3.58) ...
root@hws:/home/debian8# apt-get install -y libc6:i386
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package libc6:i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

dpkg --add-architecture i386dia 32 debパッケージのインストールは役に立ちません。私のdebian8 64ビットCPUにどのようにインストールしますか?


こんにちは、Cas。 [url]ダウンロードリンクには実際にamd:64 debパッケージがありません。http://sourceforge.net/projects/dia-installer/files/latest/download?source=top3_dlp_t5[/url]

ここに画像の説明を入力してください。

私は64ビットDebianにインストールしましたapt-get install dia。 oaimaだと思います。

ベストアンサー1

リポジトリを使用し、アーキテクチャと依存関係のないパッケージをインストールしようとしないでください。

aptitude purge dia
apt-get update
apt-get install dia

おすすめ記事