Debian Stretch에 Flameshot 설치

Debian Stretch에 Flameshot 설치

이 앱을 찾았어요화재 사격그리고 설치해 보세요데비안 스트레치, 하지만 다음 메시지를 받습니다.

E: Unable to locate package flameshot 

웹사이트에 다음과 같은 정보가 있습니다.

Package for Debian 9 ("Stretch") also available via stretch-backports.

설치 방법을 알려주십시오 stretch-backports.

각 항목 옆에 문자열을 추가했는데 stretch-backports일부 오류가 발생했지만 일부 항목에는 오류가 발생하지 않았습니다./etc/apt/source.liststretch main contrib non-freeupdate

s@lokal:~/Dropbox$ sudo apt update
Ign:1 http://ftp.task.gda.pl/debian stretch InRelease                                                                                                              
Hit:2 http://ftp.task.gda.pl/debian stretch-updates InRelease                                                                                                      
Hit:3 http://ftp.task.gda.pl/debian stretch Release                                                                  
Hit:4 http://security.debian.org/debian-security stretch/updates InRelease                                           
Hit:5 http://nginx.org/packages/debian stretch InRelease                                       
Ign:6 http://dl.google.com/linux/chrome/deb stable InRelease             
Hit:7 http://dl.google.com/linux/chrome/deb stable Release
Hit:8 https://packages.sury.org/php stretch InRelease
Hit:10 https://download.sublimetext.com apt/stable/ InRelease
Hit:11 https://download.sublimetext.com apt/dev/ InRelease
Reading package lists... Done 
E: Failed to fetch http://ftp.task.gda.pl/debian/dists/stretch/InRelease  Unable to find expected entry 'stretch-backports/source/Sources' in Release file (Wrong sources.list entry or malformed file)
E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/InRelease  Unable to find expected entry 'stretch-backports/source/Sources' in Release file (Wrong sources.list entry or malformed file)
E: Failed to fetch http://ftp.task.gda.pl/debian/dists/stretch-updates/InRelease  Unable to find expected entry 'stretch-backports/source/Sources' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
s@lokal:~/Dropbox$ 

문제는 여전히 존재합니다.

s@lokal:~/Dropbox$ sudo apt-get install flameshot
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package flameshot
s@lokal:~/Dropbox$ 

설치하는 방법화재 사격?

답변1

스트레칭 및 백포트에 사용할 수 있습니다.포장: 화재 폭탄.

백포트 저장소를 추가했습니다.

업데이트 및 업그레이드.

그런 다음 설치해야합니다.

답변2

설치하다화재 사격존재하다데비안 9 "스트레칭"/etc/apt/sources.list파일 에 다음 줄을 추가합니다 .

deb http://ftp.debian.org/debian stretch-backports main

위 파일을 저장하고 업데이트합니다.

sudo apt update

업데이트 후 백포트 저장소를 지정하는 apt플래그를 사용하여 백포트에서 패키지를 설치합니다 .-t

apt-get -t stretch-backports install flameshot

그렇다면 당신은화재 사격설치하다.

다음을 입력하여 명령줄에서 실행할 수 있습니다.

flameshot gui

관련 정보