x86_64-linux-gnu-objcopy
for x86_64-linux-gnu
Install
- All systems
-
curl cmd.cat/x86_64-linux-gnu-objcopy.sh
- Debian
-
apt-get install binutils
- Ubuntu
-
apt-get install binutils-2.26
- Alpine
-
apk add binutils
- Arch Linux
-
pacman -S binutils
- Kali Linux
-
apt-get install binutils-x86-64-linux-gnu
- CentOS
-
yum install binutils
- Fedora
-
dnf install binutils-x86_64-linux-gnu
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install binutils-2.26
- OS X
-
brew install binutils
- Raspbian
-
apt-get install binutils
- Dockerfile
- dockerfile.run/x86_64-linux-gnu-objcopy
- Docker
-
docker run cmd.cat/x86_64-linux-gnu-objcopy x86_64-linux-gnu-objcopy
powered by Commando
binutils-x86_64-linux-gnu
for x86_64-linux-gnu
binutils-multiarch
Binary utilities that support multi-arch targets
The programs in this package are used to manipulate binary and object files that may have been created on other architectures. This package is primarily for multi-architecture developers and cross-compilers and is not needed by normal users or developers. Note that a cross-assembling version of gas is not included in this package, just the binary utilities. NORMAL USERS SHOULD NOT INSTALL THIS PACKAGE. It's meant only for those requiring support for reading info from binaries from other architectures.
binutils-x86-64-linux-gnu
GNU binary utilities, for x86-64-linux-gnu target
This package provides GNU assembler, linker and binary utilities for the x86-64-linux-gnu target. You don't need this package unless you plan to cross-compile programs for x86-64-linux-gnu and x86-64-linux-gnu is not your native platform.
binutils
GNU assembler, linker and binary utilities
The programs in this package are used to assemble, link and manipulate binary and object files. They may be used in conjunction with a compiler and various libraries to build programs.