🌐
Ubuntu
launchpad.net › ubuntu › +source › binutils
binutils package in Ubuntu
Toolchain builds owned by PPA for Ubuntu Toolchain Uploads (restricted) Versions: Lucid (2.20.1-16lucid3), Maverick (2.21.1-1maverick1), Natty (2.21.1-1ubuntu2), Oneiric (2.22-4ubuntu1~11.10.1), Zesty (2.28-3ubuntu1) You can also search for other untrusted versions of 'binutils'.
🌐
Launchpad
launchpad.net › ~ubuntu-toolchain-r › +archive › ubuntu › binutils
binutils : “PPA for Ubuntu Toolchain Uploads (restricted)” team
You can update your system with unsupported packages from this untrusted PPA by adding ppa:ubuntu-toolchain-r/binutils to your system's Software Sources.
🌐
GitHub
github.com › Gallopsled › pwntools-binutils
GitHub - Gallopsled/pwntools-binutils: Building binutils for pwntools · GitHub
You should just be able to apt-get install binutils-arm-gnueabihf binutils-mipsel-linux-gnu. The Ubuntu installation process uses a Personal Package Archive (PPA) hosted by Ubuntu's Launchpad.
Starred by 84 users
Forked by 44 users
Languages   Ruby 75.9% | Shell 14.3% | Python 9.8%
🌐
pwntools
docs.pwntools.com › en › stable › install › binutils.html
Binutils — pwntools 4.15.0 documentation
Building binutils from source takes about 60 seconds on a modern 8-core machine. For Ubuntu 12.04 through 15.10, you must first add the pwntools Personal Package Archive repository. Ubuntu Xenial (16.04) has official packages for most architectures, and does not require this step. $ sudo apt-get install software-properties-common $ sudo apt-add-repository ppa:pwntools/binutils $ sudo apt-get update
🌐
Ubuntu
launchpad.net › ubuntu › +ppas
Personal Package Archives : Ubuntu
Personal Package Archives (PPA) allow you to upload Ubuntu source packages to be built and published as an apt repository by Launchpad.
🌐
Launchpad
launchpad.net › ~ubuntu-security-proposed › +archive › ubuntu › ppa › +build › 13703044
amd64 build of binutils 2.26.1-1ubuntu1~16.04.6 : PPA for Ubuntu Security Proposed : “Ubuntu Security Proposed” team
PPA for Ubuntu Security Proposed · Series: Xenial · Architecture: amd64 · Pocket: Release · Component: main · Binary packages produced by this build: binutils-2.26.1-1ubuntu1~16.04.6 · binutils-aarch64-linux-gnu-2.26.1-1ubuntu1~16.04.6 · binutils-alpha-linux-gnu-2.26.1-1ubuntu1~16.04.6 ·
🌐
Launchpad
launchpad.net › ~ubuntu-security-proposed › +archive › ubuntu › ppa › +build › 10577361
amd64 build of binutils 2.26.1-1ubuntu1~16.04.3 : PPA for Ubuntu Security Proposed : “Ubuntu Security Proposed” team
PPA for Ubuntu Security Proposed · Series: Xenial · Architecture: amd64 · Pocket: Release · Component: main · Binary packages produced by this build: binutils-2.26.1-1ubuntu1~16.04.3 · binutils-aarch64-linux-gnu-2.26.1-1ubuntu1~16.04.3 · binutils-alpha-linux-gnu-2.26.1-1ubuntu1~16.04.3 ·
🌐
Launchpad
launchpad.net › ~ubuntu-toolchain-r › +archive › ubuntu › binutils › +build › 21006847
i386 build of binutils 2.36.1-0ubuntu1 : binutils : “PPA for Ubuntu Toolchain Uploads (restricted)” team
February 10, 2021 - binutils_2.36.1-0ubuntu1_i386.changes (24.8 KiB) binutils_2.36.1-0ubuntu1_i386.buildinfo (39.0 KiB) Source: binutils - 2.36.1-0ubuntu1 · Archive: binutils · Series: Hirsute · Architecture: i386 · Pocket: Release · Component: main · Binary packages produced by this build: binutils-2.3...
Find elsewhere
🌐
UbuntuUpdates
ubuntuupdates.org › package › core › jammy › main › security › binutils
UbuntuUpdates - Package "binutils" (jammy 22.04)
PPAs nginx-nr-agent (bionic) linux-restricted-signatures-aws-6.8 (jammy) google-chrome-canary (stable) linux-restricted-signatures-oracle (questing) code-insiders (stable) linux-restricted-modules-aws-6.8 (jammy) google-chrome-beta (stable) firefox (questing) code (stable) opera-stable (stable) linux-restricted-modules-oracle (questing) linux-signed-oracle (questing) linux-meta-oracle (questing) linux-generate-oracle (questing) linux-restricted-signatures-oracle (jammy) antigravity (antigravity-debian) linux-restricted-modules-oracle (jammy) linux-signed-oracle (jammy) linux-meta-oracle (jammy
🌐
Ubuntu
packages.ubuntu.com › eo › jammy › binutils
Ubuntu – Details of package binutils in jammy
Download Source Package binutils: [binutils_2.38-4ubuntu2.8.dsc] [binutils_2.38.orig.tar.xz] [binutils_2.38-4ubuntu2.8.debian.tar.xz] Maintainer: Ubuntu Developers (Mail Archive) · Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly
🌐
pwntools
docs.pwntools.com › en › dev › install › binutils.html
Binutils — pwntools 5.0.0dev documentation
Building binutils from source takes about 60 seconds on a modern 8-core machine. For Ubuntu 12.04 through 15.10, you must first add the pwntools Personal Package Archive repository. Ubuntu Xenial (16.04) has official packages for most architectures, and does not require this step. $ sudo apt-get install software-properties-common $ sudo apt-add-repository ppa:pwntools/binutils $ sudo apt-get update
🌐
pwntools
docs.pwntools.com › en › stable › install › binutils.html
Binutils — pwntools 4.14.1 documentation
Building binutils from source takes about 60 seconds on a modern 8-core machine. For Ubuntu 12.04 through 15.10, you must first add the pwntools Personal Package Archive repository. Ubuntu Xenial (16.04) has official packages for most architectures, and does not require this step. $ sudo apt-get install software-properties-common $ sudo apt-add-repository ppa:pwntools/binutils $ sudo apt-get update
🌐
GitHub
github.com › Gallopsled › pwntools-binutils › blob › master › ubuntu › install.sh
pwntools-binutils/ubuntu/install.sh at master · Gallopsled/pwntools-binutils
sudo apt-add-repository --yes ppa:pwntools/binutils · sudo apt-get update · · sudo apt-get install binutils-$1-linux-gnu ·
Author   Gallopsled