How do I download a deb file for arm64 from Ubuntu Packages website?
up vote
2
down vote
favorite
For example I find the package compiled binary on
https://packages.ubuntu.com/xenial/arm64/libpython2.7/download.
How do I actually download the deb file?
I do see the warnings, I can not use apt-get because I need the binary for cross compiling on a stripped down Linux with no apt-get. I need the aarch64 binary.
Update:
I did find the package separately on Debian's website https://launchpad.net/ubuntu/+source/python2.7/2.7.11-7ubuntu1/+build/9589511.
But is there a way to download from the Ubuntu Package page? I like the search system better.
package-management arm arm64
add a comment |Â
up vote
2
down vote
favorite
For example I find the package compiled binary on
https://packages.ubuntu.com/xenial/arm64/libpython2.7/download.
How do I actually download the deb file?
I do see the warnings, I can not use apt-get because I need the binary for cross compiling on a stripped down Linux with no apt-get. I need the aarch64 binary.
Update:
I did find the package separately on Debian's website https://launchpad.net/ubuntu/+source/python2.7/2.7.11-7ubuntu1/+build/9589511.
But is there a way to download from the Ubuntu Package page? I like the search system better.
package-management arm arm64
1
The "search and download site" packages.ubuntu.com/⦠... ... e.g. 16.04 packages.ubuntu.com/xenial/libpython2.7 : Clickarm64
to get to the download link page.
â Knud Larsen
Jun 4 at 22:13
@echo Good call on avoiding the Debian package. Using Debian packages on an Ubuntu system is a recipe for breaking the OS.
â dsstorefile1
Jun 5 at 0:11
1
Launchpad isn't debian's website, it's an official Ubuntu website made by Canonical
â Eskander Bejaoui
Jun 5 at 3:33
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
For example I find the package compiled binary on
https://packages.ubuntu.com/xenial/arm64/libpython2.7/download.
How do I actually download the deb file?
I do see the warnings, I can not use apt-get because I need the binary for cross compiling on a stripped down Linux with no apt-get. I need the aarch64 binary.
Update:
I did find the package separately on Debian's website https://launchpad.net/ubuntu/+source/python2.7/2.7.11-7ubuntu1/+build/9589511.
But is there a way to download from the Ubuntu Package page? I like the search system better.
package-management arm arm64
For example I find the package compiled binary on
https://packages.ubuntu.com/xenial/arm64/libpython2.7/download.
How do I actually download the deb file?
I do see the warnings, I can not use apt-get because I need the binary for cross compiling on a stripped down Linux with no apt-get. I need the aarch64 binary.
Update:
I did find the package separately on Debian's website https://launchpad.net/ubuntu/+source/python2.7/2.7.11-7ubuntu1/+build/9589511.
But is there a way to download from the Ubuntu Package page? I like the search system better.
package-management arm arm64
edited Jun 5 at 7:30
Melebius
3,61041636
3,61041636
asked Jun 4 at 21:51
echo
132
132
1
The "search and download site" packages.ubuntu.com/⦠... ... e.g. 16.04 packages.ubuntu.com/xenial/libpython2.7 : Clickarm64
to get to the download link page.
â Knud Larsen
Jun 4 at 22:13
@echo Good call on avoiding the Debian package. Using Debian packages on an Ubuntu system is a recipe for breaking the OS.
â dsstorefile1
Jun 5 at 0:11
1
Launchpad isn't debian's website, it's an official Ubuntu website made by Canonical
â Eskander Bejaoui
Jun 5 at 3:33
add a comment |Â
1
The "search and download site" packages.ubuntu.com/⦠... ... e.g. 16.04 packages.ubuntu.com/xenial/libpython2.7 : Clickarm64
to get to the download link page.
â Knud Larsen
Jun 4 at 22:13
@echo Good call on avoiding the Debian package. Using Debian packages on an Ubuntu system is a recipe for breaking the OS.
â dsstorefile1
Jun 5 at 0:11
1
Launchpad isn't debian's website, it's an official Ubuntu website made by Canonical
â Eskander Bejaoui
Jun 5 at 3:33
1
1
The "search and download site" packages.ubuntu.com/⦠... ... e.g. 16.04 packages.ubuntu.com/xenial/libpython2.7 : Click
arm64
to get to the download link page.â Knud Larsen
Jun 4 at 22:13
The "search and download site" packages.ubuntu.com/⦠... ... e.g. 16.04 packages.ubuntu.com/xenial/libpython2.7 : Click
arm64
to get to the download link page.â Knud Larsen
Jun 4 at 22:13
@echo Good call on avoiding the Debian package. Using Debian packages on an Ubuntu system is a recipe for breaking the OS.
â dsstorefile1
Jun 5 at 0:11
@echo Good call on avoiding the Debian package. Using Debian packages on an Ubuntu system is a recipe for breaking the OS.
â dsstorefile1
Jun 5 at 0:11
1
1
Launchpad isn't debian's website, it's an official Ubuntu website made by Canonical
â Eskander Bejaoui
Jun 5 at 3:33
Launchpad isn't debian's website, it's an official Ubuntu website made by Canonical
â Eskander Bejaoui
Jun 5 at 3:33
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
For ARM packages, take the path given there (pool/main/p/python2.7/
in this case), and append it to http://ports.ubuntu.com, and pick the version you want from the directory listing on that page:
Also, Launchpad isn't Debian's site. It's Ubuntu's. That package is Ubuntu's.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
For ARM packages, take the path given there (pool/main/p/python2.7/
in this case), and append it to http://ports.ubuntu.com, and pick the version you want from the directory listing on that page:
Also, Launchpad isn't Debian's site. It's Ubuntu's. That package is Ubuntu's.
add a comment |Â
up vote
2
down vote
accepted
For ARM packages, take the path given there (pool/main/p/python2.7/
in this case), and append it to http://ports.ubuntu.com, and pick the version you want from the directory listing on that page:
Also, Launchpad isn't Debian's site. It's Ubuntu's. That package is Ubuntu's.
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
For ARM packages, take the path given there (pool/main/p/python2.7/
in this case), and append it to http://ports.ubuntu.com, and pick the version you want from the directory listing on that page:
Also, Launchpad isn't Debian's site. It's Ubuntu's. That package is Ubuntu's.
For ARM packages, take the path given there (pool/main/p/python2.7/
in this case), and append it to http://ports.ubuntu.com, and pick the version you want from the directory listing on that page:
Also, Launchpad isn't Debian's site. It's Ubuntu's. That package is Ubuntu's.
answered Jun 5 at 1:15
muru
128k19269459
128k19269459
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1043634%2fhow-do-i-download-a-deb-file-for-arm64-from-ubuntu-packages-website%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
1
The "search and download site" packages.ubuntu.com/⦠... ... e.g. 16.04 packages.ubuntu.com/xenial/libpython2.7 : Click
arm64
to get to the download link page.â Knud Larsen
Jun 4 at 22:13
@echo Good call on avoiding the Debian package. Using Debian packages on an Ubuntu system is a recipe for breaking the OS.
â dsstorefile1
Jun 5 at 0:11
1
Launchpad isn't debian's website, it's an official Ubuntu website made by Canonical
â Eskander Bejaoui
Jun 5 at 3:33