LIBTINFO5 kann nicht auf Ubuntu 24.04 installiert werdenLinux

Linux verstehen
Anonymous
 LIBTINFO5 kann nicht auf Ubuntu 24.04 installiert werden

Post by Anonymous »

Ich versuche, libtinfo5 auf Ubuntu zu installieren, da ich es brauche, um mein Kivy -Projekt für Android zu kompilieren.sudo apt install -y git zip unzip openjdk-17-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
< /code>
und erhalten dieses Protokoll: < /p>
Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 11450 (unattended-upgr)
Reading package lists... 0% Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libncurses-dev' instead of 'libncurses5-dev'
Note, selecting 'libncurses-dev' instead of 'libncursesw5-dev'
E: Unable to locate package libtinfo5
< /code>
Dann habe ich online gesucht, folgende Befehle gemacht: < /p>
sudo add-apt-repository universe
sudo apt update
< /code>
sudo add-apt-repository multiverse
sudo apt update

< /code>
then
sudo apt install libtinfo5
< /code>
And yet again got error log above. I have absolutely no clue what to do.

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post