该包在我的桌面上
cd Desktop
parallels@LouiseAvon:~/Desktop$ sudo apt-get install acetoneiso_2.3.tar.gz
[sudo] password for parallels:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package acetoneiso_2.3.tar.gz
E: Couldn't find any package by regex 'acetoneiso_2.3.tar.gz'
parallels@LouiseAvon:~/Desktop$
我该怎么办?文件扩展名有问题吗?
答案1
apt-get 适用于位于 Ubuntu 在线存储库中的软件包。请尝试:
sudo apt-get install acetoneiso
仅当您希望从源代码编译存储库中找不到的包时才需要 tar.gz 文件。