# vim /etc/apt/preferences
Package: firefox
Pin: 3.0*
Pin-Priority: 800
- "Package" refers to the name of the package
- "Pin" refer to the criteria used for the pinning. In this case version 3.0 of firefox
- "Pin-Priority": Priority to handle multiple pin entries
apt-get upgrade
OR
apt-get update