우분투 소프트웨어에 소프트웨어가 표시되지 않음


답변:


7

소프트웨어 및 업데이트 에서 서버에서 다운로드를 변경하십시오 . 나는 근처의 스웨덴 사람 (아마도 아직 업데이트되지 않았 음)으로 설정했습니다. 좀 더 공식적인 영국 서버로 변경했으며 우분투 소프트웨어가 작동 중입니다.


그것들은 모두 "공식"입니다. 그러나 서버에 문제가있을 수 있습니다.
Tim

4

새로 설치된 시스템에 사용 가능한 패키지 데이터베이스가 없기 때문일 수 있습니다. 아래 단계에 따라 패키지 리포지토리에서 최신 항목을 생성 할 수 있습니다.

  1. 터미널을 엽니 다. 이를 달성하는 방법에는 여러 가지가 있지만 가장 일반적인 방법은

    • terminal대시를 입력 하고 동일한 이름의 응용 프로그램을 시작하거나
    • Ctrl+ Alt+를 누릅니다 T.
  2. 다음 명령을 터미널에 입력하거나 복사하여 붙여 넣어 실행하십시오.

    sudo apt update
    sudo apt upgrade -y
    

    (프로세스에서 오류가 발생하면 새 질문을 열고이 명령 의 전체 출력을 그대로 사용하십시오 .)

  3. 소프트웨어 센터를 다시 열고 다시 시도하십시오.


소스를 확인하고 싶을 수도 있습니다. GUI 방식 ( "소프트웨어 및 업데이트"런처)에서이 작업을 수행 할 수 있지만 Ubuntu Software에 이미 문제가있는 경우 명령 줄에서 수행하는 것이 좋습니다.
Hee Jin

2

sudo apt-get update && sudo apt-get upgrade재시작 후에도 문제가 해결되지 않으면 다음을 제안합니다.

sudo apt-get dist-upgrade

재시작. 그래도 문제가 해결되지 않으면 프로그램과 관련된 홈 디렉토리의 폴더를 백업 한 후 삭제 해보십시오. 먼저 터미널 또는 다른 CLI에서

killall gnome-software

그때

mv ~/.local/share/gnome-software{,-BAK}

우분투 소프트웨어를 다시여십시오. (필요한 경우 언제든지 gnome-software 폴더 제거를 취소하고 백업을 복원 할 수 있습니다. rm -r ~/.local/share/gnome-software && mv ~/.local/share/gnome-software{-BAK,})

마지막으로, 이것이 당신에게 효과가 없다면 다음의 결과를 알고 싶습니다.

find /etc/apt/ -name '*.list' -ls -exec cat {} \;

허용되는 모든 소스 목록입니다 (소스는 다운로드 할 수있는 소프트웨어가 들어있는 리포지토리입니다).

나는 당신이 sources.list에 아무것도없는 이유를 생각할 수는 없지만, 모든 정상적인 문제 해결 단계를 시도한 후에 우분투 소프트웨어에서 아무것도 사용할 수없는 것으로 생각할 수있는 유일한 설명이기도합니다.

위 명령의 출력 예 :

  1234567      4 -rw-r--r--   1 root     root         3026 Apr  8 22:39 /etc/apt/sources.list
# deb cdrom:[Ubuntu 16.04.1 LTS _Xenial Xerus_ - Release amd64 (20160719)]/ xenial main multiverse restricted universe

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial universe
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
## deb http://archive.canonical.com/ubuntu xenial partner
## deb-src http://archive.canonical.com/ubuntu xenial partner

deb http://security.ubuntu.com/ubuntu xenial-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse

위의 예에서 네 개의 기본 리포지토리가 활성화되었습니다.

  1. 기본-정식 지원되는 무료 및 오픈 소스 소프트웨어.
  2. 유니버스-커뮤니티 유지 무료 및 오픈 소스 소프트웨어.
  3. 제한-장치의 독점 드라이버.
  4. Multiverse-저작권 또는 법적 문제로 제한되는 소프트웨어.

업데이트도 가능합니다. Canonical 파트너의 소프트웨어를 사용한 저장소는 사용할 수 없습니다. 이들은 Ubuntu를 처음 설치할 때 활성화되는 표준 옵션을 나타냅니다.

PPA를 추가 한 경우 위의 출력에도 나타납니다.


gnome-software 폴더의 이름을 바꾸면 나에게 도움이되었습니다. 감사. mv ~/.local/share/gnome-software{,-BAK}왜 그런지 모르겠다.
James Newton

1

위의 방법으로 문제가 해결되지 않으면 Gnome 소프트웨어를 다시 설치하십시오.

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