如何在不删除 kodi 的情况下安装 curl?

如何在不删除 kodi 的情况下安装 curl?

我正在运行 Ubuntu 18.04.6 LTS。

当我跑步时:

sudo apt update
sudo apt install curl

我得到:

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  kodi-inputstream-adaptive kodi-inputstream-rtmp kodi-peripheral-joystick libappindicator1 libavdevice-ffmpeg56 libavfilter-ffmpeg5 libavresample-ffmpeg2 libcdio-cdda1 libcdio-paranoia1 libcdio13 libcec4 libcrossguid1 libdbusmenu-gtk4
  libfdk-aac0 libfstrcmp0 libindicator7 liblircclient0 libluajit-5.1-2 libluajit-5.1-common libmicrohttpd10 libnfs8 libopencv-core2.4v5 libopencv-imgproc2.4v5 libp8-platform2 libshairplay0 libtbb2 libtinyxml2.6.2v5 libva-drm1
  libva-x11-1 python-bluez python-cryptodome python-simplejson
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libafflib0v5 libcurl4 libxmlrpc-core-c3 rtorrent
The following packages will be REMOVED:
  kodi kodi-x11 libcurl3 obs-studio
The following NEW packages will be installed:
  curl libcurl4
The following packages will be upgraded:
  libafflib0v5 libxmlrpc-core-c3 rtorrent
3 to upgrade, 2 to newly install, 4 to remove and 19 not to upgrade.
Need to get 1,170 kB of archives.
After this operation, 96.3 MB disk space will be freed.

我不明白它为什么要删除kodi并安装rtorrent

如何curl在不改变当前系统其他任何功能的情况下进行安装?我不在乎curl最终使用哪个版本,但不想kodi改变。

编辑:的输出apt-cache policy libcurl3 libcurl4是:

libcurl3:
  Installed: 7.58.0-2ubuntu2
  Candidate: 7.58.0-2ubuntu2
  Version table:
 *** 7.58.0-2ubuntu2 500
        500 http://au.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
        100 /var/lib/dpkg/status
libcurl4:
  Installed: (none)
  Candidate: 7.58.0-2ubuntu3.19
  Version table:
     7.58.0-2ubuntu3.19 500
        500 http://au.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
     7.58.0-2ubuntu3 500
        500 http://au.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

编辑2:输出apt-cache policy kodi

kodi:
  Installed: 2:18.4+git20190831.2224-final-0xenial
  Candidate: 2:18.4+git20190831.2224-final-0xenial
  Version table:
 *** 2:18.4+git20190831.2224-final-0xenial 100
        100 /var/lib/dpkg/status
     2:17.6+dfsg1-1ubuntu1 500
        500 http://au.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages

相关内容