このアプリを見つけました。火災射撃そしてインストールしてみてくださいDebian ストレッチ、しかし、次のメッセージを受け取ります。
E: Unable to locate package flameshot
ウェブサイトには次の情報があります。
Package for Debian 9 ("Stretch") also available via stretch-backports.
設置方法を教えてくださいstretch-backports
。
各項目の横に文字列を追加しましたが、いくつかのエラーがstretch-backports
発生しましたが、一部の項目にエラーは発生しませんでした。/etc/apt/source.list
stretch main contrib non-free
update
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
インストールする火災射撃存在するDebian 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