Trying to install android-tools-adb and getting unable to locate package
I wasn't able to install these packages when I used
sudo apt-get install android-tools-adb
I get
unable to locate package android-tools-adb
Can you help, please?
16.04 apt package-management repository adb
add a comment |
I wasn't able to install these packages when I used
sudo apt-get install android-tools-adb
I get
unable to locate package android-tools-adb
Can you help, please?
16.04 apt package-management repository adb
1
The package should be located in the universe collections of Ubuntu. Check yoursoftware & updates
to ensure that the 'community-maintained free and open-source software (universe)' collection is checked, and then performsudo apt-get update
and try to re-install.
– Charles Green
Jun 8 '17 at 19:11
add a comment |
I wasn't able to install these packages when I used
sudo apt-get install android-tools-adb
I get
unable to locate package android-tools-adb
Can you help, please?
16.04 apt package-management repository adb
I wasn't able to install these packages when I used
sudo apt-get install android-tools-adb
I get
unable to locate package android-tools-adb
Can you help, please?
16.04 apt package-management repository adb
16.04 apt package-management repository adb
edited Nov 19 '17 at 12:43
Suncatcher
12317
12317
asked Jun 8 '17 at 18:31
maburke2maburke2
612
612
1
The package should be located in the universe collections of Ubuntu. Check yoursoftware & updates
to ensure that the 'community-maintained free and open-source software (universe)' collection is checked, and then performsudo apt-get update
and try to re-install.
– Charles Green
Jun 8 '17 at 19:11
add a comment |
1
The package should be located in the universe collections of Ubuntu. Check yoursoftware & updates
to ensure that the 'community-maintained free and open-source software (universe)' collection is checked, and then performsudo apt-get update
and try to re-install.
– Charles Green
Jun 8 '17 at 19:11
1
1
The package should be located in the universe collections of Ubuntu. Check your
software & updates
to ensure that the 'community-maintained free and open-source software (universe)' collection is checked, and then perform sudo apt-get update
and try to re-install.– Charles Green
Jun 8 '17 at 19:11
The package should be located in the universe collections of Ubuntu. Check your
software & updates
to ensure that the 'community-maintained free and open-source software (universe)' collection is checked, and then perform sudo apt-get update
and try to re-install.– Charles Green
Jun 8 '17 at 19:11
add a comment |
3 Answers
3
active
oldest
votes
Dunno, why this haven't been put as an answer, I'll just put it here, from Charles Green excellent comment.
android-tools-adb
and android-tools-fastboot
are in the universe repository.
You can enable it in Software Center or just hit this one-liner which will enable and install everything.
sudo add-apt-repository universe && sudo apt-get update && sudo install android-tools-adb android-tools-fastboot
add a comment |
You can manually download and install it via a deb file from here.
add a comment |
I had to slightly tweak the suggested command from Suncatcher. The following worked for me:
sudo add-apt-repository universe && sudo apt-get update && android-tools-fastboot
and then use:
sudo install android-tools-adb
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f923485%2ftrying-to-install-android-tools-adb-and-getting-unable-to-locate-package%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Dunno, why this haven't been put as an answer, I'll just put it here, from Charles Green excellent comment.
android-tools-adb
and android-tools-fastboot
are in the universe repository.
You can enable it in Software Center or just hit this one-liner which will enable and install everything.
sudo add-apt-repository universe && sudo apt-get update && sudo install android-tools-adb android-tools-fastboot
add a comment |
Dunno, why this haven't been put as an answer, I'll just put it here, from Charles Green excellent comment.
android-tools-adb
and android-tools-fastboot
are in the universe repository.
You can enable it in Software Center or just hit this one-liner which will enable and install everything.
sudo add-apt-repository universe && sudo apt-get update && sudo install android-tools-adb android-tools-fastboot
add a comment |
Dunno, why this haven't been put as an answer, I'll just put it here, from Charles Green excellent comment.
android-tools-adb
and android-tools-fastboot
are in the universe repository.
You can enable it in Software Center or just hit this one-liner which will enable and install everything.
sudo add-apt-repository universe && sudo apt-get update && sudo install android-tools-adb android-tools-fastboot
Dunno, why this haven't been put as an answer, I'll just put it here, from Charles Green excellent comment.
android-tools-adb
and android-tools-fastboot
are in the universe repository.
You can enable it in Software Center or just hit this one-liner which will enable and install everything.
sudo add-apt-repository universe && sudo apt-get update && sudo install android-tools-adb android-tools-fastboot
answered Nov 19 '17 at 11:49
SuncatcherSuncatcher
12317
12317
add a comment |
add a comment |
You can manually download and install it via a deb file from here.
add a comment |
You can manually download and install it via a deb file from here.
add a comment |
You can manually download and install it via a deb file from here.
You can manually download and install it via a deb file from here.
answered Jun 8 '17 at 18:45
Shahzaib RahimShahzaib Rahim
220213
220213
add a comment |
add a comment |
I had to slightly tweak the suggested command from Suncatcher. The following worked for me:
sudo add-apt-repository universe && sudo apt-get update && android-tools-fastboot
and then use:
sudo install android-tools-adb
New contributor
add a comment |
I had to slightly tweak the suggested command from Suncatcher. The following worked for me:
sudo add-apt-repository universe && sudo apt-get update && android-tools-fastboot
and then use:
sudo install android-tools-adb
New contributor
add a comment |
I had to slightly tweak the suggested command from Suncatcher. The following worked for me:
sudo add-apt-repository universe && sudo apt-get update && android-tools-fastboot
and then use:
sudo install android-tools-adb
New contributor
I had to slightly tweak the suggested command from Suncatcher. The following worked for me:
sudo add-apt-repository universe && sudo apt-get update && android-tools-fastboot
and then use:
sudo install android-tools-adb
New contributor
edited Jan 21 at 2:28
CentaurusA
2,2251424
2,2251424
New contributor
answered Jan 20 at 16:30
NathanNathan
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f923485%2ftrying-to-install-android-tools-adb-and-getting-unable-to-locate-package%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
The package should be located in the universe collections of Ubuntu. Check your
software & updates
to ensure that the 'community-maintained free and open-source software (universe)' collection is checked, and then performsudo apt-get update
and try to re-install.– Charles Green
Jun 8 '17 at 19:11