영원히“설치 대기 중”-Ubuntu Software-16.04


37

"Ubuntu Software"로 .deb 파일을 설치하려고하면 "Waiting to install"이 계속 유지됩니다.


5
이것은 우선 순위가 높은 버그이며 곧 수정 될 것입니다. dpkg그동안 u는 터미널을 통해 .deb 파일을 설치 하는 데 사용할 수 있습니다
Mohit Rajan


6
아직 작동하지 않는 경우 왜 새 버전의 Ubuntu로 출시 했습니까? 패키지 관리자로 패키지를 관리 할 수 ​​없습니다 ... 정확하게 "버그"라고 부르지는 않습니다.
Ben

합의 ... 문제가 있습니다. 그러나 그것은 또한 기회입니다. ... 메일을 읽거나 아내 나 아이를 안아 주거나 개를 걷게됩니다. 응용 프로그램은 여전히 ​​작업을 수행
브래드 혼

3
1 년이 지난 후에도 이것이 여전히 문제가되는 이유는 무엇입니까?
Andy Ray

답변:


25

터미널에서 .deb 패키지를 설치하십시오.

$ sudo dpkg -i <path/to/deb.deb>
$ sudo apt-get install -f

맨 페이지에서 apt-get install -f의 이유는 다음과 같습니다.

 -f, --fix-broken
           Fix; attempt to correct a system with broken dependencies in place. This option, when used with install/remove, can
           omit any packages to permit APT to deduce a likely solution. If packages are specified, these have to completely
           correct the problem. The option is sometimes necessary when running APT for the first time; APT itself does not allow
           broken package dependencies to exist on a system. It is possible that a system's dependency structure can be so
           corrupt as to require manual intervention (which usually means using dpkg --remove to eliminate some of the offending
           packages). Use of this option together with -m may produce an error in some situations. Configuration Item:
           APT::Get::Fix-Broken.

크레딧 : Mohit Rajan의 코멘트


이 모든 것은 소프트웨어 센터를 열고 계속 작동하지 않습니다
Antony D' Andrea

1
@ AntonyD'Andrea sudo apt-get install -f패키지를 설치하기 위해 왜 필요한지 설명해 주 dpkg시겠습니까?
vstepaniuk

1
sudo apt-get install ./file.deb또는 sudo apt-get install /path/to/file.deb더 간단합니다.
차이 티 렉스

7

1-새로운 "Ubuntu 소프트웨어"에서 이전 "Ubuntu 소프트웨어 센터"를 Donwload합니다.

2- unity --reset-icons또는 컴퓨터를 다시 시작하십시오 ( "설치 대기 중"제거).

3-방금 설치 한 "Ubuntu 소프트웨어 센터"로 .deb 파일을 엽니 다

4-설치


1)에서 "설치 대기 중"이 영원히 표시됩니다. 2) 이후에 "Ubuntu 소프트웨어 센터"가 설치되지 않았습니다.
shallowThought

주의 unity --reset-icons: 모든 프로그램을 닫고 원래의 우분투 설치에서 유니티 런처를 재설정하십시오!
Juh_

1

도움이 될지 확실하지 않지만 .deb 파일에서 패키지를 자주 설치하는 경우 Gdebi 와 같은 안정적인 패키지 핸들러를 사용하는 것이 좋습니다.

그러나 앱을 찾아 같은 위치에서 설치하려면 Ubuntu Software Center를 사용해야합니다. Gnome-Software를 폐기하고 신뢰할 수있는 클래식 Ubuntu Software Center를 설치하려면 이 안내서를 따르십시오 .


당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.