0% found this document useful (0 votes)
49 views4 pages

Introducción A Debian: Apt-Get Update y Apt-Upgrade

This document discusses how to update the operating system on a Debian server using APT. It explains editing the sources.list file to include repositories for updates and then running apt-get update and apt-get upgrade to download and install any available updates.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views4 pages

Introducción A Debian: Apt-Get Update y Apt-Upgrade

This document discusses how to update the operating system on a Debian server using APT. It explains editing the sources.list file to include repositories for updates and then running apt-get update and apt-get upgrade to download and install any available updates.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Introduccin a Debian

Actualizacin del sistema operativo con APT

apt-get update y apt-upgrade

root@debian-server# cd /etc/apt/ root@debian-server# nano sources.list

http://debgen.simplylinux.ch/

http://www.debian.org/doc/manuals/debian-reference/ch-system.es.html#s-ftparchives

deb http://ftp.us.debian.org/debian stable main contrib non-free deb-src http://ftp.us.debian.org/debian stable main contrib non-free deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free deb http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free

root@debian-server# apt-get update && apt-get upgrade

http://es.wikipedia.org/wiki/Sources.list https://help.ubuntu.com/community/AptGet/Howto

You might also like