# Aktualizacja Debian Squeeze do Wheezy

DevFeed: [Aktualizacja Debian Squeeze do Wheezy](<https://devfeed.tech/articles/aktualizacja-debian-squeeze-do-wheezy-27534.md>)

Original publisher: [Read original article](<https://gagor.pro/2012/09/aktualizacja-debian-squeeze-do-wheezy/>)

Author: Tom

Published: 2012-09-24T00:00:00Z

Content type: tutorial

Language: pl

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Debian](<https://devfeed.tech/topics/debian.md>), [apt](<https://devfeed.tech/topics/apt.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [apt](<https://devfeed.tech/tags/apt.md>), [backup](<https://devfeed.tech/tags/backup.md>), [debian](<https://devfeed.tech/tags/debian.md>), [linux](<https://devfeed.tech/tags/linux.md>), [updates](<https://devfeed.tech/tags/updates.md>)

## AI overview

A Polish tutorial explains how to upgrade Debian Squeeze to Wheezy while the latter is still in beta. It covers backing up, changing APT repositories to the Wheezy testing branch, refreshing repositories, caching packages, and updating key packages and the rest of the system.

## Source excerpt

Obecnie dostępna jest już beta 2 Debiana Wheezy i utrzymywane są aktualizacje bezpieczeństwa więc powolutku można na testowych maszynach sprawdzać co i jak się zmieniło. Ponieważ do finalnej wersji pewnie sporo się jeszcze zmieni to postaram się z czasem aktualizować ten post by zawierał bieżące informacje. W razie wątpliwości patrz tutaj: http://wiki.debian.org/DebianTesting Robimy backup Aktualizujemy źródła wskazywały na paczki gałęzi testing (poniższe polecenie nadpisze Twoje obecne repozytoria): cat > /etc/apt/sources.list <<SRC deb http://ftp.pl.debian.org/debian/ wheezy main non-free contrib deb-src http://ftp.pl.debian.org/debian/ wheezy main non-free contrib deb http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free deb http://ftp.pl.debian.org/debian/ wheezy-updates main non-free contrib deb-src http://ftp.pl.debian.org/debian/ wheezy-updates main non-free contrib SRC Teraz odświeżamy repozytoria: