< Home - < Back

avr-binutils


Information about the package, avr-binutils, which is shipped with common Linux distributions. The avr-binutils package is designed for, Cross Compiling GNU binutils targeted at avr.


Package Name:

avr-binutils

Summary:

Cross Compiling GNU binutils targeted at avr

Description:

This is a Cross Compiling version of GNU binutils, which can be used to assemble and link binaries for the avr platform, instead of for the native x86_64 platform.

Architecture:

x86_64

Version:

2.20

Release:

2.el6

Size:

3.0 M

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for avr-binutils


Control the avr-binutils package with the following handy commands outlined below.


Command

Description of Command

yum install avr-binutils

This command will install avr-binutils on the server.

yum remove avr-binutils

This command will un-install avr-binutils on the server. When you run this command, you will be asked if you are sure that you want to remove avr-binutils, so you have to manually confirm that you want to do this.

yum -y remove avr-binutils

This command will un-install avr-binutils on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove avr-binutils when using the -y flag.

yum update avr-binutils

This command will update avr-binutils to the latest version. When you run this command, you will be asked if you are sure that you want to remove avr-binutils, so you have to manually confirm that you want to do this.

yum -y update avr-binutils

This command will update avr-binutils to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove avr-binutils when using the -y flag.

yum info avr-binutils

This command will show you core information about the avr-binutils package.

yum deplist avr-binutils

This command will show you the dependencies for avr-binutils. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update avr-binutils

This command will check if there is an update waiting on avr-binutils. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.