E: 安装unetbootin时无法找到软件包

cha*_*nel 5 unetbootin software-installation 18.10

我尝试使用终端安装 UNETbootin。当我输入以下内容时:

sudo apt-get update
sudo apt install unetbootin
Run Code Online (Sandbox Code Playgroud)

我收到此错误:

E: Unable to locate package
Run Code Online (Sandbox Code Playgroud)

我已经尝试了很多事情。

我希望有人能解决这个问题吗?我使用的是 Ubuntu 18.10 是因为这个版本我收到此错误吗?除了unetbootin之外还有其他选择吗?

N0r*_*ert 2

这里三个时刻:

  1. UNetBootin 在14.04 LTS 和 16.04 LTSUniverse存储库中可用。
  2. UNetBootin 的 PPAppa:gezakovacs/ppa没有适用于 18.10 的软件包。
  3. 您仍然可以通过从 18.04 LTS PPA 手动下载软件包来安装它:

    cd ~/Downloads
    wget https://launchpad.net/~gezakovacs/+archive/ubuntu/ppa/+files/unetbootin_667-1~bionic2_amd64.deb
    wget https://launchpad.net/~gezakovacs/+archive/ubuntu/ppa/+files/unetbootin-translations_667-1~bionic2_all.deb
    sudo apt install ./unetbootin*.deb
    
    Run Code Online (Sandbox Code Playgroud)

注意:我已向 UNetBootin PPA 所有者发送了有关 18.10 支持的电子邮件。


kar*_*rel 2

UNetbootin 已从 18.04 及更高版本的默认 Ubuntu 存储库中删除,但对于迄今为止我使用 Startup Disk Creator 而不是 UNetbootin 制作的 5 个实时 Linux USB,内置的 Startup Disk Creator 应用程序是 UNetbootin 的一个很好的替代品。我使用 Startup Disk Creator 作为 UNetbootin 替代方案的累积成功率为 5 分(满分 5 分)。