Nicolás Boettcher
nicolas.boettcher@mail.udp.cl
Existen distintas alternativas:
• Instalables
o deb
o rpm
o sh
o otros
• repositories
o synaptic
o bazzar
o svn
o otros
• source code
o zip
o tar.gz
o tar.bz2
alien -d lala.rpm
• Scripts para ser ejecutados en la shell de Unix
• Lenguaje Bash
• La extensión no es importante
#!/bin/bash
echo hola mundo!
 
 
sudo apt-get update
sudo apt-get upgrade
apt-cache search -n sw
apt-cache show sw
sudo apt-get build-dep sw
sudo apt-get install sw
Subversion checkout
• svn co http://path sw
Bazaar
• bzr branch http://path sw
Archivo de 2,661,512 (2.5GB) procesado a la máxima
compresión. El tiempo se representa en mm:ss y el tamaño en
KB.
tar xzvf sw.tar.gz
cd sw
./configure
make && sudo make install
Instalar las últimas versiones de:
Wireshark
BlueZ
SWI-Prolog
Mysql
PostGreSql
Virtualbox
Asterisk
SSH

How To Install software on Ubuntu