required packages not found
Hello,
I've got a problem with the installation of the required packages. If I want toait download-firmware-reduced H3113
I get the message
|
Please perform the following steps: | |
-
Install all required packages, see:
At first I tried to install the required packages and got the following output
sudo apt-get install git adb coreutils curl fastboot findutils unzip usbutils gcc libexpat-dev libz-dev make pkgconf Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig
Hinweis: »libexpat1-dev« wird an Stelle von »libexpat-dev« gewählt. Hinweis: »zlib1g-dev« wird an Stelle von »libz-dev« gewählt.
adb ist schon die neueste Version (1:7.0.0+r33-1). fastboot ist schon die neueste Version (1:7.0.0+r33-1). coreutils ist schon die neueste Version (8.26-3). curl ist schon die neueste Version (7.52.1-5+deb9u9). findutils ist schon die neueste Version (4.6.0+git+20161106-2). gcc ist schon die neueste Version (4:6.3.0-4). make ist schon die neueste Version (4.1-9.1). pkgconf ist schon die neueste Version (0.9.12-6). unzip ist schon die neueste Version (6.0-21+deb9u2). usbutils ist schon die neueste Version (1:007-4+deb9u1). zlib1g-dev ist schon die neueste Version (1:1.2.8.dfsg-5). libexpat1-dev ist schon die neueste Version (2.2.0-2+deb9u3). git ist schon die neueste Version (1:2.11.0-3+deb9u5). Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt: ash drbl ipcalc pigz wakeonlan Verwenden Sie »sudo apt autoremove«, um sie zu entfernen. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 3 nicht aktualisiert.
Maybe the part between the empty lines is the problem?
My system is LMDE 3 with Kernel 4.19.0-0.bpo.5-amd64. Even on a live-session of Linux Mint 19.3 64-bit I got the same message like above.
By the way:
Another problem I was faced, but what I resolved, was that "~/.local/share/ait" is not in PATH$. So I allways need to export PATH=$PATH:~/.local/share/ait
to use ait-commands
I hope this problem can be resolved, because your script seems to be great.
Thank you on-fire