How to Install c-compiler-avr software package in Debian 7 (Wheezy)

How to Install c-compiler-avr software package in Debian 7 (Wheezy)

c-compiler-avr software package provides virtual package provided by gcc-avr, you can install in your Debian 7 (Wheezy) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install c-compiler-avr

c-compiler-avr is installed in your system.

Make ensure the c-compiler-avr package were installed using the commands given below,

$ sudo dpkg-query -l | grep c-compiler-avr*

You will get with c-compiler-avr package name, version, architecture and description in a table

c-compiler-avr package basic information:

Distro Debian 7 wheezy
Section Virtual packages
Package c-compiler-avr
Version
Description virtual package provided by gcc-avr
Sub Section virtual


See Also, How to uninstall or remove c-compiler-avr software package from Debian 7 (Wheezy)?