Hi! I am struggling to install an updated adb version. I had the 1.0.31 installed, probably from xda but I am not sure, and need a newer one because I am trying to flash a rom to a TWRP loader which ask me for at least the 1.0.32.
I surfed internet and tryied a lot of things, but maybe because my not deep linux knowledge I am not achieving it. Let's list some options I tried:
1- XDA: https://www.xda-developers.com/install- ... cos-linux/
I downloaded it and placed the terminal in the folder where the packet is and typed "adb", "sudo adb" and "adb devices", but the answer I have is "incorrect executable format" I tried to change the adb archive I download with the one I have installed of my old adb installation with "sudo mv adb /usr/bin/adb" and then "sudo chmod +x /usr/bin/adb", but a similar error appear
2- https://xiaomifirmware.com/guides-and-t ... rivers-pc/
The same than before
3- FROM DEBIAN: https://packages.debian.org/sid/arm64/a ... b/download
I installed synaptic and added the repository but I had a problem with the GPG signature so I trid to manually install it with the terminal. I writed "sudo dpkg -i packagename.deb" and now the problem is it seems I messed too much with the packets. It says something about dependencies, or through synaptic it seems they are "broken paquets", and I can't fix them with synaptic.
So now I am worst than before, because I have something wrong in my linux.... I am really tired of that hell of errors!! Can someone help me with this?
Thanks