소프트웨어 센터를 통해 설치하려고 할 때마다 몇 시간 동안 0% 상태로 유지됩니다. 대신 소스에서 컴파일하여 필요한 애플리케이션을 설치하려고 합니다. 패키지가 필요 build-essential
해서 사용해 봤습니다 apt-get
. 이제 여러 종속성도 설치하려고 시도하지만 dropbox-nautilus
몇 시간 동안 100% 다운로드 상태에서 멈춥니다. 전체 터미널 출력은 다음과 같습니다.
sudo apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libunistring0:i386 libgomp1:i386 libcroco3:i386 libgettextpo0:i386
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
libalgorithm-merge-perl libdpkg-perl
Suggested packages:
debian-keyring
The following NEW packages will be installed:
build-essential dpkg-dev fakeroot libalgorithm-diff-perl
libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl
0 upgraded, 7 newly installed, 0 to remove and 327 not upgraded.
6 not fully installed or removed.
Need to get 818 kB of archives.
After this operation, 3,169 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://ca.archive.ubuntu.com/ubuntu/ precise-updates/main libdpkg-perl all 1.16.1.2ubuntu7.6 [181 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu/ precise-updates/main dpkg-dev all 1.16.1.2ubuntu7.6 [468 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu/ precise-updates/main build-essential amd64 11.5ubuntu2.1 [5,816 B]
Get:4 http://ca.archive.ubuntu.com/ubuntu/ precise/main fakeroot amd64 1.18.2-1 [87.2 kB]
Get:5 http://ca.archive.ubuntu.com/ubuntu/ precise/main libalgorithm-diff-perl all 1.19.02-2 [50.7 kB]
Get:6 http://ca.archive.ubuntu.com/ubuntu/ precise/main libalgorithm-diff-xs-perl amd64 0.04-2build2 [12.4 kB]
Get:7 http://ca.archive.ubuntu.com/ubuntu/ precise/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]
Fetched 818 kB in 5s (136 kB/s)
Selecting previously unselected package libdpkg-perl.
(Reading database ... 234719 files and directories currently installed.)
Unpacking libdpkg-perl (from .../libdpkg-perl_1.16.1.2ubuntu7.6_all.deb) ...
Selecting previously unselected package dpkg-dev.
Unpacking dpkg-dev (from .../dpkg-dev_1.16.1.2ubuntu7.6_all.deb) ...
Selecting previously unselected package build-essential.
Unpacking build-essential (from .../build-essential_11.5ubuntu2.1_amd64.deb) ...
Selecting previously unselected package fakeroot.
Unpacking fakeroot (from .../fakeroot_1.18.2-1_amd64.deb) ...
Selecting previously unselected package libalgorithm-diff-perl.
Unpacking libalgorithm-diff-perl (from .../libalgorithm-diff-perl_1.19.02-2_all.deb) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Unpacking libalgorithm-diff-xs-perl (from .../libalgorithm-diff-xs-perl_0.04-2build2_amd64.deb) ...
Selecting previously unselected package libalgorithm-merge-perl.
Unpacking libalgorithm-merge-perl (from .../libalgorithm-merge-perl_0.08-2_all.deb) ...
Processing triggers for man-db ...
Setting up gdebi-core (0.8.5build1) ...
Setting up libcairo-perl (1.081-1build2) ...
Setting up libglib-perl (2:1.241-1) ...
Setting up libpango-perl (1.222-1build1) ...
Setting up libgtk2-perl (2:1.223-1build3) ...
Setting up nautilus-dropbox (0.7.1-2) ...
Dropbox is the easiest way to share and store your files online. Want to learn more? Head to http://www.dropbox.com/
Downloading Dropbox... 100%
여기서 무슨 일이 일어나고 있는 걸까요? 어떻게 해결할 수 있나요? apt-get
현재는 전혀 사용할 수 없습니다.
답변1
그러나 실제로는 그렇지 않습니다.
sudo apt-get install build-essential
The following NEW packages will be installed:
build-essential dpkg-dev fakeroot libalgorithm-diff-perl
libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl
nautilus-dropbox 패키지가 목록에 없습니다. 귀하의 질문은 나중에 표시됩니다.
0 upgraded, 7 newly installed, 0 to remove and 327 not upgraded.
6 not fully installed or removed.
절반만 설치되었거나 구성되지 않은 패키지가 있어서 소프트웨어 센터도 응답하지 않는 것 같습니다.
이러한 모든 문제를 해결하는 유일한 방법은 다음 패키지의 구성을 완료하는 것입니다.
sudo dpkg --configure -a
nautilus-dropbox 및 기타 패키지 설치가 완료됩니다. 그런 다음 평소와 같이 빌드 필수 항목을 설치하십시오.
어떤 이유로 구성 중인 패키지 중 하나를 설치하고 싶지 않은 경우, 즉. nautilus-dropbox를 사용하면 직접 삭제할 수 있습니다.
sudo dpkg --remove nautilus-dropbox