Howto Set-Up A Complete Repository for Debian Wheezy

August 27, 2012 | By Duchateaux.

This Article Describe Exactly How to Set-Up a Complete apt Repositories on Debian Wheezy Linux.

The Local-Country Target of the Repo Example are for France but below you will find Link to Pick the Best Mirror for your Location.

The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.

Linux Crazy Penguin Ubuntu-Debian
  1. Open a Terminal Window
    (Press “Enter” to Execute Commands) Debian Wheezy GNOME 3 Open Terminal

  2. Edit sources.list File

    sudo gedit /etc/apt/sources.list

  3. Insert this Content


    deb http://ftp.fr.debian.org/debian testing main contrib non-free
    deb http://ftp.debian.org/debian/wheezy-updates main contrib non-free
    deb http://security.debian.org/wheezy/updates main contrib non-free
    #Third Parties Repos
    #Debian Multimedia
    deb http://www.las.ic.unicamp.br/pub/debian-multimedia/testing main
    #Debian Mozilla team
    deb http://your-mirror.debian.org/debian experimental main
    #deb-multimedia.org
    http://www.deb-multimedia.org squeeze main non-free
    #Oracle VM VirtualBox
    deb http://download.virtualbox.org/virtualbox/debian wheezy contrib non-free

    Debian How to Find the Best Mirror for your Location:

    Debian Pick Best Mirror
  4. Update

    sudo apt-get update

  5. To Enable 3rd-Party Repos

    su 

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

    For Debian Mozilla team.

    wget http://mozilla.debian.net/pkg-mozilla-archive-keyring_1.0_all.deb
    dpkg --install pkg-mozilla-archive-keyring_1.0_all.deb

    For Oracle VM VirtualBox.

    wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -

    (For the Newer Release in case of apt-key Issue see: Gpg.d Keyring Setup Guide.)


QuickChic Theme • Powered by WordPress