this post was submitted on 05 Jun 2025
4 points (100.0% liked)

Linux Mint

2455 readers
1 users here now

Linux Mint is a free Linux-based operating system designed for use on desktop and laptop computers.

Want to see the latest news from the blog? Set the Firefox homepage to:

linuxmint.com/start/

where is a current or past release. Here's an example using release 21.1 'Vera':

https://linuxmint.com/start/vera/

founded 4 years ago
MODERATORS
 

Hi guys, wanted to know what is the replacement for adb and Fastboot tools to gain shell access to Android devices in Linux?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] HereToChewGum@fosstodon.org 2 points 2 days ago (1 children)

@aprehendedmerlin
How to install ADB and Fastboot on Linux

You get adb and fastboot available in the default repository of almost every modern Linux distribution and it does not require any third-party repository.

So let's take a look at how those two packages can be installed on various Linux distributions.

For Ubuntu/Debian:

sudo apt install adb fastboot

Yeah I installed both FastBoot and ADB with apt thank you