I am trying to install this adb and fastboot but lacking the command knowledge. Here are the instructions I found:
On Linux
- Download the Linux zip from Google.
- Extract it somewhere - for example,
~/adb-fastboot
. - Add the following to
~/.profile
:
if [ -d "$HOME/adb-fastboot/platform-tools" ] ; then
export PATH="$HOME/adb-fastboot/platform-tools:$PATH"
fi
- Log out and back in.
- You may also need to set up udev rules: see this repository for more info.
Here is the website where these instructions came from:
https://wiki.lineageos.org/adb_fastboot_guide.html#on-linux
I need the line by line commands to copy and paste into the command editor. Sorry, I just don’t know any better.
Thanks again for all your help.