无法安装包 flameshot

无法安装包 flameshot

只是想安装 flameshot,lightshot 不起作用

我得到了这个:

sudo apt install flameshot

Reading package list ... Done 
Creating dependency tree
Reading status information ... Done 
E: The flameshot package could not be located

有人能向我解释一下如何解决这个问题吗?

答案1

为了安装flameshotUbuntu 18.04 或更高版本,您需要启用 Universe 存储库。

运行以下命令来启用 Universe 存储库:

sudo add-apt-repository universe
sudo apt update

现在,安装 flameshot:

sudo apt install flameshot

您可以通过访问以下网址找到有关哪个存储库提供软件包以及不同发行版中软件包的可用性的信息:packages.ubuntu.com

相关内容