Instalando o VMware Server no Ubuntu 7.10

Veja o link: http://blog.riopro.com.br/2007/12/03/instalando-o-vmware-server-no-ubuntu-710/


simplesmente edite o arquivo /etc/apt/sources.list e descomente a linha do repositório da canonical (deb http://archive.canonical.com/ubuntu gutsy partner) e depois: sudo apt-get update && sudo apt-get install vmware-server.
Ele já vai instalar o vmware-console de quebra.


Virtualização parece ser o hype do momento, aquela “grande aposta” constante para ser a “próxima grande coisa”. Mas ao contrário da maioria dos hypes do universo da TI, este realmente tem algo de sólido em toda a comoção alardeada pela mídia. Ou seja, não chega a ser a solução para todos os males (como a grande mídia e os grandes vendors dizem), mas tem seu uso. Já podemos ter máquinas virtualizadas rodando com performance muito próximas dos sistemas nativos no mesmo hardware.
Aqui na Riopro utilizamos máquinas virtuais em quase todos os desktops da equipe de desenvolvimento há bastante tempo, geralmente para carregar outros sistemas operacionais para testar nossas aplicações, ou dar suporte à aplicações legadas. Porém recentemente passamos a empregar servidores virtuais em nosso ecossistema de TI, utilizando o VMware Server. Veja abaixo como fazer o mesmo, instalando o VMware Server em um servidor rodando Ubuntu 7.10.
Você já deve ter um computador com o Ubuntu 7.10 instalado, preferencialmente na versão “server”, mas as instruções servem para qualquer tipo de instalação.
Primeiramente, vá até a página de downloads do VMware Server e baixe a última versão do software. No momento que escrevo estas linhas, isso significa a versão 1.0.4 (build 56528). Você deverá aceitar a licença de uso, e a VMware lhe dará alguns números seriais para usar nas suas instalações. Guarde bem estes números, usaremos em breve.
Estamos interessados no arquivo referente ao VMware Server for Linux, na versão .tar.gz. Opcionalmente, baixe também o Management Interface para Linux. Salve ambos os arquivos baixados no servidor que rodará o o VMware Server (o “host”, daqui em diante).
Baixe também, na mesma página, o cliente do WMware Server para sua plataforma. Este programa será instalado no seu computador para instalar e administrar as máquinas virtuais rodando no servidor VMware. Eu uso Linux, então baixei o VMware Server Linux client package. Se você usa Windows no seu computador, baixe o VMware Server Windows client package. Salve este arquivo .zip no seu computador.
Primeiramente, instale os pacotes necessários para instalação do VMware Server:$ sudo aptitude install build-essential linux-headers-`uname -r` xinetd libx11-6 libxtst6 libxt6 libxrender1
Agora extraia o arquivo baixado e instale o programa com:$ tar xfz VMware-server-1.0.4-56528.tar.gz
$ cd vmware-server-distrib/
$ sudo ./vmware-install.pl
O programa irá lhe fazer várias perguntas, e você pode aceitar a resposta padrão para todas elas, se quiser. Para fazer isso, basta dar “Enter” em cada questão. Você precisará também aceitar a licença de uso da VMware, basta ir dando “espaço” para chegar até o final do texto, e então escrever “yes” e dar “enter”. Ao final da instalação, será pedido um número serial: insira um dos números que lhe foi dado pela VMware ao fazer o download, com atenção para incluir os hífens no texto.
No meu caso, eu mudei o local padrão das máquinas virtuais para /var/vmware (na pergunta “In which directory do you want to keep your virtual machine files?“). Também não habilitei o uso de NAT para as máquinas virtuais, no só usarei rede em modo bridge mesmo neste servidor.
Tudo pronto. Caso não haja nenhum erro, o VMware Server já está instalado, rodando, e preparado para iniciar automaticamente no boot. Se você enfrentou algum erro durante a instalação, tente novamente fazendo um sudo vmware-uninstall.pl e em seguida sudo ./vmware-install.pl na pasta vmware-server-distrib.
Agora só falta instalar o console do VMware no seu micro para poder acessar o servidor VMware e criar as máquinas virtuais. Vamos lá. Irei mostrar a instalação em um micro rodando Linux, para o Windows deve ser semelhante.
Em seu computador, abra o arquivo VMware-server-linux-client-1.0.4-56528.zip e extraia dele o arquivo VMware-server-console-1.0.4-56528.tar.gz. Descompacte este último em uma pasta qualquer e entre na pasta gerada (vmware-server-console-distrib). O processo aqui é semelhante ao do servidor, mas mais simples. Digite nesta pasta, via terminal: sudo ./vmware-install.pl e siga as instruções. Mais uma vez, o instalador lhe fará várias perguntas e o default é sufuciente para todas.
Ao final da instalação, infelizmente um lançador gráfico não é gerado automaticamente, mas você pode fazer isso depois. Para abrir o comando, basta digitar Alt+F2 (se usar o Gnome), digitar vmware-server-console e clicar em Executar. Na janela que se abre, entre com o nome ou IP do servidor rodando o VMware Server no campo Host name, e um login e senha válidos neste servidor, e clique em Connect.

Você agora está conectado ao seu servidor. Clique em “Create a new virtual machine” e prossiga conforme suas necessidades.
Uma última dica: Após configuradas sua máquina virtual, vá nas Settings da mesma, na aba Options, e abra a sessão “Startup/Shutdown”. Aqui você deve especificar qual comportamento a máquina virtual (o guest) deve ter quando o servidor (o host) for ligado e desligado. Preencha conforme suas necessidades, porém no campo “On host shutdown” é melhor deixar a opção “Shut down guest operating system”. Assim, quando você mandar desligar o host, o VMware irá mandar um sinal de desligamento também para o guest, fazendo o SO do guest se desligar corretamente. A opção padrão, “Power off virtual machine”, é o equivalente à “meter o dedo no power” do guest toda vez que o host for desligado.
 

Dicas para configurar Fstab

LInk: http://ubuntuforums.org/showthread.php?t=283131

Para listar todas partições por UUID:
ls /dev/disk/by-uuid -alh

Por ID:
ls /dev/disk/by-id -lah

Por Label do volume:
ls /dev/disk/by-label -lah

Listar partições com fdisk:
sudo fdisk -l

Sintaxe do Fstab:
[Device] [Mount Point] [File_system] [Options] [dump] [fsck order]

Para Criar um ponto de montagem:
sudo mkdir /media/disc

Para montar um arquivo ISO:
sudo mount -t iso9660 -o ro,loop=/dev/loop0

Pode-se também configurar fstab para montar um diretório de rede:
NFS:
server:/shared_directory /mnt/nfs nfs 0 0
SAMBA:
//win_box/shared_folder /mnt/samba smbfs rw,credentials=/home/user_name/winbox-credentials.txt 0 0


Para testar o fstab digite:

sudo mount -a
 

Instalando Familiar no iPaq H3900

Installing on H3900 uses the same basic process as installing on older models of iPAQ. This document only describes aspects that are specific to H3900.

BootBlaster

The regular StrongARM bootblaster will not run on XScale-based machines. Use the H3900 build, available at http://handhelds.org/feeds/BootBlaster3900/.

Bootldr

H3900 support is included in bootldr 2.19.xx. Binaries for XScale are located at http://handhelds.org/feeds/bootldr/pxa/.

Root images

Some experimental root images live in this directory. The "-3900" images are appropriate for H3900. GPE2 and Opie versions are available.

Kernels

Latest PXA kernels can be found in the 2.4.19 feed. Add this line to ipkg.conf:

 src 2.4.19 http://handhelds.org/feeds/2.4.19/

and then type ipkg install kernel-pxa to install the current kernel.


Philip Blundell
Last modified: Wed Feb 05 10:43:03 GMT 2003



The current stable release is v0.8.4
 

Lista de Pacotes Instalados

Para criar a lista em um arquivo texto digite:
dpkg -l -> Listacompleta.txt


Desejado=U=Desconhecido/Instalar/Remover/aPagar/H=Manter
| status=Não/Instalado/arquiv.-Config./U=Descomp./Falhou-config/H=semi-inst.
|/ Erro?=(nenhum)/H=Mantido/precisa-Reinst./X=os dois problemas (status,Erro: maiúsculas=ruim)
||/ Nome Versão Descrição
+++-================================-======================================-============================================
ii acpi 0.09-1 displays information on ACPI devices
ii acpi-support 0.95 a collection of useful events for acpi
ii acpid 1.0.4-5ubuntu6 Utilities for using ACPI power management
ii adduser 3.100 Add and remove users and groups
ii aegis-virus-scanner 0.1.1-1 A virus scanner for Linux/Unix systems
ii alacarte 0.11.3-0ubuntu2 easy menu editing
ii alsa-base 1.0.13-3ubuntu1 ALSA driver configuration files
ii alsa-utils 1.0.13-1ubuntu5 ALSA utilities
ii anacron 2.3-13ubuntu2 cron-like program that doesn't go by time
ii apache-common 1.3.34-4.1 support files for all Apache webservers
ii apache2 2.2.3-3.2ubuntu2 Next generation, scalable, extendable web se
ii apache2-mpm-prefork 2.2.3-3.2ubuntu2 Traditional model for Apache HTTPD 2.1
ii apache2-utils 2.2.3-3.2ubuntu2 utility programs for webservers
ii apache2.2-common 2.2.3-3.2ubuntu2 Next generation, scalable, extendable web se
ii apmd 3.2.2-8ubuntu2 Utilities for Advanced Power Management (APM
ii app-install-data 0.3.31 GNOME Application Installer (data files)
ii app-install-data-commercial 7.3 Application Installer (data files for commer
ii apport 0.76.1 automatically generate crash reports for deb
ii apport-gtk 0.76.1 GTK frontend for the apport crash report sys
ii appres 1.0.0-0ubuntu1 X client - appres
ii apt 0.6.46.4ubuntu10 Advanced front-end for dpkg
ii apt-utils 0.6.46.4ubuntu10 APT utility programs
ii aptitude 0.4.4-1ubuntu3 terminal-based apt frontend
ii arj 3.10.22-2 archiver for .arj files
ii aspell 0.60.4-4 GNU Aspell spell-checker
ii aspell-en 6.0-0-5.1 English dictionary for GNU Aspell
ii aspell-pt 1.0 Portuguese dictionaries for GNU Aspell (old
ii aspell-pt-br 3.0~beta4-2build1 Brazilian Portuguese dictionary for GNU Aspe
ii aspell-pt-pt 20060914-1 European Portuguese dictionary for GNU Aspel
ii at 3.1.10ubuntu4 Delayed job execution and batch processing
ii at-spi 1.18.1-0ubuntu1 Assistive Technology Service Provider Interf
ii authtool 0.2.0 network authentication configuration tool
ii authtool-gtk 0.2.0 network authentication configuration tool
ii avahi-autoipd 0.6.17-0ubuntu3 Avahi IPv4LL network address configuration d
ii avahi-daemon 0.6.17-0ubuntu3 Avahi mDNS/DNS-SD daemon
ii avast4workstation 1.0.8-2 avast! antivirus
ii base-files 4ubuntu2 Debian base system miscellaneous files
ii base-passwd 3.5.11 Debian base system master password and group
ii bash 3.2-0ubuntu7 The GNU Bourne Again SHell
ii bc 1.06-20ubuntu2 The GNU bc arbitrary precision calculator la
ii beforelight 1.0.1-0ubuntu1 X client - beforelight
ii belocs-locales-bin 2.4-2ubuntu2 tools for compiling locale data files
ii bind9 9.3.4-2ubuntu2.1 Internet Domain Name Server
ii bind9-doc 9.3.4-2ubuntu2.1 Documentation for BIND
ii bind9-host 9.3.4-2ubuntu2.1 Version of 'host' bundled with BIND 9.X
ii binfmt-support 1.2.8 Support for extra binary formats
ii binutils 2.17.20070103cvs-0ubuntu2 The GNU assembler, linker and binary utiliti
ii bitmap 1.0.2-0ubuntu1 X client - bitmap
ii bittorrent 3.4.2-10ubuntu2 Scatter-gather network file transfer
ii bluez-cups 3.9-0ubuntu4 Bluetooth printer driver for CUPS
ii bluez-gnome 0.6-1ubuntu3 Bluetooth utilities for GNOME
ii bluez-pin 0.30-2.1ubuntu3 Bluetooth PIN helper with D-BUS support
ii bluez-utils 3.9-0ubuntu4 Bluetooth tools and daemons
ii brltty 3.7.2-7ubuntu3 Access software for a blind person using a s
ii brltty-x11 3.7.2-7ubuntu3 Access software for a blind person using a s
ii bsdmainutils 6.1.5ubuntu1 collection of more utilities from FreeBSD
ii bsdutils 2.12r-17ubuntu2.1 Basic utilities from 4.4BSD-Lite
ii bsh 2.0b4-4ubuntu4 Java scripting environment (BeanShell) Versi
ii bug-buddy 2.18.1-0ubuntu1 GNOME Desktop Environment bug reporting tool
ii busybox-initramfs 1.1.3-3ubuntu3 Standalone shell setup for initramfs
ii bzip2 1.0.3-6build1 high-quality block-sorting file compressor -
ii ca-certificates 20061027 Common CA Certificates PEM files
ii capplets-data 2.18.1-0ubuntu2.1 configuration applets for GNOME 2 - data fil
ii cdparanoia 3.10+debian~pre0-4build1 audio extraction tool for sampling CDs
ii cdrdao 1.2.2-5ubuntu1 records CDs in Disk-At-Once (DAO) mode
ii cdrecord 1.1.2-1ubuntu1 Dummy transition package for wodim
ii chkrootkit 0.47-1build1 Checks for signs of rootkits on the local sy
ii clamav 0.90.2-0ubuntu1.4 antivirus scanner for Unix
ii clamav-base 0.90.2-0ubuntu1.4 base package for clamav, an anti-virus utili
ii clamav-freshclam 0.90.2-0ubuntu1.4 downloads clamav virus databases from the In
ii clamtk 2.31-0ubuntu1 graphical front-end for ClamAV
ii cli-common 0.4.6 common files between all CLI (.NET) packages
ii command-not-found 0.2.4 Suggest installation of packages in interact
ii command-not-found-data 0.2.4 Set of data files for command-not-found.
ii compiz 0.3.6-1ubuntu13 OpenGL window and compositing manager
ii compiz-core 0.3.6-1ubuntu13 OpenGL window and compositing manager
ii compiz-gnome 0.3.6-1ubuntu13 OpenGL window and compositing manager - GNOM
ii compiz-gtk 0.3.6-1ubuntu13 OpenGL window and compositing manager - Gtk
ii compiz-plugins 0.3.6-1ubuntu13 OpenGL window and compositing manager - plug
ii console-setup 1.13ubuntu13 Setup the font and the keyboard on the conso
ii console-terminus 4.20-5 Fixed-width fonts for fast reading on the Li
ii console-tools 0.2.3dbs-65ubuntu3 Linux console and font utilities
ii contact-lookup-applet 0.15-1build2 contact lookup applet for GNOME
ii coreutils 5.97-5.2ubuntu3 The GNU core utilities
ii cpio 2.6-17 GNU cpio -- a program to manage archives of
ii cpp 4.1.2-1ubuntu1 The GNU C preprocessor (cpp)
ii cpp-4.1 4.1.2-0ubuntu4 The GNU C preprocessor
ii cron 3.0pl1-100ubuntu1 management of regular background processing
ii cups-pdf 2.4.2-3 PDF printer for CUPS
ii cupsys 1.2.8-0ubuntu8.1 Common UNIX Printing System(tm) - server
ii cupsys-bsd 1.2.8-0ubuntu8.1 Common UNIX Printing System(tm) - BSD comman
ii cupsys-client 1.2.8-0ubuntu8.1 Common UNIX Printing System(tm) - client pro
ii cupsys-common 1.2.8-0ubuntu8.1 Common UNIX Printing System(tm) - common fil
ii cupsys-driver-gutenprint 5.0.0.99.1-0ubuntu2 printer drivers for CUPS
ii curl 7.15.5-1ubuntu2.1 Get a file from an HTTP, HTTPS, FTP or GOPHE
ii dash 0.5.3-5ubuntu2 The Debian Almquist Shell
ii dbus 1.0.2-1ubuntu4 simple interprocess messaging system
ii dbus-1-utils 1.0.2-1ubuntu4 simple interprocess messaging system (utilit
ii dc 1.06-20ubuntu2 The GNU dc arbitrary precision reverse-polis
ii dcraw 8.39-1 decode raw digital camera images
ii debconf 1.5.13ubuntu1 Debian configuration management system
ii debconf-i18n 1.5.13ubuntu1 full internationalization support for debcon
ii debianutils 2.17.4build1 Miscellaneous utilities specific to Debian
ii deborphan 1.7.23 Find orphaned libraries
ii defoma 0.11.10 Debian Font Manager -- automatic font config
ii deskbar-applet 2.18.1-0ubuntu2 keyword-driven navigational bar for GNOME
ii desktop-base 4.0.0 common files for the Debian Desktop
ii desktop-effects 0.7.1-0ubuntu4 preferences applet for configuring desktop e
ii desktop-file-utils 0.12-0ubuntu2 Utilities for .desktop files
ii dhcdbd 2.0-2ubuntu3 D-Bus interface to the ISC DHCP client
ii dhcp3-client 3.0.4-12ubuntu4 DHCP Client
ii dhcp3-common 3.0.4-12ubuntu4 Common files used by all the dhcp3* packages
ii dialog 1.0-20060221-1 Displays user-friendly dialog boxes from she
ii dictionaries-common 0.70.11ubuntu1 Common utilities for spelling dictionary too
ii diff 2.8.1-11ubuntu4 File comparison utilities
ii discover1 1.7.20ubuntu1 hardware identification system
ii discover1-data 2.2007.02.02ubuntu1 Data lists for Discover hardware detection s
ii diveintopython 5.4-2ubuntu2 free Python book for experienced programmers
ii dmidecode 2.8-2 Dump Desktop Management Interface data
ii dmsetup 1.02.08-1ubuntu10 The Linux Kernel Device Mapper userspace lib
ii dnsutils 9.3.4-2ubuntu2.1 Clients provided with BIND
ii doc-base 0.7.21ubuntu2 utilities to manage online documentation
ii docbook-xml 4.4-5 standard XML documentation system, for softw
ii dosfstools 2.11-2.1ubuntu3 Utilities to create and check MS-DOS FAT fil
ii dpkg 1.13.24ubuntu6 package maintenance system for Debian
ii dselect 1.13.24ubuntu6 user tool to manage Debian packages
ii dvd+rw-tools 7.0-6 DVD+-RW/R tools
ii e2fslibs 1.39+1.40-WIP-2006.11.14+dfsg-2ubuntu1 ext2 filesystem libraries
ii e2fsprogs 1.39+1.40-WIP-2006.11.14+dfsg-2ubuntu1 ext2 file system utilities and libraries
ii ed 0.2-20 The classic unix line editor
ii editres 1.0.1-0ubuntu1 X client - editres
ii eject 2.1.4-2.1ubuntu2 ejects CDs and operates CD-Changers under Li
ii ekiga 2.0.3-0ubuntu8 H.323 and SIP compatible VOIP client
ii emacs21 21.4a+1-2ubuntu1.1 The GNU Emacs editor
ii emacs21-bin-common 21.4a+1-2ubuntu1.1 The GNU Emacs editor's shared, architecture
ii emacs21-common 21.4a+1-2ubuntu1.1 The GNU Emacs editor's shared, architecture
ii emacsen-common 1.4.17 Common facilities for all emacsen
ii enscript 1.6.4-11build1 Converts ASCII text to Postscript, HTML, RTF
ii eog 2.18.1-0ubuntu1 Eye of Gnome graphics viewer program
ii esound 0.2.36-3ubuntu4 Enlightened Sound Daemon - Support binaries
ii esound-clients 0.2.36-3ubuntu4 Enlightened Sound Daemon - clients
ii esound-common 0.2.36-3ubuntu4 Enlightened Sound Daemon - Common files
ii espeak 1.21-0ubuntu1 A multi-lingual software speech synthesizer
ii espeak-data 1.21-0ubuntu1 A multi-lingual software speech synthesizer:
ii ethtool 5-1build1 display or change ethernet card settings
ii evince 0.8.1-0ubuntu1 Document (postscript, pdf) viewer
ii evolution 2.10.1-0ubuntu2 groupware suite with mail client and organiz
ii evolution-common 2.10.1-0ubuntu2 architecture independent files for Evolution
ii evolution-data-server 1.10.1-0ubuntu1.1 evolution database backend server
ii evolution-data-server-common 1.10.1-0ubuntu1.1 architecture independent files for Evolution
ii evolution-exchange 2.10.1-0ubuntu1 Exchange plugin for the Evolution groupware
ii evolution-plugins 2.10.1-0ubuntu2 standard plugins for Evolution
ii evolution-webcal 2.10.0-0ubuntu1 webcal: URL handler for GNOME and Evolution
ii example-content 26 Ubuntu example content
ii f-spot 0.3.5-0ubuntu2 personal photo management application
ii fdutils 5.5-20060227-1.1 Linux floppy utilities
ii feisty-gdm-themes 0.21 Feisty GDM themes
ii feisty-session-splashes 0.12 Feisty Session Splashes
ii feisty-wallpapers 0.12 Feisty Wallpapers
ii festival 1.4.3-17.2ubuntu1 general multi-lingual speech synthesis syste
ii festlex-cmu 1.4.0-6 CMU dictionary for Festival
ii festlex-poslex 1.4.0-5 Part of speech lexicons and ngram from Engli
ii festvox-kallpc16k 1.4.0-5 American English male speaker for festival,
ii file 4.19-1ubuntu2.1 Determines file type using "magic" numbers
ii file-roller 2.18.1-0ubuntu1 an archive manager for GNOME
ii findutils 4.2.28-2 utilities for finding files--find, xargs, an
ii finger 0.17-10ubuntu1 user information lookup program
ii firefox 2.0.0.8+1nobinonly-0ubuntu1 lightweight web browser based on Mozilla
ii firefox-gnome-support 2.0.0.8+1nobinonly-0ubuntu1 Support for Gnome in Mozilla Firefox
ii fontconfig 2.4.2-1ubuntu1 generic font configuration library - support
ii fontconfig-config 2.4.2-1ubuntu1 generic font configuration library - configu
ii foo2zjs 20061224-0ubuntu3 Support for printing to ZjStream-based print
ii foomatic-db 20070327-0ubuntu1 OpenPrinting printer support - database
ii foomatic-db-engine 3.0.2-20070303-0ubuntu1 OpenPrinting printer support - programs
ii foomatic-db-hpijs 20070327-0ubuntu1 OpenPrinting printer support - database for
ii foomatic-filters 3.0.2-20070323-0ubuntu1 OpenPrinting printer support - filters
ii fortune-mod 1.99.1-3ubuntu1 provides fortune cookies on demand
ii fortunes-min 1.99.1-3ubuntu1 Data files containing fortune cookies
ii fping 2.4b2-to-ipv6-14 sends ICMP ECHO_REQUEST packets to network h
ii freeglut3 2.4.0-5 OpenGL Utility Toolkit
ii fstobdf 1.0.2-0ubuntu1 X client - fstobdf
ii ftp 0.17-16 The FTP client
ii gaim 2.0.0+beta6-1ubuntu4 multi-protocol instant messaging client
ii gaim-data 2.0.0+beta6-1ubuntu4 multi-protocol instant messaging client - da
ii gamin 0.1.8-1ubuntu3 File and directory monitoring system
ii gcalctool 5.9.14-0ubuntu1 A GTK2 desktop calculator
ii gcc 4.1.2-1ubuntu1 The GNU C compiler
ii gcc-3.3-base 3.3.6-15ubuntu1 The GNU Compiler Collection (base package)
ii gcc-4.1 4.1.2-0ubuntu4 The GNU C compiler
ii gcc-4.1-base 4.1.2-0ubuntu4 The GNU Compiler Collection (base package)
ii gcj-4.1-base 4.1.2-0ubuntu5 The GNU Compiler Collection (gcj base packag
ii gconf-editor 2.18.0-0ubuntu1 An editor for the GConf configuration system
ii gconf2 2.18.0.1-0ubuntu1 GNOME configuration database system (support
ii gconf2-common 2.18.0.1-0ubuntu1 GNOME configuration database system (common
ii gdb 6.6.dfsg-1ubuntu2 The GNU Debugger
ii gdebi 0.2.4ubuntu1 Simple tool to install deb files
ii gdebi-core 0.2.4ubuntu1 Simple tool to install deb files
ii gdm 2.18.1-0ubuntu1 GNOME Display Manager
ii gedit 2.18.1-0ubuntu1 light-weight text editor
ii gedit-common 2.18.1-0ubuntu1 light-weight text editor support files
ii genisoimage 1.1.2-1ubuntu1 Creates ISO-9660 CD-ROM filesystem images
ii gettext-base 0.16.1-1ubuntu2 GNU Internationalization utilities for the b
ii gij 4.1.2-1ubuntu1 The GNU Java bytecode interpreter
ii gij-4.1 4.1.2-0ubuntu5 The GNU Java bytecode interpreter
ii gimp 2.2.13-1ubuntu4.3 The GNU Image Manipulation Program
ii gimp-data 2.2.13-1ubuntu4.3 Data files for The GIMP
ii gimp-print 5.0.0.99.1-0ubuntu2 print plugin for the GIMP
ii gimp-python 2.2.13-1ubuntu4.3 Python support and plugins for The GIMP
ii gimp-svg 2.2.13-1ubuntu4.3 SVG (Scalable Vector Graphics) plugin for Th
ii gksu 2.0.0-1ubuntu3 graphical frontend to su
ii gnome-about 2.18.1-0ubuntu1 The GNOME about box
ii gnome-accessibility-themes 2.18.1-0ubuntu1 accessibility themes for the GNOME 2 desktop
ii gnome-app-install 0.3.31 GNOME Application Installer
ii gnome-applets 2.18.0-0ubuntu1 Various applets for GNOME 2 panel - binary f
ii gnome-applets-data 2.18.0-0ubuntu1 Various applets for GNOME 2 panel - data fil
ii gnome-bluetooth 0.8.0-0ubuntu4 GNOME Bluetooth tools.
ii gnome-btdownload 0.0.25-1ubuntu1 Gnome interface for 'executing' BitTorrent f
ii gnome-cards-data 2.18.1-0ubuntu1 data files for the GNOME card games
ii gnome-control-center 2.18.1-0ubuntu2.1 utilities to configure the GNOME desktop
ii gnome-cups-manager 0.31-3ubuntu5 CUPS printer admin tool for GNOME
ii gnome-desktop-data 2.18.1-0ubuntu1 Common files for GNOME 2 desktop apps
ii gnome-doc-utils 0.10.3-0ubuntu1 a collection of documentation utilities for
ii gnome-games 2.18.1-0ubuntu1 games for the GNOME desktop
ii gnome-games-data 2.18.1-0ubuntu1 data files for the GNOME games
ii gnome-games-extra-data 2.17.90-0ubuntu1 games for the GNOME desktop (extra artwork)
ii gnome-icon-theme 2.18.0-0ubuntu4 GNOME Desktop icon theme
ii gnome-keyring 0.8.1-0ubuntu1 GNOME keyring services (daemon and tools)
ii gnome-keyring-manager 2.18.0-0ubuntu1 keyring management program for the GNOME des
ii gnome-mag 0.14.3-0ubuntu1 a screen magnifier for the GNOME desktop
ii gnome-media 2.18.0-0ubuntu1 GNOME media utilities
ii gnome-media-common 2.18.0-0ubuntu1 GNOME media utilities - common files
ii gnome-menus 2.18.0-0ubuntu3 an implementation of the freedesktop menu sp
ii gnome-mime-data 2.4.3-1 base MIME and Application database for GNOME
ii gnome-mount 0.5-2ubuntu8 wrapper for (un)mounting and ejecting storag
ii gnome-netstatus-applet 2.12.1-0ubuntu3 Network status applet for GNOME 2
ii gnome-nettool 2.18.0-0ubuntu1 network information tool for GNOME
ii gnome-orca 2.18.1-0ubuntu1 scriptable screen reader
ii gnome-panel 2.18.1-0ubuntu3.1 launcher and docking facility for GNOME 2
ii gnome-panel-data 2.18.1-0ubuntu3.1 common files for GNOME 2 panel
ii gnome-pilot 2.0.15-0.1ubuntu1 A GNOME applet for management of your Palm P
ii gnome-pilot-conduits 2.0.15-0.1ubuntu1 conduits for gnome-pilot
ii gnome-power-manager 2.18.2-0ubuntu3 frontend for gnome-powermanager
ii gnome-screensaver 2.18.1-0ubuntu1 a screen saver and locker
ii gnome-session 2.18.0-0ubuntu3 The GNOME 2 Session Manager
ii gnome-spell 1.0.7-1ubuntu2 GNOME/Bonobo component for spell checking
ii gnome-system-monitor 2.18.1.1-0ubuntu1 Process viewer and system resource monitor f
ii gnome-system-tools 2.18.1-0ubuntu2 Cross-platform configuration utilities for G
ii gnome-terminal 2.18.0-0ubuntu1 The GNOME 2 terminal emulator application
ii gnome-terminal-data 2.18.0-0ubuntu1 Data files for the GNOME terminal emulator
ii gnome-themes 2.18.1-0ubuntu1 official themes for the GNOME 2 desktop
ii gnome-user-guide 2.18.1-0ubuntu1 GNOME user's guide
ii gnome-utils 2.18.0-0ubuntu2 GNOME desktop utilities
ii gnome-volume-manager 2.17.0-0ubuntu2 GNOME daemon to auto-mount and manage media
ii gnupg 1.4.6-1ubuntu2 GNU privacy guard - a free PGP replacement
ii gpgv 1.4.6-1ubuntu2 GNU privacy guard - signature verification t
ii grep 2.5.1.ds2-6build1 GNU grep, egrep and fgrep
ii groff-base 1.18.1.1-12 GNU troff text-formatting system (base syste
ii grub 0.97-20ubuntu6 GRand Unified Bootloader
ii gs-common 0.3.11ubuntu1 Common files for different Ghostscript relea
ii gs-esp 8.15.4.dfsg.1-0ubuntu1 The Ghostscript PostScript interpreter - ESP
ii gs-esp-x 8.15.4.dfsg.1-0ubuntu1 The Ghostscript PostScript interpreter - ESP
ii gsambad 0.1.4-2ubuntu0.1 GTK+ configuration tool for samba
ii gsfonts 8.11+urwcyr1.0.7~pre41-1 Fonts for the Ghostscript interpreter(s)
ii gstreamer0.10-alsa 0.10.12-0ubuntu1 GStreamer plugin for ALSA
ii gstreamer0.10-esd 0.10.5-1ubuntu2 GStreamer plugin for ESD
ii gstreamer0.10-gnomevfs 0.10.12-0ubuntu1 GStreamer plugin for GnomeVFS
ii gstreamer0.10-plugins-base 0.10.12-0ubuntu1 GStreamer plugins from the "base" set
ii gstreamer0.10-plugins-base-apps 0.10.12-0ubuntu1 GStreamer helper programs from the "base" se
ii gstreamer0.10-plugins-good 0.10.5-1ubuntu2 GStreamer plugins from the "good" set
ii gstreamer0.10-plugins-ugly 0.10.5-0ubuntu2 GStreamer plugins from the "ugly" set
ii gstreamer0.10-tools 0.10.12-0ubuntu2 Tools for use with GStreamer
ii gstreamer0.10-x 0.10.12-0ubuntu1 GStreamer plugins for X11 and Pango
ii gthumb 2.10.2-0ubuntu1 an image viewer and browser
ii gtk2-engines 2.10.1-0ubuntu1 theme engines for GTK+ 2.x
ii gtk2-engines-pixbuf 2.10.11-0ubuntu3 Pixbuf-based theme for GTK+ 2.x
ii gtk2-engines-ubuntulooks 0.9.12-4 'ubuntulooks' theme for GTK+ 2.x
ii gtkhtml3.14 3.14.1-0ubuntu2 HTML rendering/editing library - bonobo comp
ii gucharmap 1.10.0-0ubuntu1 Unicode character picker and font browser
ii guile-1.6-libs 1.6.8-6build1 Main Guile libraries
ii gutenprint-locales 5.0.0.99.1-0ubuntu2 locale data files for Gutenprint
ii gzip 1.3.9-2 The GNU compression utility
ii hal 0.5.8.1-4ubuntu12 Hardware Abstraction Layer
ii hal-device-manager 0.5.8.1-4ubuntu12 Hardware Abstraction Layer user interface
ii hdparm 6.9-1ubuntu2 tune hard disk parameters for high performan
ii hicolor-icon-theme 0.10-1ubuntu1 default fallback theme for FreeDesktop.org i
ii hostname 2.93build1 utility to set/show the host name or domain
ii hotkey-setup 0.1-17ubuntu9 auto-configures laptop hotkeys
ii hpijs 2.7.2+1.7.3-0ubuntu1.1 HP Linux Printing and Imaging - gs IJS drive
ii hpijs-ppds 2.7.2+1.7.3-0ubuntu1.1 HP Linux Printing and Imaging - HPIJS PPD fi
ii hplip 1.7.3-0ubuntu1.1 HP Linux Printing and Imaging System (HPLIP)
ii hplip-data 1.7.3-0ubuntu1.1 HP Linux Printing and Imaging - data files
ii htmldoc 1.8.27-2build1 HTML processor that generates indexed HTML,
ii htmldoc-common 1.8.27-2build1 Common arch-independent files for htmldoc
ii human-cursors-theme 0.5 Human Cursors Theme
ii human-icon-theme 0.18-0ubuntu1 Human Icon theme
ii human-theme 0.6 Human theme
ii hwdb-client-common 0.6.10.1 common files for Ubuntu Hardware Database cl
ii hwdb-client-gnome 0.6.10.1 Gnome client programs for the Ubuntu Hardwar
ii hyperestraier 1.4.9-1.1 a full-text search system for communities
ii iceauth 1.0.1-0ubuntu2 X ICE authentication manipulation
ii ico 1.0.1-0ubuntu1 X client - ico
ii ifupdown 0.6.8ubuntu6 high level tools to configure network interf
ii im-switch 1.13 Input method switch framework
ii imagemagick 6.2.4.5.dfsg1-0.14ubuntu0.2 Image manipulation programs
ii info 4.8.dfsg.1-4build1 Standalone GNU Info documentation browser
ii initramfs-tools 0.85eubuntu10 tools for generating an initramfs
ii initscripts 2.86.ds1-14.1ubuntu18 Scripts for initializing and shutting down t
ii inputattach 1.23-0ubuntu1 utility to attach serial devices to the inpu
ii installation-report 2.24ubuntu2 system installation report
ii iproute 20061002-3ubuntu1 Professional tools to control the networking
ii iptables 1.3.6.0debian1-5ubuntu2.1 administration tools for packet filtering an
ii iputils-arping 20020927-3.1ubuntu2 Tool to send ICMP echo requests to an ARP ad
ii iputils-ping 20020927-3.1ubuntu2 Tools to test the reachability of network ho
ii iputils-tracepath 20020927-3.1ubuntu2 Tools to trace the network path to a remote
ii iso-codes 1.0-1 ISO language, territory, currency codes and
ii kdelibs-data 3.5.6-0ubuntu14.1 core shared data for all KDE applications
ii kdelibs4c2a 3.5.6-0ubuntu14.1 core libraries and binaries for all KDE appl
ii kdeprint 3.5.6-0ubuntu20.7 print system for KDE
ii kedit 3.5.6-0ubuntu2 basic text editor for KDE
ii klibc-utils 1.4.30-3ubuntu2 small statically-linked utilities built with
ii klogd 1.4.1-20ubuntu4 Kernel Logging Daemon
ii landscape-client 0.1 Placeholder for the Landscape client
ii language-pack-en 7.04+20070601 translation updates for language English
ii language-pack-en-base 7.04+20070412 translations for language English
ii language-pack-gnome-en 7.04+20070601 GNOME translation updates for language Engli
ii language-pack-gnome-en-base 7.04+20070412 GNOME translations for language English
ii language-pack-gnome-pt 7.04+20070601 GNOME translation updates for language Portu
ii language-pack-gnome-pt-base 7.04+20070412 GNOME translations for language Portuguese
ii language-pack-kde-en 7.04+20070601 KDE translation updates for language English
ii language-pack-kde-en-base 7.04+20070412 KDE translations for language English
ii language-pack-kde-pt 7.04+20070601 KDE translation updates for language Portugu
ii language-pack-kde-pt-base 7.04+20070412 KDE translations for language Portuguese
ii language-pack-pt 7.04+20070601 translation updates for language Portuguese
ii language-pack-pt-base 7.04+20070412 translations for language Portuguese
ii language-selector 0.2.6 Language selector for ubuntu linux
ii language-selector-common 0.2.6 Language selector for ubuntu linux
ii language-support-en 7.04+20070209 metapackage for English language support
ii language-support-pt 7.04+20070410 metapackage for Portuguese language support
ii laptop-detect 0.12.1-ubuntu4 attempt to detect a laptop
ii laptop-mode-tools 1.32-1ubuntu1 Scripts to spin down hard drive and save pow
ii lat 1.0.7-1 LDAP Administration Tool
ii launchpad-integration 0.1.13 launchpad integration
ii ldap-utils 2.3.30-2 OpenLDAP utilities
ii less 394-4build1 Pager program similar to more
ii lesstif2 0.94.4-2 OSF/Motif 2.1 implementation released under
ii lftp 3.5.6-1build1 Sophisticated command-line FTP/HTTP client p
ii liba52-0.7.4 0.7.4-7 Library for decoding ATSC A/52 streams
ii libaa1 1.4p5-30 ascii art library
ii libacl1 2.2.42-1ubuntu1 Access control list shared library
ii libadns1 1.4-0.1build1 Asynchronous-capable DNS client library and
ii libao2 0.8.6-4 Cross Platform Audio Output Library
ii libapache-mod-ldap 1.8-1ubuntu1 Apache authentication via LDAP directory
ii libapache2-mod-php5 5.2.1-0ubuntu1.4 server-side, HTML-embedded scripting languag
ii libapm1 3.2.2-8ubuntu2 Library for interacting with APM driver in k
ii libapr1 1.2.7-8.1 The Apache Portable Runtime Library
ii libaprutil1 1.2.7+dfsg-2build1 The Apache Portable Runtime Utility Library
ii libarchive-tar-perl 1.30-2 Archive::Tar - manipulate tar files in perl
ii libarchive-zip-perl 1.16-1 Module for manipulation of ZIP archives
ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphics - runti
ii libarts1c2a 1.5.6-0ubuntu1 aRts sound system core components
ii libartsc0 1.5.6-0ubuntu1 aRts sound system C support library
ii libasound2 1.0.13-1ubuntu5 ALSA library
ii libaspell15 0.60.4-4 GNU Aspell spell-checker runtime library
ii libatk1.0-0 1.18.0-0ubuntu1 The ATK accessibility toolkit
ii libatk1.0-data 1.18.0-0ubuntu1 Common files for the ATK accessibility toolk
ii libatspi1.0-0 1.18.1-0ubuntu1 C binding libraries of at-spi for GNOME Acce
ii libattr1 2.4.32-1.1ubuntu1 Extended attribute shared library
ii libaudio2 1.8-4 The Network Audio System (NAS). (shared libr
ii libaudiofile0 0.2.6-6ubuntu3 Open-source version of SGI's audiofile libra
ii libauthen-pam-perl 0.16-1 Perl interface to PAM library
ii libavahi-client3 0.6.17-0ubuntu3 Avahi client library
ii libavahi-common-data 0.6.17-0ubuntu3 Avahi common data files
ii libavahi-common3 0.6.17-0ubuntu3 Avahi common library
ii libavahi-core5 0.6.17-0ubuntu3 Avahi's embeddable mDNS/DNS-SD library
ii libavahi-glib1 0.6.17-0ubuntu3 Avahi glib integration library
ii libavahi-qt3-1 0.6.17-0ubuntu3 Avahi Qt3 integration library
ii libavc1394-0 0.5.3-1build1 control IEEE 1394 audio/video devices
ii libbeagle0 0.2.16.3-0ubuntu4 library for accessing beagle using C
ii libbeecrypt6 4.1.2-6build1 open source C library of cryptographic algor
ii libbind9-0 9.3.4-2ubuntu2.1 BIND9 Shared Library used by BIND
ii libbit-vector-perl 6.4-5build1 Perl and C library for bit vectors and more
ii libblkid1 1.39+1.40-WIP-2006.11.14+dfsg-2ubuntu1 block device id library
ii libbluetooth2 3.9-0ubuntu1 Library to use the BlueZ Linux Bluetooth sta
ii libbonobo2-0 2.18.0-0ubuntu1 Bonobo CORBA interfaces library
ii libbonobo2-common 2.18.0-0ubuntu1 Bonobo CORBA interfaces library -- support f
ii libbonoboui2-0 2.18.0-0ubuntu1 The Bonobo UI library
ii libbonoboui2-common 2.18.0-0ubuntu1 The Bonobo UI library -- common files
ii libbrlapi1 3.7.2-7ubuntu3 braille display access via BRLTTY - shared l
ii libbtctl4 0.8.2-0ubuntu6 GObject Bluetooth library
ii libbz2-1.0 1.0.3-6build1 high-quality block-sorting file compressor l
ii libc6 2.5-0ubuntu14 GNU C Library: Shared libraries
ii libc6-dev 2.5-0ubuntu14 GNU C Library: Development Libraries and Hea
ii libc6-i686 2.5-0ubuntu14 GNU C Library: Shared libraries [i686 optimi
ii libcaca0 0.99.beta11.debian-2build1 colour ASCII art library
ii libcairo-perl 1.01-1build1 Perl interface to the Cairo graphics library
ii libcairo2 1.4.2-0ubuntu1 The Cairo 2D vector graphics library
ii libcamel1.2-10 1.10.1-0ubuntu1.1 The Evolution MIME message handling library
ii libcap1 1.10-14 support for getting/setting POSIX.1e capabil
ii libcarp-clan-perl 5.8-1 Perl enhancement to Carp error logging facil
ii libcdio6 0.76-1ubuntu2 library to read and control CD-ROM
ii libcdparanoia0 3.10+debian~pre0-4build1 audio extraction tool for sampling CDs (libr
ii libclamav2 0.90.2-0ubuntu1.4 virus scanner library
ii libcomerr2 1.39+1.40-WIP-2006.11.14+dfsg-2ubuntu1 common error description library
ii libcompress-zlib-perl 1.42-2build1 Perl module for creation and manipulation of
ii libconsole 0.2.3dbs-65ubuntu3 Shared libraries for Linux console and font
ii libcroco3 0.6.1-1build1 a generic Cascading Style Sheet (CSS) parsin
ii libcucul0 0.99.beta11.debian-2build1 low-level Unicode character drawing library
ii libcupsimage2 1.2.8-0ubuntu8.1 Common UNIX Printing System(tm) - image libs
ii libcupsys2 1.2.8-0ubuntu8.1 Common UNIX Printing System(tm) - libs
ii libcurl3 7.15.5-1ubuntu2.1 Multi-protocol file transfer library
ii libdaemon0 0.10-1 lightweight C library for daemons
ii libdate-calc-perl 5.4-5 Perl library for accessing dates
ii libdatrie0 0.1.1-4 Double-array trie library
ii libdb4.2 4.2.52+dfsg-1build1 Berkeley v4.2 Database Libraries [runtime]
ii libdb4.3 4.3.29-6build1 Berkeley v4.3 Database Libraries [runtime]
ii libdb4.4 4.4.20-8ubuntu2 Berkeley v4.4 Database Libraries [runtime]
ii libdbd-mysql-perl 3.0008-1build1 A Perl5 database interface to the MySQL data
ii libdbi-perl 1.53-1build1 Perl5 database interface by Tim Bunce
ii libdbus-1-3 1.0.2-1ubuntu4 simple interprocess messaging system
ii libdbus-glib-1-2 0.73-1 simple interprocess messaging system (GLib-b
ii libdecoration0 0.3.6-1ubuntu13 Compiz window decoration library
ii libdevmapper1.02 1.02.08-1ubuntu10 The Linux Kernel Device Mapper userspace lib
ii libdigest-hmac-perl 1.01-5 create standard message integrity checks
ii libdigest-sha1-perl 2.11-1build1 NIST SHA-1 message digest algorithm
ii libdirectfb-0.9-25 0.9.25.1-5ubuntu2 direct frame buffer graphics - shared librar
ii libdiscover1 1.7.20ubuntu1 hardware identification library
ii libdjvulibre15 3.5.17-3ubuntu2 Runtime support for the DjVu image format
ii libdmx1 1.0.2-2build1 X11 Distributed Multihead extension library
ii libdns22 9.3.4-2ubuntu2.1 DNS Shared Library used by BIND
ii libdrm2 2.3.0-1 Userspace interface to kernel DRM services -
ii libdv4 1.0.0-1build1 software library for DV format digital video
ii libdvdread3 0.9.7-2ubuntu1 library for reading DVDs
ii libebook1.2-9 1.10.1-0ubuntu1.1 Client library for evolution address books
ii libecal1.2-7 1.10.1-0ubuntu1.1 Client library for evolution calendars
ii libedata-book1.2-2 1.10.1-0ubuntu1.1 Backend library for evolution address books
ii libedata-cal1.2-6 1.10.1-0ubuntu1.1 Backend library for evolution calendars
ii libedataserver1.2-9 1.10.1-0ubuntu1.1 Utility library for evolution data servers
ii libedataserverui1.2-8 1.10.1-0ubuntu1.1 GUI utility library for evolution data serve
ii libedit2 2.9.cvs.20050518-2.2 BSD editline and history libraries
ii libeel2-2 2.18.0.1-0ubuntu1 Eazel Extensions Library (for GNOME2)
ii libeel2-data 2.18.0.1-0ubuntu1 Eazel Extensions Library - data files (for G
ii libegroupwise1.2-13 1.10.1-0ubuntu1.1 Client library for accessing groupwise POA t
ii libelfg0 0.8.6-3 an ELF object file access library
ii libenchant1c2a 1.3.0-2ubuntu1 a wrapper library for various spell checker
ii libesd-alsa0 0.2.36-3ubuntu4 Enlightened Sound Daemon (ALSA) - Shared lib
ii libespeak1 1.21-0ubuntu1 A multi-lingual software speech synthesizer:
ii libestools1.2 1.2.3-9.4ubuntu1 Edinburgh Speech Tools Library
ii libestraier8 1.4.9-1.1 a full-text search system Libraries [runtime
ii libevent1 1.1a-1 An asynchronous event notification library
ii libexchange-storage1.2-3 1.10.1-0ubuntu1.1 Backend library for evolution calendars
ii libexif12 0.6.13-5ubuntu0.2 library to parse EXIF files
ii libexpat1 1.95.8-3.4build1 XML parsing C library - runtime library
ii libfcgi0c2 2.4.0-6 Shared library of FastCGI
ii libfile-find-rule-perl 0.30-2 Alternative interface to File::Find
ii libfile-scan-perl 1.43-1 Perl lib to scan files for viruses
ii libflac7 1.1.2-5ubuntu2.1 Free Lossless Audio Codec - runtime C librar
ii libfltk1.1 1.1.7-2 Fast Light Toolkit shared libraries
ii libfont-afm-perl 1.19-1 Font::AFM - Interface to Adobe Font Metrics
ii libfontconfig1 2.4.2-1ubuntu1 generic font configuration library - runtime
ii libfontenc1 1.0.4-1 X11 font encoding library
ii libfreetype6 2.2.1-5ubuntu1.1 FreeType 2 font engine, shared library files
ii libfribidi0 0.10.7-4build1 Free Implementation of the Unicode BiDi algo
ii libfs6 1.0.0-4ubuntu2 X11 Font Services library
ii libft-perl 1.2-16 Perl module for the FreeType library
ii libgadu3 1.7~rc2-2 Gadu-Gadu protocol library - runtime files
ii libgail-common 1.18.0-0ubuntu1 GNOME Accessibility Implementation Library -
ii libgail-gnome-module 1.18.0-0ubuntu1 GNOME Accessibility Implementation Module fo
ii libgail18 1.18.0-0ubuntu1 GNOME Accessibility Implementation Library -
ii libgamin0 0.1.8-1ubuntu3 Client library for the gamin file and direct
ii libgc1c2 6.8-1ubuntu2 conservative garbage collector for C and C++
ii libgcc1 4.1.2-0ubuntu4 GCC support library
ii libgcj-bc 4.1.2-1ubuntu1 Link time only library for use with gcj
ii libgcj-common 4.1.2-1ubuntu1 Java runtime library (common files)
ii libgcj7-0 4.1.2-0ubuntu5 Java runtime library for use with gcj
ii libgcj7-awt 4.1.2-0ubuntu5 AWT peer runtime libraries for use with gcj
ii libgcj7-jar 4.1.2-0ubuntu5 Java runtime library for use with gcj (jar f
ii libgconf2-4 2.18.0.1-0ubuntu1 GNOME configuration database system (shared
ii libgconf2.0-cil 2.16.0-0ubuntu5 CLI binding for GConf 2.16
ii libgcrypt11 1.2.3-2build1 LGPL Crypto library - runtime library
ii libgd2-xpm 2.0.34~rc1-2ubuntu1.1 GD Graphics Library version 2
ii libgda2-3 1.2.4-0ubuntu1 GNOME Data Access library for GNOME2
ii libgda2-bin 1.2.4-0ubuntu1 Binnary files for GNOME Data Access library
ii libgda2-common 1.2.4-0ubuntu1 Common files for GNOME Data Access library f
ii libgdbm3 1.8.3-3 GNU dbm database routines (runtime version)
ii libgdiplus 1.2.3-0ubuntu1 interface library for Mono class System.Draw
ii libgdl-1-0 0.6.1-1 GNOME DevTool libraries - development files
ii libgdl-1-common 0.6.1-1 GNOME DevTool libraries - common files
ii libgimp2.0 2.2.13-1ubuntu4.3 Libraries necessary to Run the GIMP
ii libgksu1.2-1 1.3.8-1ubuntu3 library providing su and sudo functionality
ii libgksu2-0 2.0.3-3ubuntu5 library providing su and sudo functionality
ii libgksuui1.0-1 1.0.7-1ubuntu3 a graphical fronted to su library
ii libgl1-mesa-dri 6.5.2-3ubuntu8 A free implementation of the OpenGL API -- D
ii libgl1-mesa-glx 6.5.2-3ubuntu8 A free implementation of the OpenGL API -- G
ii libglade2-0 2.6.0-3 library to load .glade files at runtime
ii libglade2.0-cil 2.10.0-0ubuntu4 CLI binding for the Glade libraries 2.6
ii libglew1 1.3.4-5ubuntu2 The OpenGL Extension Wrangler - runtime envi
ii libglib-perl 1.140-1build1 Perl interface to the GLib and GObject libra
ii libglib1.2 1.2.10-17build1 The GLib library of C routines
ii libglib2.0-0 2.12.11-0ubuntu1 The GLib library of C routines
ii libglib2.0-cil 2.10.0-0ubuntu4 CLI binding for the GLib utility library 2.1
ii libglib2.0-data 2.12.11-0ubuntu1 Common files for GLib library
ii libglu1-mesa 6.5.2-3ubuntu8 The OpenGL utility library (GLU)
ii libglut3 3.7-25 the OpenGL Utility Toolkit
ii libgmime-2.0-2 2.2.3-3ubuntu1 MIME library, unstable version
ii libgmime2.2-cil 2.2.3-3ubuntu1 CLI binding for the MIME library, unstable v
ii libgmp3c2 4.2.1+dfsg-4build1 Multiprecision arithmetic library
ii libgnome-desktop-2 2.18.1-0ubuntu1 Utility library for loading .desktop files -
ii libgnome-keyring0 0.8.1-0ubuntu1 GNOME keyring services library
ii libgnome-mag2 0.14.3-0ubuntu1 screen magnification library for the GNOME d
ii libgnome-media0 2.18.0-0ubuntu1 runtime libraries for the GNOME media utilit
ii libgnome-menu2 2.18.0-0ubuntu3 an implementation of the freedesktop menu sp
ii libgnome-pilot2 2.0.15-0.1ubuntu1 Support libraries for gnome-pilot
ii libgnome-speech3 0.4.11-0ubuntu1 GNOME text-to-speech library
ii libgnome-window-settings1 2.18.1-0ubuntu2.1 Utility library for getting window manager s
ii libgnome2-0 2.18.0-0ubuntu1 The GNOME 2 library - runtime files
ii libgnome2-canvas-perl 1.002-1ubuntu2 Perl interface to the GNOME canvas library
ii libgnome2-common 2.18.0-0ubuntu1 The GNOME 2 library - common files
ii libgnome2-perl 1.040-1 Perl interface to the GNOME libraries
ii libgnome2-vfs-perl 1.060-1 Perl interface to the 2.x series of the GNOM
ii libgnome2.0-cil 2.16.0-0ubuntu5 CLI binding for Gnome 2.16
ii libgnomebt0 0.8.0-0ubuntu4 GNOME Bluetooth library
ii libgnomecanvas2-0 2.14.0-3ubuntu2 A powerful object-oriented display - runtime
ii libgnomecanvas2-common 2.14.0-3ubuntu2 A powerful object-oriented display - common
ii libgnomecups1.0-1 0.2.2-5ubuntu1 GNOME library for CUPS interaction
ii libgnomecupsui1.0-1c2a 0.31-3ubuntu5 UI extensions to libgnomecups
ii libgnomekbd-common 2.18.1-0ubuntu1 GNOME library to manage keyboard configurati
ii libgnomekbd1 2.18.1-0ubuntu1 GNOME library to manage keyboard configurati
ii libgnomekbdui1 2.18.1-0ubuntu1 User interface library for libgnomekbd - sha
ii libgnomeprint2.2-0 2.18.0-0ubuntu1 The GNOME 2.2 print architecture - runtime f
ii libgnomeprint2.2-data 2.18.0-0ubuntu1 The GNOME 2.2 print architecture - data file
ii libgnomeprintui2.2-0 2.18.0-0ubuntu1 GNOME 2.2 print architecture User Interface
ii libgnomeprintui2.2-common 2.18.0-0ubuntu1 GNOME 2.2 print architecture User Interface
ii libgnomeui-0 2.17.92-0ubuntu1 The GNOME 2 libraries (User Interface) - run
ii libgnomeui-common 2.17.92-0ubuntu1 The GNOME 2 libraries (User Interface) - com
ii libgnomevfs2-0 2.18.1-0ubuntu1 GNOME virtual file-system (runtime libraries
ii libgnomevfs2-bin 2.18.1-0ubuntu1 GNOME virtual file-system (support binaries)
ii libgnomevfs2-common 2.18.1-0ubuntu1 GNOME virtual file-system (common files)
ii libgnomevfs2-extra 2.18.1-0ubuntu1 GNOME virtual file-system (extra modules)
ii libgnutls13 1.4.4-3build1 the GNU TLS library - runtime library
ii libgpg-error0 1.4-2build1 library for common error values and messages
ii libgpgme11 1.1.2-2ubuntu2 GPGME - GnuPG Made Easy
ii libgphoto2-2 2.3.0-0ubuntu4 gphoto2 digital camera library
ii libgphoto2-port0 2.3.0-0ubuntu4 gphoto2 digital camera port library
ii libgpmg1 1.19.6-23build1 General Purpose Mouse - shared library
ii libgpod-common 0.4.2-0ubuntu2 a library to read and write songs and artwor
ii libgpod1 0.4.2-0ubuntu2 a library to read and write songs and artwor
ii libgs-esp8 8.15.4.dfsg.1-0ubuntu1 The Ghostscript PostScript Library
ii libgsf-1-114 1.14.3-1ubuntu2 Structured File Library - runtime version
ii libgsf-1-common 1.14.3-1ubuntu2 Structured File Library - common files
ii libgssapi2 0.10-4build1 A mechanism-switch gssapi library
ii libgstreamer-plugins-base0.10-0 0.10.12-0ubuntu1 GStreamer libraries from the "base" set
ii libgstreamer0.10-0 0.10.12-0ubuntu2 Core GStreamer libraries and elements
ii libgtk1.2 1.2.10-18 The GIMP Toolkit set of widgets for X
ii libgtk1.2-common 1.2.10-18 Common files for the GTK+ library
ii libgtk2-gladexml-perl 1.006-1 Perl interface to use user interfaces create
ii libgtk2-perl 1.140-1build1 Perl interface to the 2.x series of the Gimp
ii libgtk2.0-0 2.10.11-0ubuntu3 The GTK+ graphical user interface library
ii libgtk2.0-bin 2.10.11-0ubuntu3 The programs for the GTK+ graphical user int
ii libgtk2.0-cil 2.10.0-0ubuntu4 CLI binding for the GTK+ toolkit 2.10
ii libgtk2.0-common 2.10.11-0ubuntu3 Common files for the GTK+ graphical user int
ii libgtkhtml2-0 2.11.0+svn20061107-0ubuntu1 HTML rendering/editing library - runtime fil
ii libgtkhtml3.14-19 3.14.1-0ubuntu2 HTML rendering/editing library - runtime fil
ii libgtksourceview-common 1.8.5-0ubuntu1 common files for the GTK+ syntax highlightin
ii libgtksourceview1.0-0 1.8.5-0ubuntu1 shared libraries for the GTK+ syntax highlig
ii libgtkspell0 2.0.10-3 a spell-checking addon for GTK's TextView wi
ii libgtop2-7 2.14.8-0ubuntu1 gtop system monitoring library
ii libgtop2-common 2.14.8-0ubuntu1 common files for the gtop system monitoring
ii libgucharmap6 1.10.0-0ubuntu1 Unicode browser widget library (shared libra
ii libguile-ltdl-1 1.6.8-6build1 Guile's patched version of libtool's libltdl
ii libgutenprint2 5.0.0.99.1-0ubuntu2 runtime for the Gutenprint printer driver li
ii libgutenprintui2-1 5.0.0.99.1-0ubuntu2 runtime for the Gutenprint printer driver us
ii libhal-storage1 0.5.8.1-4ubuntu12 Hardware Abstraction Layer - shared library
ii libhal1 0.5.8.1-4ubuntu12 Hardware Abstraction Layer - shared library
ii libhsqldb-java 1.8.0.7-1ubuntu2 Java SQL database engine
ii libhtml-format-perl 2.04-1 Format HTML syntax trees
ii libhtml-parser-perl 3.55-1build1 A collection of modules that parse HTML text
ii libhtml-tagset-perl 3.10-2 Data tables pertaining to HTML
ii libhtml-tree-perl 3.19.01-2 represent and create HTML syntax trees
ii libhunspell-1.1-0 1.1.4-7 spell checker and morphological analyzer (sh
ii libice6 1.0.3-1build1 X11 Inter-Client Exchange library
ii libicu36 3.6-2build1 International Components for Unicode (librar
ii libid3tag0 0.15.1b-8 ID3 tag reading library from the MAD project
ii libidl0 0.8.7-0.1ubuntu2 library for parsing CORBA IDL files
ii libidn11 0.6.5-1build1 GNU libidn library, implementation of IETF I
ii libiec61883-0 1.1.0-2ubuntu2 an partial implementation of IEC 61883
ii libieee1284-3 0.2.10-4build1 cross-platform library for parallel port acc
ii libio-pty-perl 1.05-2build1 Perl module for pseudo tty IO
ii libio-zlib-perl 1.04-1 IO:: style interface to Compress::Zlib
ii libiodbc2 3.52.4-5 iODBC Driver Manager
ii libisc11 9.3.4-2ubuntu2.1 ISC Shared Library used by BIND
ii libisccc0 9.3.4-2ubuntu2.1 Command Channel Library used by BIND
ii libisccfg1 9.3.4-2ubuntu2.1 Config File Handling Library used by BIND
ii libiw28 28-1ubuntu3 Wireless tools - library
ii libjasper-1.701-1 1.701.0-2ubuntu0.7.04 The JasPer JPEG-2000 runtime library
ii libjaxp1.3-java 1.3.03-5 Java XML parser and transformer APIs (DOM, S
ii libjaxp1.3-java-gcj 1.3.03-5 Java XML parser and transformer APIs (DOM, S
ii libjline-java 0.9.5-2ubuntu2 Java library for handling console input
ii libjpeg-progs 6b-13 Programs for manipulating JPEG files
ii libjpeg62 6b-13 The Independent JPEG Group's JPEG runtime li
ii libklibc 1.4.30-3ubuntu2 minimal libc subset for use with initramfs
ii libkpathsea4 3.0-27ubuntu1 path search library for teTeX (runtime part)
ii libkrb53 1.4.4-5ubuntu3.3 MIT Kerberos runtime libraries
ii liblaunchpad-integration0 0.1.13 library for launchpad integration
ii liblcms1 1.15-1 Color management library
ii libldap-2.3-0 2.3.30-2 OpenLDAP libraries
ii libldap2 2.1.30-13.3 OpenLDAP libraries
ii liblircclient0 0.8.1+cvs20070310-0ubuntu2 LIRC client library
ii liblocale-gettext-perl 1.05-1 Using libc functions for internationalizatio
ii liblockfile1 1.06.1ubuntu1 NFS-safe locking library, includes dotlockfi
ii liblpint-bonobo0 0.1.13 library for launchpad integration
ii libltdl3 1.5.22-4 A system independent dlopen wrapper for GNU
ii liblua50 5.0.3-2build1 Main interpreter library for the Lua 5.0 pro
ii liblualib50 5.0.3-2build1 Extension library for the Lua 5.0 programmin
ii liblwres9 9.3.4-2ubuntu2.1 Lightweight Resolver Library used by BIND
ii liblzo1 1.08-3 data compression library (old version)
ii libmad0 0.15.1b-2.1 MPEG audio decoder library
ii libmagic1 4.19-1ubuntu2.1 File type determination library using "magic
ii libmagick9 6.2.4.5.dfsg1-0.14ubuntu0.2 Image manipulation library
ii libmail-spf-query-perl 1.999.1-3 query SPF (Sender Policy Framework) to valid
ii libmailtools-perl 1.74-1 Manipulate email in perl programs
ii libmcrypt4 2.5.7-5 De-/Encryption Library
ii libmd5-perl 2.03-1 backwards-compatible wrapper for Digest::MD5
ii libmdbtools 0.5.99.0.6pre1.0.20051109-3.1 mdbtools libraries
ii libmetacity0 2.18.2-0ubuntu1.1 library of lightweight GTK2 based Window Man
ii libmng1 1.0.9-1 Multiple-image Network Graphics library
ii libmono-cairo1.0-cil 1.2.3.1-1ubuntu1 Mono Cairo library
ii libmono-corlib1.0-cil 1.2.3.1-1ubuntu1 Mono core library (1.0)
ii libmono-corlib2.0-cil 1.2.3.1-1ubuntu1 Mono core library (2.0)
ii libmono-data-tds1.0-cil 1.2.3.1-1ubuntu1 Mono Data library
ii libmono-data-tds2.0-cil 1.2.3.1-1ubuntu1 Mono Data Library
ii libmono-ldap1.0-cil 1.2.3.1-1ubuntu1 Mono LDAP library
ii libmono-security1.0-cil 1.2.3.1-1ubuntu1 Mono Security library
ii libmono-security2.0-cil 1.2.3.1-1ubuntu1 Mono Security library
ii libmono-sharpzip0.84-cil 1.2.3.1-1ubuntu1 Mono SharpZipLib library
ii libmono-sharpzip2.84-cil 1.2.3.1-1ubuntu1 Mono SharpZipLib library
ii libmono-sqlite2.0-cil 1.2.3.1-1ubuntu1 Mono Sqlite library
ii libmono-system-data1.0-cil 1.2.3.1-1ubuntu1 Mono System.Data library
ii libmono-system-data2.0-cil 1.2.3.1-1ubuntu1 Mono System.Data Library
ii libmono-system-web1.0-cil 1.2.3.1-1ubuntu1 Mono System.Web library
ii libmono-system-web2.0-cil 1.2.3.1-1ubuntu1 Mono System.Web Library
ii libmono-system1.0-cil 1.2.3.1-1ubuntu1 Mono System libraries (1.0)
ii libmono-system2.0-cil 1.2.3.1-1ubuntu1 Mono System libraries (2.0)
ii libmono0 1.2.3.1-1ubuntu1 libraries for the Mono JIT
ii libmono1.0-cil 1.2.3.1-1ubuntu1 Mono libraries (1.0)
ii libmono2.0-cil 1.2.3.1-1ubuntu1 Mono libraries (2.0)
ii libmpeg2-4 0.4.1-1 MPEG1 and MPEG2 video decoder library
ii libmudflap0 4.1.2-0ubuntu4 GCC mudflap shared support libraries
ii libmudflap0-dev 4.1.2-0ubuntu4 GCC mudflap support libraries (development f
ii libmusicbrainz4c2a 2.1.4-1ubuntu2 Second generation incarnation of the CD Inde
ii libmysqlclient15off 5.0.38-0ubuntu1.1 mysql database client library
ii libnautilus-burn4 2.18.1-0ubuntu1 Nautilus Burn Library - runtime version
ii libnautilus-extension1 2.18.1-0ubuntu1 libraries for nautilus components - runtime
ii libncurses5 5.5-5ubuntu2 Shared libraries for terminal handling
ii libncursesw5 5.5-5ubuntu2 Shared libraries for terminal handling (wide
ii libndesk-dbus-glib1.0-cil 0.3-0ubuntu1 CLI implementation of D-Bus (GLib mainloop i
ii libndesk-dbus1.0-cil 0.4.2-1 CLI implementation of D-Bus
ii libneon25 0.25.5.dfsg-6build1 An HTTP and WebDAV client library
ii libnet-cidr-lite-perl 0.20-1 Merge IPv4 or IPv6 CIDR address ranges
ii libnet-daemon-perl 0.38-1.1 Perl module for building portable Perl daemo
ii libnet-dbus-perl 0.33.4-1 Perl extension for the DBus message system
ii libnet-dns-perl 0.59-1build1.1 Perform DNS queries from a Perl script
ii libnet-ip-perl 1.25-2 Perl extension for manipulating IPv4/IPv6 ad
ii libnet-ssleay-perl 1.30-1 Perl module for Secure Sockets Layer (SSL)
ii libnewt0.52 0.52.2-8ubuntu2 Not Erik's Windowing Toolkit - text mode win
ii libnfsidmap2 0.18-0build1 An nfs idmapping library
ii libnl1-pre6 1.0~pre6-2build1 Library for dealing with netlink sockets
ii libnm-glib0 0.6.4-6ubuntu7 network management framework (GLib shared li
ii libnm-util0 0.6.4-6ubuntu7 network management framework (shared library
ii libnotify1 0.4.3-1 sends desktop notifications to a notificatio
ii libnspr4 1.firefox2.0.0.8+1nobinonly-0ubuntu1 Netscape Portable Runtime Library
ii libnss-mdns 0.9-0.2ubuntu1 NSS module for Multicast DNS name resolution
ii libnss3 1.firefox2.0.0.8+1nobinonly-0ubuntu1 Network Security Service Libraries - runtime
ii libnumber-compare-perl 0.01-4 Perform numeric comparisons in Perl
ii libogg0 1.1.3-2ubuntu2 Ogg Bitstream Library
ii liboil0.3 0.3.10-1.1ubuntu1 Library of Optimized Inner Loops
ii liboobs-1-3 2.18.0-0ubuntu1 wrapping library to the System Tools Backend
ii libopal-2.2.0 2.2.3.dfsg-2ubuntu2 Open Phone Abstraction Library - successor o
ii libopencdk8 0.5.9-2build1 Open Crypto Development Kit (OpenCDK) (runti
ii libopenexr2c2a 1.2.2-4.3ubuntu1 runtime files for the OpenEXR image library
ii libopenobex1 1.3-3 OBEX protocol library
ii liborbit2 2.14.7-0ubuntu1 libraries for ORBit2 - a CORBA ORB
ii libpam-foreground 0.3 create lockfiles describing which users own
ii libpam-modules 0.79-4ubuntu2 Pluggable Authentication Modules for PAM
ii libpam-runtime 0.79-4ubuntu2 Runtime support for the PAM library
ii libpam0g 0.79-4ubuntu2 Pluggable Authentication Modules library
ii libpanel-applet2-0 2.18.1-0ubuntu3.1 library for GNOME 2 panel applets
ii libpango1.0-0 1.16.2-0ubuntu1 Layout and rendering of internationalized te
ii libpango1.0-common 1.16.2-0ubuntu1 Modules and configuration files for the Pang
ii libpaper-utils 1.1.21build1 Library for handling paper characteristics (
ii libpaper1 1.1.21build1 Library for handling paper characteristics
ii libparted1.7-1 1.7.1-3ubuntu4 The GNU Parted disk partitioning shared libr
ii libpcap0.8 0.9.5-1build1 System interface for user-level packet captu
ii libpci2 2.1.11-3build1 Obsolete shared library for accessing pci de
ii libpcre3 6.7-1ubuntu2 Perl 5 Compatible Regular Expression Library
ii libperl5.8 5.8.8-7build1 Shared Perl library
ii libpisock9 0.12.2-7ubuntu1 library for communicating with a PalmOS PDA
ii libpisync0 0.12.2-7ubuntu1 synchronization library for PalmOS devices
ii libplrpc-perl 0.2017-1.1 Perl extensions for writing PlRPC servers an
ii libpng12-0 1.2.15~beta5-1ubuntu1.1 PNG library - runtime
ii libpoppler1 0.5.4-0ubuntu8.2 PDF rendering library
ii libpoppler1-glib 0.5.4-0ubuntu8.2 PDF rendering library (GLib-based shared lib
ii libpopt0 1.10-3build1 lib for parsing cmdline parameters
ii libportaudio0 18.1-4 Portable audio I/O - shared library
ii libpq5 8.2.5-0ubuntu0.7.04.1 PostgreSQL C client library
ii libpt-1.10.0 1.10.3-0ubuntu1 Portable Windows Library
ii libpt-plugins-alsa 1.10.3-0ubuntu1 Portable Windows Library Audio Plugin for th
ii libpt-plugins-v4l 1.10.3-0ubuntu1 Portable Windows Library Video Plugin for Vi
ii libpt-plugins-v4l2 1.10.3-0ubuntu1 Portable Windows Library Video Plugin for Vi
ii libqdbm14 1.8.74-1.1 QDBM Database Libraries [runtime]
ii libqt3-mt 3.3.8really3.3.7-0ubuntu5.2 Qt GUI Library (Threaded runtime version), V
ii libqthreads-12 1.6.8-6build1 QuickThreads library for Guile
ii libraw1394-8 1.2.1-2build2 library for direct access to IEEE 1394 bus (
ii libreadline5 5.2-2ubuntu1 GNU readline and history libraries, run-time
ii librecode0 3.6-13build1 Shared library on which recode is based
ii librpcsecgss3 0.14-2ubuntu1.2 allows secure rpc communication using the rp
ii librpm4 4.4.1-14build1 RPM shared library
ii librsvg2-2 2.16.0-0ubuntu2 SAX-based renderer library for SVG files (ru
ii librsvg2-common 2.16.0-0ubuntu2 SAX-based renderer library for SVG files (ex
ii libsane 1.0.18-3ubuntu1 API library for scanners
ii libsasl2-2 2.1.22.dfsg1-8ubuntu2 Authentication abstraction library
ii libsasl2-modules 2.1.22.dfsg1-8ubuntu2 Pluggable Authentication Modules for SASL
ii libscim8c2a 1.4.4-7ubuntu1 library for SCIM platform
ii libscrollkeeper0 0.3.14-11ubuntu7 Library to load .omf files (runtime files)
ii libsdl1.2debian 1.2.11-7ubuntu1 Simple DirectMedia Layer
ii libsdl1.2debian-alsa 1.2.11-7ubuntu1 Simple DirectMedia Layer (with X11 and ALSA
ii libselinux1 1.32-3ubuntu1 SELinux shared libraries
ii libsensors3 2.10.1-2ubuntu2 library to read temperature/voltage/fan sens
ii libsepol1 1.14-2build1 Security Enhanced Linux policy library for c
ii libservlet2.3-java 4.0-8ubuntu3 Servlet 2.3 and JSP 1.2 Java classes and doc
ii libsexy2 0.1.11-0ubuntu1 collection of additional GTK+ widgets - libr
ii libshout3 2.2.2-1build1 MP3/Ogg Vorbis broadcast streaming library
ii libsidplay1 1.36.59-4 SID (MOS 6581) emulation library
ii libsigc++-2.0-0c2a 2.0.17-2build1 type-safe Signal Framework for C++ - runtime
ii libslab0 2.18.1-0ubuntu2.1 a library with widgets used by the GNOME con
ii libslang2 2.0.6-4build1 The S-Lang programming library - runtime ver
ii libslp1 1.2.1-6.2 OpenSLP libraries
ii libsm6 1.0.2-1build1 X11 Session Management library
ii libsmbclient 3.0.24-2ubuntu1.4 shared library that allows applications to t
ii libsndfile1 1.0.16-1ubuntu0.7.04.1 Library for reading/writing audio files
ii libsnmp-base 5.2.3-4ubuntu1 NET SNMP (Simple Network Management Protocol
ii libsnmp9 5.2.3-4ubuntu1 NET SNMP (Simple Network Management Protocol
ii libsocket6-perl 0.19-1 Perl extensions for IPv6
ii libsoup2.2-8 2.2.100-1 an HTTP library implementation in C -- Share
ii libspeex1 1.1.12-3 The Speex Speech Codec
ii libsqlite3-0 3.3.13-0ubuntu1 SQLite 3 shared library
ii libss2 1.39+1.40-WIP-2006.11.14+dfsg-2ubuntu1 command-line interface parsing library
ii libssl0.9.8 0.9.8c-4ubuntu0.2 SSL shared libraries
ii libstartup-notification0 0.9-1 library for program launch feedback (shared
ii libstdc++5 3.3.6-15ubuntu1 The GNU Standard C++ Library v3
ii libstdc++6 4.1.2-0ubuntu4 The GNU Standard C++ Library v3
ii libstlport5.1 5.1-0ubuntu1 STLport C++ class library
ii libsys-hostname-long-perl 1.4-1 Figure out the long (fully-qualified) hostna
ii libsysfs2 2.1.0-1build1 interface library to sysfs
ii libt1-5 5.1.0-2ubuntu0.7.04.1 Type 1 font rasterizer library - runtime
ii libtag1c2a 1.4-4build1 TagLib Audio Meta-Data Library
ii libtasn1-3 0.3.6-2build1 Manage ASN.1 structures (runtime)
ii libtext-charwidth-perl 0.04-4build1 get display widths of characters on the term
ii libtext-glob-perl 0.07-1 Match globbing patterns against text
ii libtext-iconv-perl 1.4-3 converts between character sets in Perl
ii libtext-wrapi18n-perl 0.06-5 internationalized substitute of Text::Wrap
ii libthai-data 0.1.8-2 Data files for Thai language support library
ii libthai0 0.1.8-2 Thai language support library
ii libtheora0 0.0.0.alpha7.dfsg-2ubuntu1 The Theora Video Compression Codec
ii libtie-ixhash-perl 1.21-2 ordered associative arrays for Perl
ii libtiff4 3.8.2-6 Tag Image File Format (TIFF) library
ii libtimedate-perl 1.1600-5 Time and date functions for Perl
ii libtotem-plparser1 2.18.1-0ubuntu3 Totem Playlist Parser library - runtime vers
ii libttf2 1.4pre.20050518-0.5build1 FreeType 1, The FREE TrueType Font Engine, s
ii libungif4g 4.1.4-4build1 shared library for GIF images
ii libuniconf4.2 4.2.2-2.2ubuntu2 C++ network libraries for rapid application
ii liburi-perl 1.35-2 Manipulates and accesses URI strings
ii libusb-0.1-4 0.1.12-2 userspace USB programming library
ii libusplash0 0.4-44 userspace bootsplash library
ii libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-2ubuntu1 universally unique id library
ii libvisual-0.4-0 0.4.0-1.1 Audio visualization framework
ii libvisual-0.4-plugins 0.4.0.dfsg.1-1ubuntu1 Audio visualization framework plugins
ii libvolume-id0 108-0ubuntu4 volume identification library
ii libvorbis0a 1.1.2.dfsg-1.2ubuntu2 The Vorbis General Audio Compression Codec
ii libvorbisenc2 1.1.2.dfsg-1.2ubuntu2 The Vorbis General Audio Compression Codec
ii libvorbisfile3 1.1.2.dfsg-1.2ubuntu2 The Vorbis General Audio Compression Codec
ii libvte-common 0.16.1-0ubuntu1 Terminal emulator widget for GTK+ 2.0 - comm
ii libvte9 0.16.1-0ubuntu1 Terminal emulator widget for GTK+ 2.0 - runt
ii libwmf0.2-7 0.2.8.4-2build1 Windows metafile conversion library
ii libwnck-common 2.18.0-0ubuntu1 Window Navigator Construction Kit - common f
ii libwnck18 2.18.0-0ubuntu1 Window Navigator Construction Kit - runtime
ii libwpd8c2a 0.8.9-1 Library for handling WordPerfect documents (
ii libwps-0.1-1 0.1~svn20070131-2build1 Works text file format import filter library
ii libwrap0 7.6.dbs-11ubuntu0.1 Wietse Venema's TCP wrappers library
ii libwv-1.2-3 1.2.4-2 Library for accessing Microsoft Word documen
ii libwvstreams4.2-base 4.2.2-2.2ubuntu2 C++ network libraries for rapid application
ii libwvstreams4.2-extras 4.2.2-2.2ubuntu2 C++ network libraries for rapid application
ii libwww-perl 5.805-1 WWW client/server library for Perl (aka LWP)
ii libx11-6 1.1.1-1ubuntu3 X11 client-side library
ii libx11-data 1.1.1-1ubuntu3 X11 client-side library
ii libx86-1 0.99-1.2 x86 real-mode library
ii libxalan2-java 2.7.0-1ubuntu3 XSL Transformations (XSLT) processor in Java
ii libxalan2-java-gcj 2.7.0-1ubuntu3 XSL Transformations (XSLT) processor in Java
ii libxau6 1.0.3-1 X11 authorisation library
ii libxaw7 1.0.3-2build1 X11 Athena Widget library
ii libxcomposite1 0.3.1-1 X11 Composite extension library
ii libxcursor1 1.1.8-1 X cursor management library
ii libxdamage1 1.0.3-3 X11 damaged region extension library
ii libxdelta2 1.1.3-7 Xdelta runtime library
ii libxdmcp6 1.0.2-1 X11 Display Manager Control Protocol library
ii libxerces2-java 2.8.1-1ubuntu3 Validating XML parser for Java with DOM leve
ii libxerces2-java-gcj 2.8.1-1ubuntu3 Validating XML parser for Java with DOM leve
ii libxevie1 1.0.2-1 X11 EvIE extension library
ii libxext6 1.0.3-1build1 X11 miscellaneous extension library
ii libxfixes3 4.0.3-1 X11 miscellaneous 'fixes' extension library
ii libxfont1 1.2.7-1ubuntu1 X11 font rasterisation library
ii libxft2 2.1.12-1 FreeType-based font drawing library for X
ii libxi6 1.1.0-1build1 X11 Input extension library
ii libxinerama1 1.0.1-4build1 X11 Xinerama extension library
ii libxkbfile1 1.0.3-2 X11 keyboard file manipulation library
ii libxklavier11 3.2-0ubuntu1 X Keyboard Extension high-level API
ii libxml-parser-perl 2.34-4.2build1 Perl module for parsing XML files
ii libxml-twig-perl 3.26-2 Perl module for processing huge XML document
ii libxml-xpath-perl 1.13-6 Perl module for processing XPath
ii libxml2 2.6.27.dfsg-1ubuntu3 GNOME XML library
ii libxml2-utils 2.6.27.dfsg-1ubuntu3 XML utilities
ii libxmu6 1.0.2-1ubuntu2 X11 miscellaneous utility library
ii libxmuu1 1.0.2-1ubuntu2 X11 miscellaneous micro-utility library
ii libxp6 1.0.0.xsf1-1build1 X Printing Extension (Xprint) client library
ii libxplc0.3.13 0.3.13-1 Light weight component system
ii libxpm4 3.5.6-1 X11 pixmap library
ii libxrandr2 1.2.0-3ubuntu1 X11 RandR extension library
ii libxrender1 0.9.1-3 X Rendering Extension client library
ii libxres1 1.0.1-2 X11 Resource extension library
ii libxslt1.1 1.1.20-0ubuntu2 XSLT processing library - runtime library
ii libxss1 1.1.0-1 X11 Screen Saver extension library
ii libxt6 1.0.5-1 X11 toolkit intrinsics library
ii libxtrap6 1.0.0-3build1 X11 event trapping extension library
ii libxtst6 1.0.1-3build1 X11 Testing -- Resource extension library
ii libxv1 1.0.1-3ubuntu2 X11 Video extension library
ii libxxf86dga1 1.0.1-2 X11 Direct Graphics Access extension library
ii libxxf86misc1 1.0.1-2 X11 XFree86 miscellaneous extension library
ii libxxf86vm1 1.0.1-2 X11 XFree86 video mode extension library
ii linneighborhood 0.6.5-4 An SMB network browser for Linux and X11.
ii linux-headers-2.6.20-16 2.6.20-16.32 Header files related to Linux kernel version
ii linux-headers-2.6.20-16-generic 2.6.20-16.32 Linux kernel headers for version 2.6.20 on x
ii linux-headers-generic 2.6.20.16.28.1 Generic Linux kernel headers
ii linux-image-2.6.20-15-server 2.6.20-15.27 Linux kernel image for version 2.6.20 on x86
ii linux-image-2.6.20-16-server 2.6.20-16.32 Linux kernel image for version 2.6.20 on x86
ii linux-image-server 2.6.20.16.28.1 Linux kernel image on Server Equipment.
ii linux-libc-dev 2.6.20-16.32 Linux Kernel Headers for development
ii linux-server 2.6.20.16.28.1 Complete Linux kernel on Server Equipment.
ii linux-sound-base 1.0.13-3ubuntu1 base package for ALSA and OSS sound systems
ii listres 1.0.1-0ubuntu1 X client - listres
ii locales 2.3.23 common files for locale support
ii login 4.0.18.1-6ubuntu1 system login tools
ii logrotate 3.7.1-3 Log rotation utility
ii lsb-base 3.1-22ubuntu3 Linux Standard Base 3.1 init script function
ii lsb-release 3.1-22ubuntu3 Linux Standard Base version reporting utilit
ii lshw 02.08.01-1ubuntu2 information about hardware configuration
ii lsof 4.77.dfsg.1-3 List open files
ii ltrace 0.4-1 Tracks runtime library calls in dynamically
ii luma 2.3-1.1 gui utility for accessing and managing LDAP
ii lzop 1.01-4 fast compression program
ii make 3.81-3build1 The GNU version of the "make" utility.
ii makedev 2.3.1-83ubuntu2 creates device files in /dev
ii man-db 2.4.3-5ubuntu1 The on-line manual pager
ii manpages 2.39-1 Manual pages about using a GNU/Linux system
ii mawk 1.3.3-11ubuntu2 a pattern scanning and text processing langu
ii mcpp 2.6.2-1ubuntu2 Matsui's CPP implementation precisely confor
ii mdetect 0.5.2.1 mouse device autodetection tool
ii memtest86+ 1.65-1ubuntu2 thorough real-mode memory tester
ii menu 2.1.32 generates programs menu for all menu-aware a
ii menu-xdg 0.2.3 freedesktop.org menu compliant window manage
ii mesa-utils 6.5.2-3ubuntu8 Miscellaneous Mesa GL utilities
ii metacity 2.18.2-0ubuntu1.1 A lightweight GTK2 based Window Manager
ii metacity-common 2.18.2-0ubuntu1.1 Shared files of lightweight GTK2 based Windo
ii mew-beta 5.1.52~0.20061031-1 mail reader supporting PGP/MIME for Emacs (d
ii mew-beta-bin 5.1.52~0.20061031-1 external commands for Mew (development versi
ii mii-diag 2.11-2 A little tool to manipulate network cards
ii mime-support 3.39-1 MIME files 'mime.types' & 'mailcap', and sup
ii min12xxw 0.0.9-1build1 Printer driver for KonicaMinolta PagePro 1[2
ii miscfiles 1.4.2.dfsg.1-7 Dictionaries and other interesting files
ii mkisofs 1.1.2-1ubuntu1 Dummy transition package for genisoimage
ii mktemp 1.5-2 Makes unique filenames for temporary files
ii module-init-tools 3.3-pre3-1ubuntu7 tools for managing Linux kernel modules
ii mono-common 1.2.3.1-1ubuntu1 common files for Mono
ii mono-gac 1.2.3.1-1ubuntu1 Mono GAC tool
ii mono-jit 1.2.3.1-1ubuntu1 fast CLI JIT/AOT compiler for Mono
ii mono-runtime 1.2.3.1-1ubuntu1 Mono runtime
ii mount 2.12r-17ubuntu2.1 Tools for mounting and manipulating filesyst
ii mozilla-firefox-locale-en-gb 2.0.0.1ubuntu-1 Mozilla Firefox English language/region pack
ii mozilla-firefox-locale-pt-br 2.0.0.1ubuntu-1 Mozilla Firefox Portuguese language/region p
ii mozilla-firefox-locale-pt-pt 2.0.0.1ubuntu-1 Mozilla Firefox Portuguese language/region p
ii mscompress 0.3-2ubuntu1 Microsoft "compress.exe/expand.exe" compatib
ii mtr-tiny 0.71-2 Full screen ncurses traceroute tool
ii myspell-en-gb 2.0.4~rc1-3ubuntu1 English_british dictionary for myspell
ii myspell-en-us 2.0.4~rc1-3ubuntu1 English_american dictionary for myspell
ii myspell-en-za 20070206-1 South African English dictionary for myspell
ii myspell-pt 20060914-1 Portuguese dictionaries for myspell
ii myspell-pt-br 3.0~beta4-2build1 Brazilian Portuguese dictionary for myspell
ii myspell-pt-pt 20060914-1 European Portuguese dictionary for myspell
ii mysql-client-5.0 5.0.38-0ubuntu1.1 mysql database client binaries
ii mysql-common 5.0.38-0ubuntu1.1 mysql database common files (e.g. /etc/mysql
ii mysql-server 5.0.38-0ubuntu1.1 mysql database server (meta package dependin
ii mysql-server-5.0 5.0.38-0ubuntu1.1 mysql database server binaries
ii nano 2.0.2-1 free Pico clone with some new features
ii nautilus 2.18.1-0ubuntu1 file manager and graphical shell for GNOME
ii nautilus-cd-burner 2.18.1-0ubuntu1 CD Burning front-end for Nautilus
ii nautilus-data 2.18.1-0ubuntu1 data files for nautilus
ii nautilus-sendto 0.10-0ubuntu1 integrates Evolution and Gaim into the Nauti
ii ncurses-base 5.5-5ubuntu2 Descriptions of common terminal types
ii ncurses-bin 5.5-5ubuntu2 Terminal-related programs and man pages
ii net-tools 1.60-17ubuntu1 The NET-3 networking toolkit
ii netbase 4.27ubuntu2 Basic TCP/IP networking system
ii netcat 1.10-32 TCP/IP swiss army knife
ii network-manager 0.6.4-6ubuntu7 network management framework daemon
ii network-manager-gnome 0.6.4-6ubuntu7 network management framework (GNOME frontend
ii nfs-common 1.0.12-4 NFS support files common to client and serve
ii nfs-kernel-server 1.0.12-4 support for NFS kernel server
ii notification-daemon 0.3.6-0ubuntu3 a daemon that displays passive pop-up notifi
ii ntpdate 4.2.2.p4+dfsg-1ubuntu3 client for setting system time from NTP serv
ii oclock 1.0.1-0ubuntu1 X client - oclock
ii onboard 0.86 Simple On-screen Keyboard
ii openoffice.org 2.2.0-1ubuntu5 OpenOffice.org Office suite
ii openoffice.org-base 2.2.0-1ubuntu5 OpenOffice.org office suite - database
ii openoffice.org-calc 2.2.0-1ubuntu5 OpenOffice.org office suite - spreadsheet
ii openoffice.org-common 2.2.0-1ubuntu5 OpenOffice.org office suite architecture ind
ii openoffice.org-core 2.2.0-1ubuntu5 OpenOffice.org office suite architecture dep
ii openoffice.org-draw 2.2.0-1ubuntu5 OpenOffice.org office suite - drawing
ii openoffice.org-evolution 2.2.0-1ubuntu5 Evolution Addressbook support for OpenOffice
ii openoffice.org-filter-binfilter 2.2.0-1ubuntu5 Legacy filters (e.g. StarOffice 5.2) for Ope
ii openoffice.org-filter-mobiledev 2.2.0-1ubuntu5 Mobile Devices Filters for OpenOffice.org
ii openoffice.org-gnome 2.2.0-1ubuntu5 GNOME Integration for OpenOffice.org (VFS, G
ii openoffice.org-gtk 2.2.0-1ubuntu5 GTK Integration for OpenOffice.org (Widgets,
ii openoffice.org-help-en-us 2.2.0-0ubuntu2 English_american help for OpenOffice.org
ii openoffice.org-help-pt 2.2.0-0ubuntu2 Portuguese help for OpenOffice.org
ii openoffice.org-help-pt-br 2.2.0-0ubuntu2 Portuguese_brazilian help for OpenOffice.org
ii openoffice.org-hyphenation 0.2 Hyphenation patterns for OpenOffice.org
ii openoffice.org-impress 2.2.0-1ubuntu5 OpenOffice.org office suite - presentation
ii openoffice.org-java-common 2.2.0-1ubuntu5 OpenOffice.org office suite Java support arc
ii openoffice.org-l10n-common 2.2.0-0ubuntu2 common files for OpenOffice.org language and
ii openoffice.org-l10n-en-gb 2.2.0-0ubuntu2 English_british language package for OpenOff
ii openoffice.org-l10n-en-za 2.2.0-0ubuntu2 English_southafrican language package for Op
ii openoffice.org-l10n-pt 2.2.0-0ubuntu2 Portuguese language package for OpenOffice.o
ii openoffice.org-l10n-pt-br 2.2.0-0ubuntu2 Portuguese_brazilian language package for Op
ii openoffice.org-math 2.2.0-1ubuntu5 OpenOffice.org office suite - equation edito
ii openoffice.org-style-andromeda 2.2.0-1ubuntu5 Default symbol style for OpenOffice.org
ii openoffice.org-style-crystal 2.2.0-1ubuntu5 Crystal symbol style for OpenOffice.org
ii openoffice.org-style-hicontrast 2.2.0-1ubuntu5 Hicontrast symbol style for OpenOffice.org
ii openoffice.org-style-human 2.2.0-1ubuntu5 Human symbol style for OpenOffice.org
ii openoffice.org-style-industrial 2.2.0-1ubuntu5 Industrial symbol style for OpenOffice.org
ii openoffice.org-style-tango 2.2.0-1ubuntu5 Tango symbol style for OpenOffice.org
ii openoffice.org-thesaurus-en-us 2.0.4~rc1-3ubuntu1 English Thesaurus for OpenOffice.org
ii openoffice.org-writer 2.2.0-1ubuntu5 OpenOffice.org office suite - word processor
ii openprinting-ppds 20070327-0ubuntu1 OpenPrinting printer support - PostScript PP
ii openssh-client 4.3p2-8ubuntu1 Secure shell client, an rlogin/rsh/rcp repla
ii openssh-server 4.3p2-8ubuntu1 Secure shell server, an rshd replacement
ii openssl 0.9.8c-4ubuntu0.2 Secure Socket Layer (SSL) binary and related
ii oss-compat 0.0.4 OSS compatibility package
ii p7zip 4.43~dfsg.1-1 7-Zip is a file archiver with high compressi
ii p7zip-full 4.43~dfsg.1-1 7-Zip is a file archiver with high compressi
ii parted 1.7.1-3ubuntu4 The GNU Parted disk partition resizing progr
ii passwd 4.0.18.1-6ubuntu1 change and administer password and group dat
ii patch 2.5.9-4 Apply a diff file to an original
ii pciutils 2.2.4-1ubuntu1 Linux PCI Utilities
ii pcmciautils 014-3ubuntu2 PCMCIA utilities for Linux 2.6
ii pdfcrack 0.8-1 PDF files password cracker
ii pdfjam 1.20-2 collection of PDF document handling utilitie
ii perl 5.8.8-7build1 Larry Wall's Practical Extraction and Report
ii perl-base 5.8.8-7build1 The Pathologically Eclectic Rubbish Lister
ii perl-modules 5.8.8-7build1 Core Perl modules
ii php5 5.2.1-0ubuntu1.4 server-side, HTML-embedded scripting languag
ii php5-cgi 5.2.1-0ubuntu1.4 server-side, HTML-embedded scripting languag
ii php5-common 5.2.1-0ubuntu1.4 Common files for packages built from the php
ii php5-gd 5.2.1-0ubuntu1.4 GD module for php5
ii php5-ldap 5.2.1-0ubuntu1.4 LDAP module for php5
ii php5-mcrypt 5.1.2-1ubuntu1 MCrypt module for php5
ii php5-mysql 5.2.1-0ubuntu1.4 MySQL module for php5
ii phpldapadmin 0.9.8.3-7 web based interface for administering LDAP s
ii phpmyadmin 2.9.1.1-2ubuntu1 Administrate MySQL over the WWW
ii pkg-config 0.21-1build1 manage compile and link flags for libraries
ii pnm2ppa 1.12-16 PPM to PPA converter
ii poppler-utils 0.5.4-0ubuntu8.2 PDF utilitites (based on libpoppler)
ii popularity-contest 1.39ubuntu5 Vote for your favourite packages automatical
ii portmap 5-24 The RPC portmapper
ii poster 19990428-8 Create large posters out of PostScript pages
ii postfix 2.3.8-2 A high-performance mail transport agent
ii postfix-ldap 2.3.8-2 LDAP map support for Postfix
ii powermanagement-interface 0.3.15 platform neutral powermanagement interface
ii powermgmt-base 1.29build1 Common utils and configs for power managemen
ii powernowd 0.97-1ubuntu7 control cpu speed and voltage using 2.6 kern
ii ppp 2.4.4rel-4.1ubuntu2 Point-to-Point Protocol (PPP) daemon
ii pppconfig 2.3.15ubuntu1 A text menu based utility for configuring pp
ii pppoeconf 1.12ubuntu1 configures PPPoE/ADSL connections
ii ppthtml 0.5.1-6ubuntu1 A program for converting Microsoft Power Poi
ii procps 3.2.7-3ubuntu2 /proc file system utilities
ii psfontmgr 0.11.10 PostScript font manager -- part of Defoma, D
ii psmisc 22.3-1build1 Utilities that use the proc filesystem
ii psutils 1.17-24build1 A collection of PostScript document handling
ii python 2.5.1-0ubuntu3 An interactive high-level object-oriented la
ii python-apport 0.76.1 apport crash report handling library
ii python-apt 0.6.20ubuntu16 Python interface to libapt-pkg
ii python-at-spi 0.6.1-1ubuntu1 Assistive Technology Service Provider Interf
ii python-beagle 0.2.16.3-0ubuntu4 python bindings for beagle
ii python-bittorrent 3.4.2-10ubuntu2 Scatter-gather network file transfer
ii python-cairo 1.2.0-1ubuntu2 Python bindings for the Cairo vector graphic
ii python-central 0.5.12ubuntu4 register and build utility for Python packag
ii python-dbus 0.80.2-1ubuntu2 simple interprocess messaging system (Python
ii python-dnspython 1.3.5-3.1 DNS toolkit for Python
ii python-gconf 2.18.0-0ubuntu1 Python bindings for GConf2
ii python-gdbm 2.5.1-0ubuntu1 GNU dbm database support for Python
ii python-glade2 2.10.4-0ubuntu3 GTK+ bindings: Glade support
ii python-gmenu 2.18.0-0ubuntu3 Python bindings for the freedesktop menu spe
ii python-gnome2 2.18.0-0ubuntu1 Python bindings for the GNOME desktop enviro
ii python-gnome2-desktop 2.18.0-0ubuntu3 Python bindings for the GNOME desktop enviro
ii python-gnome2-extras 2.14.3-0ubuntu1 Python bindings for the GNOME desktop enviro
ii python-gnomecanvas 2.18.0-0ubuntu1 Python bindings for gnomecanvas (debug exten
ii python-gnupginterface 0.3.2-9 Python interface to GnuPG (GPG)
ii python-gobject 2.12.3-0ubuntu3 Python bindings for the GObject library
ii python-gst0.10 0.10.6-1ubuntu3 generic media-playing framework (Python bind
ii python-gtk2 2.10.4-0ubuntu3 Python bindings for the GTK+ widget set
ii python-gtkhtml2 2.14.3-0ubuntu1 Python bindings for the GtkHTML2 library
ii python-imaging 1.1.6-0ubuntu3 Python Imaging Library
ii python-launchpad-bugs 0.1.13.2 simple Python Interface to Bugs in Launchpad
ii python-launchpad-integration 0.1.13 library for launchpad integration
ii python-ldap 2.2.1-0ubuntu2 An LDAP interface module for Python
ii python-libxml2 2.6.27.dfsg-1ubuntu3 Python bindings for the GNOME XML library
ii python-minimal 2.5.1-0ubuntu3 A minimal subset of the Python language (def
ii python-notify 0.1.1-0ubuntu2 Python bindings for libnotify
ii python-numeric 24.2-7ubuntu1 Numerical (matrix-oriented) Mathematics for
ii python-orca-brlapi 2.18.1-0ubuntu1 python bindings for braille display access v
ii python-problem-report 0.76.1 python library to handle problem reports
ii python-pyorbit 2.14.2-0ubuntu3 A Python language binding for the ORBit2 COR
ii python-qt3 3.17-0ubuntu3 Qt3 bindings for Python
ii python-reportlab 2.0dfsg-1 ReportLab library to create PDF documents us
ii python-sip4 4.5-0ubuntu2 Python/C++ bindings generator runtime librar
ii python-soappy 0.11.3-1.8 SOAP Support for Python (SOAP.py)
ii python-software-properties 0.59.4 manage the repositories that you install sof
ii python-support 0.5.6ubuntu1 automated rebuilding support for python modu
ii python-uno 2.2.0-1ubuntu5 Python interface for OpenOffice.org
ii python-virtkey 0.41ubuntu1 Library to emulate keyboard keypresses.
ii python-vte 0.16.1-0ubuntu1 Python bindings for the VTE widget set
ii python-xdg 0.15-1.1ubuntu2 A python library to access freedesktop.org s
ii python-xml 0.8.4-6ubuntu4 XML tools for Python
ii python2.5 2.5.1-0ubuntu1 An interactive high-level object-oriented la
ii python2.5-minimal 2.5.1-0ubuntu1 A minimal subset of the Python language (ver
ii radeontool 1.5-5build1 utility to control ATI Radeon backlight func
ii rdesktop 1.5.0-1ubuntu1 RDP client for Windows NT/2000 Terminal Serv
ii readahead 0.20050517.0220-0ubuntu9 read files into the page cache
ii readline-common 5.2-2ubuntu1 GNU readline and history libraries, common f
ii reiserfsprogs 3.6.19-4ubuntu2 User-level tools for ReiserFS filesystems
ii restricted-manager 0.20 manage non-free hardware drivers
ii rhythmbox 0.10.0-0ubuntu2 music player and organizer for GNOME
ii rpm 4.4.1-14build1 Red Hat package manager
ii rss-glx 0.8.1-3ubuntu3 Really Slick Screensavers GLX Port
ii rsync 2.6.9-3ubuntu1.1 fast remote file copy program (like rcp)
ii samba 3.0.24-2ubuntu1.4 a LanManager-like file and printer server fo
ii samba-common 3.0.24-2ubuntu1.4 Samba common files used by both the server a
ii samba-doc 3.0.24-2ubuntu1.4 Samba documentation
ii sane-utils 1.0.18-3ubuntu1 API library for scanners -- utilities
ii scim 1.4.4-7ubuntu1 smart common input method platform
ii scim-gtk2-immodule 1.4.4-7ubuntu1 GTK+2 input method module with SCIM as backe
ii scim-modules-socket 1.4.4-7ubuntu1 socket modules for SCIM platform
ii scim-modules-table 0.5.6-2 generic tables IM engine module for SCIM pla
ii scim-tables-additional 0.5.6-2 miscellaneous input method data tables for S
ii screen 4.0.3-0.2ubuntu2 a terminal multiplexor with VT100/ANSI termi
ii screensaver-default-images 0.2-1 Wallpapers for image processing screensavers
ii scrollkeeper 0.3.14-11ubuntu7 A free electronic cataloging system for docu
ii sdparm 0.98-1 Output and modify SCSI device parameters
ii seahorse 1.0.1-0ubuntu1 A Gnome front end for GnuPG
ii sed 4.1.5-1 The GNU sed stream editor
ii serpentine 0.7-4ubuntu3 An application for creating audio CDs
ii sessreg 1.0.0-0ubuntu2 X Display Manager session registration utili
ii sgml-base 1.26 SGML infrastructure and SGML catalog file su
ii sgml-data 2.0.3 common SGML and XML data
ii shared-mime-info 0.20-0ubuntu4 FreeDesktop.org shared MIME database and spe
ii sharutils 4.2.1-15 shar, unshar, uuencode, uudecode
ii slapd 2.3.30-2 OpenLDAP server (slapd)
ii slocate 3.1-1ubuntu1 Secure replacement of findutil's locate
ii smartdimmer 0.1-2 Change LCD brightness on Geforce 6200Go card
ii smbclient 3.0.24-2ubuntu1.4 a LanManager-like simple client for Unix
ii smbfs 3.0.24-2ubuntu1.4 mount and umount commands for the smbfs (for
ii smproxy 1.0.1-0ubuntu1 X client - smproxy
ii software-properties-gtk 0.59.4 manage the repositories that you install sof
ii sound-juicer 2.16.3-0ubuntu2 GNOME 2 CD Ripper
ii spamassassin 3.1.7-2ubuntu1 Perl-based spam filter using text analysis
ii spamc 3.1.7-2ubuntu1 Client for SpamAssassin spam filtering daemo
ii ssh-askpass-gnome 4.3p2-8ubuntu1 under X, asks user for a passphrase for ssh-
ii ssl-cert 1.0.13 Simple debconf wrapper for openssl
ii startup-tasks 0.3.8-1 definitions of essential tasks to run on sta
ii strace 4.5.14-2ubuntu1 A system call tracer
ii stunnel4 4.18-2 Universal SSL tunnel for network daemons
ii sudo 1.6.8p12-4ubuntu5 Provide limited super user privileges to spe
ii swat 3.0.24-2ubuntu1.4 Samba Web Administration Tool
ii synaptic 0.57.11.1ubuntu14 Graphical package manager
ii sysklogd 1.4.1-20ubuntu4 System Logging Daemon
ii system-services 0.3.8-1 definitions of essential system services
ii system-tools-backends 2.2.0-0ubuntu1 System Tools to manage computer configuratio
ii sysv-rc 2.86.ds1-14.1ubuntu18 System-V-like runlevel change mechanism
ii sysvutils 2.86.ds1-14.1ubuntu18 System-V-like utilities
ii tangerine-icon-theme 0.20-0ubuntu1 Tangerine Icon theme
ii tango-icon-theme 0.7.2+cvs07.02.06-0ubuntu1 Tango Icon theme
ii tango-icon-theme-common 0.7-0ubuntu1 Tango Icon theme - common icons
ii tar 1.16-2ubuntu0.1 GNU tar
ii tasksel 2.59ubuntu2 Tool for selecting tasks for installation on
ii tasksel-data 2.59ubuntu2 Official tasks used for installation of Debi
ii tcpdump 3.9.5-2ubuntu1 A powerful tool for network monitoring and d
ii telnet 0.17-35ubuntu1 The telnet client
ii tetex-base 3.0.dfsg.3-4 Basic TeX input files of teTeX
ii tetex-bin 3.0-27ubuntu1 The teTeX programs
ii tetex-extra 3.0.dfsg.3-4 Additional TeX input files of teTeX
ii tex-common 0.42 Common infrastructure for using and building
ii thunderbird-locale-en-gb 1.5.0.10ubuntu0-1 Thunderbird English language/region package
ii thunderbird-locale-pt-br 1.5.0.10ubuntu0-1 Thunderbird Portuguese language/region packa
ii time 1.7-21 The GNU time program for measuring cpu resou
ii tomboy 0.6.3-0ubuntu1 desktop note taking program using Wiki style
ii toshset 1.72-2ubuntu1 Access much of the Toshiba laptop hardware i
ii totem 2.18.1-0ubuntu3 A simple media player for the Gnome desktop
ii totem-gstreamer 2.18.1-0ubuntu3 A simple media player for the Gnome desktop
ii totem-mozilla 2.18.1-0ubuntu3 Totem Mozilla plugin
ii tsclient 0.148-2ubuntu3 front-end for viewing of remote desktops in
ii ttf-arabeyes 1.1-6 Arabeyes GPL TrueType Arabic fonts
ii ttf-arphic-ukai 0.1.20060928-2 "AR PL ZenKai Uni" Chinese Unicode TrueType
ii ttf-arphic-uming 0.1.20060928-2ubuntu3 "AR PL ShanHeiSun Uni" Chinese Unicode TrueT
ii ttf-baekmuk 2.2-1ubuntu3 Baekmuk series TrueType fonts
ii ttf-bengali-fonts 0.4.7.3 Free TrueType fonts for the Bengali language
ii ttf-bitstream-vera 1.10-7 The Bitstream Vera family of free TrueType f
ii ttf-dejavu 2.14-2 Vera font family derivate with additional ch
ii ttf-devanagari-fonts 0.4.7.3 Free TrueType fonts for languages using the
ii ttf-freefont 20060501cvs-10 Freefont Serif, Sans and Mono Truetype fonts
ii ttf-gentium 1.02-2ubuntu2 Gentium TrueType font
ii ttf-gujarati-fonts 0.4.7.3 Free TrueType fonts for the Gujarati languag
ii ttf-indic-fonts 0.4.7.3 Metapackage for free Indian language fonts
ii ttf-kannada-fonts 0.4.7.3 Free TrueType fonts for the Kannada language
ii ttf-kochi-gothic 1.0.20030809-4ubuntu2 Kochi Subst Gothic Japanese TrueType font wi
ii ttf-kochi-mincho 1.0.20030809-4ubuntu2 Kochi Subst Mincho Japanese TrueType font wi
ii ttf-lao 0.0.20060226-2 TrueType font for Lao language
ii ttf-malayalam-fonts 0.4.7.3 Free TrueType fonts for the Malayalam langua
ii ttf-mgopen 1.1-2 Magenta Open Truetype fonts
ii ttf-opensymbol 2.2.0-1ubuntu5 The OpenSymbol TrueType font
ii ttf-oriya-fonts 0.4.7.3 Free TrueType fonts for the Oriya language
ii ttf-punjabi-fonts 0.4.7.3 Free TrueType fonts for the Punjabi language
ii ttf-tamil-fonts 0.4.7.3 Free TrueType fonts for the Tamil language
ii ttf-telugu-fonts 0.4.7.3 Free TrueType fonts for the Telugu language
ii ttf-thai-tlwg 0.4.5-3 Thai fonts in TrueType format
ii tzdata 2007h-0ubuntu0.7.04 Time Zone and Daylight Saving Time Data
ii ubuntu-artwork 36 Ubuntu themes and artwork
ii ubuntu-desktop 1.43 The Ubuntu desktop system
ii ubuntu-docs 7.04.4 The Ubuntu Documentation Project
ii ubuntu-keyring 2005.01.12.1 GnuPG keys of the Ubuntu archive
ii ubuntu-minimal 1.43 Minimal core of Ubuntu
ii ubuntu-sounds 0.6 Ubuntu's GNOME audio theme
ii ubuntu-standard 1.43 The Ubuntu standard system
ii ucf 2.0017ubuntu1 Update Configuration File: preserves user ch
ii udev 108-0ubuntu4 rule-based device node and kernel event mana
ii unattended-upgrades 0.23ubuntu3 Install security upgrades automatically
ii unzip 5.52-9ubuntu3 De-archiver for .zip files
ii update-inetd 4.27-0.2 inetd.conf updater
ii update-manager 0.59.25 GNOME application that manages apt updates
ii update-manager-core 0.59.25 manage release upgrades
ii update-notifier 0.56.3 Daemon which notifies about package updates
ii upstart 0.3.8-1 event-based init daemon
ii upstart-compat-sysv 0.3.8-1 compatibility for System-V-like init
ii upstart-logd 0.3.8-1 boot logging daemon
ii usbutils 0.72-7ubuntu2 USB console utilities
ii usplash 0.4-44 Userspace bootsplash utility
ii usplash-theme-ubuntu 0.14 Usplash theme for Ubuntu
ii util-linux 2.12r-17ubuntu2.1 Miscellaneous system utilities
ii util-linux-locales 2.12r-17ubuntu2.1 Locales files for util-linux
ii vbetool 1.0-0ubuntu1 run real-mode video BIOS code to alter hardw
ii viewres 1.0.1-0ubuntu1 X client - viewres
ii vim-common 7.0-164+1ubuntu7.2 Vi IMproved - Common files
ii vim-tiny 7.0-164+1ubuntu7.2 Vi IMproved - enhanced vi editor - compact v
ii vino 2.18.1-0ubuntu1 VNC server for GNOME
ii vnc-common 3.3.7-13ubuntu2 Virtual network computing server software
ii volumeid 108-0ubuntu4 volume identification tool
ii w3m 0.5.1-5.1ubuntu1 WWW browsable pager with excellent tables/fr
ii wamerican 6-2 American English dictionary words for /usr/s
ii wbritish 6-2 British English dictionary words for /usr/sh
ii webmin 1.380 A web-based administration interface for Uni
ii wget 1.10.2-2ubuntu2 retrieves files from the web
ii whiptail 0.52.2-8ubuntu2 Displays user-friendly dialog boxes from she
ii whois 4.7.20build2 the GNU whois client
ii wireless-tools 28-1ubuntu3 Tools for manipulating Linux Wireless Extens
ii wireshark 0.99.4-6ubuntu0.1 network traffic analyzer
ii wireshark-common 0.99.4-6ubuntu0.1 network traffic analyser (common files)
ii wodim 1.1.2-1ubuntu1 command line CD/DVD writing tool
ii wpasupplicant 0.5.7-0ubuntu2 Client support for WPA and WPA2 (IEEE 802.11
ii wv 1.2.4-2 Programs for accessing Microsoft Word docume
ii wvdial 1.56-1.1ubuntu2 PPP dialer with built-in intelligence
ii x-ttcidfont-conf 25 Configure TrueType and CID fonts for X
ii x11-common 7.2-0ubuntu11 X Window System (X.Org) infrastructure
ii x11perf 1.4.1-0ubuntu1 X client - x11perf
ii xauth 1.0.1-0ubuntu1 X authentication utility
ii xaw3dg 1.5+E-14ubuntu2 Xaw3d widget set
ii xbase-clients 7.2-0ubuntu11 X Window System client utility transitional
ii xbiff 1.0.1-0ubuntu1 X client - xbiff
ii xbitmaps 1.0.1-0ubuntu2 Base X bitmaps
ii xcalc 1.0.1-0ubuntu1 X client - xcalc
ii xclipboard 1.0.1-0ubuntu1 X client - xclipboard
ii xclock 1.0.1-0ubuntu1 X client - xclock
ii xconsole 1.0.1-0ubuntu1 X client - xconsole
ii xcursor-themes 1.0.1-5ubuntu1 Base X cursor themes
ii xcursorgen 1.0.1-0ubuntu1 X cursor generation
ii xdelta 1.1.3-7 A diff utility which works with binary files
ii xditview 1.0.1-0ubuntu1 X client - xditview
ii xdpyinfo 1.0.1-0ubuntu1 X display information
ii xdriinfo 1.0.1-0ubuntu1 X DRI information utility
ii xev 1.0.2-0ubuntu1 X client - xev
ii xeyes 1.0.1-0ubuntu1 X client - xeyes
ii xf86dga 1.0.1-0ubuntu1 X client - xf86dga
ii xfd 1.0.1-0ubuntu1 X client - xfd
ii xfonts-100dpi 1.0.0-3 100 dpi fonts for X
ii xfonts-75dpi 1.0.0-3 75 dpi fonts for X
ii xfonts-base 1.0.0-4 standard fonts for X
ii xfonts-encodings 1.0.0-6 Encodings for X.Org fonts
ii xfonts-scalable 1.0.0-6 scalable fonts for X
ii xfonts-utils 1.0.1-1ubuntu1 X Window System font utility programs
ii xfontsel 1.0.1-0ubuntu1 X client - xfontsel
ii xgamma 1.0.1-0ubuntu1 X client - xgamma
ii xgc 1.0.1-0ubuntu1 X client - xgc
ii xhost 1.0.1-0ubuntu1 X authentication manipulation
ii xinetd 2.3.14-1ubuntu1 replacement for inetd with many enhancements
ii xinit 1.0.2-0ubuntu3 X server initialisation tool
ii xkb-data 0.9-4ubuntu1 X Keyboard Extension (XKB) configuration dat
ii xkbutils 1.0.2-0ubuntu1 X11 XKB utilities
ii xkill 1.0.1-0ubuntu1 X client - xkill
ii xlhtml 0.5.1-6ubuntu1 A program for converting Microsoft Excel Fil
ii xli 1.17.0-22 command line tool for viewing images in X11
ii xload 1.0.1-0ubuntu1 X client - xload
ii xlogo 1.0.1-0ubuntu1 X client - xlogo
ii xlsatoms 1.0.1-0ubuntu1 X client - xlsatoms
ii xlsclients 1.0.1-0ubuntu1 X client - xlsclients
ii xlsfonts 1.0.1-0ubuntu1 X client - xlsfonts
ii xmag 1.0.1-0ubuntu1 X client - xmag
ii xman 1.0.1-0ubuntu2 X client - xman
ii xmessage 1.0.1-0ubuntu1 X client - xmessage
ii xml-core 0.09-0.1 XML infrastructure and XML catalog file supp
ii xmodmap 1.0.1-0ubuntu1 X input map modification
ii xmore 1.0.1-0ubuntu1 X client - xmore
ii xorg 7.2-0ubuntu11 X.Org X Window System
ii xpaint 2.7.8.1-1.2 simple paint program for X
ii xpdf-common 3.01-9ubuntu3 Portable Document Format (PDF) suite -- comm
ii xpdf-reader 3.01-9ubuntu3 Portable Document Format (PDF) suite -- view
ii xpmutils 3.5.6-1 X11 pixmap utilities
ii xprop 1.0.2-0ubuntu1 X window property utility
ii xrandr 1.0.2-0ubuntu1 X Rotation, Reflection and Resize utility
ii xrdb 1.0.2-0ubuntu2 X resource modification
ii xrefresh 1.0.2-0ubuntu1 X client - xrefresh
ii xresprobe 0.4.24ubuntu3 X Resolution Probe
ii xrgb 1.0.0-0ubuntu2 X RGB database and utilities
ii xsane 0.99+0.991-1ubuntu2 GTK+-based X11 frontend for SANE (Scanner Ac
ii xsane-common 0.99+0.991-1ubuntu2 GTK+-based X11 frontend for SANE (Scanner Ac
ii xscreensaver 4.24-5ubuntu2.1 Automatic screensaver for X
ii xscreensaver-data 4.24-5ubuntu2.1 data files to be shared among screensaver fr
ii xscreensaver-gl 4.24-5ubuntu2.1 GL(Mesa) screen hacks for xscreensaver
ii xserver-xorg 7.2-0ubuntu11 the X.Org X server
ii xserver-xorg-core 1.2.0-3ubuntu8 X.Org X server -- core server
ii xserver-xorg-input-all 7.2-0ubuntu11 the X.Org X server -- input driver metapacka
ii xserver-xorg-input-elographics 1.1.0-1 X.Org X server -- ELOGraphics input driver
ii xserver-xorg-input-evdev 1.1.5-0ubuntu2 X.Org X server -- evdev input driver
ii xserver-xorg-input-kbd 1.1.0-4ubuntu1 X.Org X server -- keyboard input driver
ii xserver-xorg-input-mouse 1.2.1-0ubuntu1 X.Org X server -- mouse input driver
ii xserver-xorg-input-synaptics 0.14.6-0ubuntu7 Synaptics TouchPad driver for X.Org server
ii xserver-xorg-input-wacom 0.7.7.7-0ubuntu1 X.Org X server -- wacom input driver
ii xserver-xorg-video-all 7.2-0ubuntu11 the X.Org X server -- output driver metapack
ii xserver-xorg-video-apm 1.1.1-3ubuntu1 X.Org X server -- APM display driver
ii xserver-xorg-video-ark 0.6.0-3ubuntu1 X.Org X server -- ark display driver
ii xserver-xorg-video-ati 6.6.3-2ubuntu6 X.Org X server -- ATI display driver
ii xserver-xorg-video-chips 1.1.1-4ubuntu1 X.Org X server -- Chips display driver
ii xserver-xorg-video-cirrus 1.1.0-3ubuntu1 X.Org X server -- Cirrus display driver
ii xserver-xorg-video-cyrix 1.1.0-4ubuntu1 X.Org X server -- Cyrix display driver
ii xserver-xorg-video-dummy 0.2.0-3ubuntu1 X.Org X server -- dummy display driver
ii xserver-xorg-video-fbdev 0.3.1-1ubuntu1 X.Org X server -- fbdev display driver
ii xserver-xorg-video-glint 1.1.1-3ubuntu1 X.Org X server -- Glint display driver
ii xserver-xorg-video-i128 1.2.1-0ubuntu1 X.Org X server -- i128 display driver
ii xserver-xorg-video-i740 1.1.0-3ubuntu1 X.Org X server -- i740 display driver
ii xserver-xorg-video-i810 1.7.4-0ubuntu1 X.Org X server -- Intel i8xx, i9xx display d
ii xserver-xorg-video-imstt 1.1.0-3ubuntu1 X.Org X server -- IMSTT display driver
ii xserver-xorg-video-mga 1.4.6.1.dfsg.1-0ubuntu1 X.Org X server -- MGA display driver
ii xserver-xorg-video-neomagic 1.1.1-5ubuntu1 X.Org X server -- Neomagic display driver
ii xserver-xorg-video-newport 0.2.1-0ubuntu1 X.Org X server -- Newport display driver
ii xserver-xorg-video-nsc 2.8.2-0ubuntu1 X.Org X server -- NSC display driver
ii xserver-xorg-video-nv 2.0.0-0ubuntu3 X.Org X server -- NV display driver
ii xserver-xorg-video-rendition 4.1.0.dfsg.1-4ubuntu1 X.Org X server -- Rendition display driver
ii xserver-xorg-video-s3 0.5.0-0ubuntu1 X.Org X server -- legacy S3 display driver
ii xserver-xorg-video-s3virge 1.9.1-3ubuntu1 X.Org X server -- S3 ViRGE display driver
ii xserver-xorg-video-savage 2.1.2-1 X.Org X server -- Savage display driver
ii xserver-xorg-video-siliconmotion 1.4.1-4ubuntu1 X.Org X server -- SiliconMotion display driv
ii xserver-xorg-video-sis 0.9.1-4ubuntu1 X.Org X server -- SiS display driver
ii xserver-xorg-video-sisusb 0.8.1-3ubuntu1 X.Org X server -- SiS USB display driver
ii xserver-xorg-video-tdfx 1.3.0-1ubuntu1 X.Org X server -- tdfx display driver
ii xserver-xorg-video-tga 1.1.0-3ubuntu1 X.Org X server -- TGA display driver
ii xserver-xorg-video-trident 1.2.3-1ubuntu1 X.Org X server -- Trident display driver
ii xserver-xorg-video-tseng 1.1.0-3ubuntu1 X.Org X server -- Tseng display driver
ii xserver-xorg-video-v4l 0.1.1-0ubuntu2 X.Org X server -- Video 4 Linux display driv
ii xserver-xorg-video-vesa 1.3.0-1ubuntu4 X.Org X server -- VESA display driver
ii xserver-xorg-video-vga 4.1.0-3ubuntu1 X.Org X server -- VGA display driver
ii xserver-xorg-video-via 0.2.1-6ubuntu1 X.Org X server -- VIA display driver
ii xserver-xorg-video-vmware 10.15.0-0ubuntu1 X.Org X server -- VMware display driver
ii xserver-xorg-video-voodoo 1.1.0-oubuntu2 X.Org X server -- Voodoo display driver
ii xset 1.0.2-0ubuntu1 X server option modification
ii xsetmode 1.0.0-0ubuntu1 X Input Device modification
ii xsetpointer 1.0.0-0ubuntu1 X Input Device modification
ii xsetroot 1.0.1-0ubuntu1 X client - xsetroot
ii xsltproc 1.1.20-0ubuntu2 XSLT command line processor
ii xsm 1.0.1-0ubuntu1 X client - xsm
ii xstdcmap 1.0.1-0ubuntu1 X client - xstdcmap
ii xterm 223-1 X terminal emulator
ii xtrap 1.0.2-0ubuntu1 X client - xtrap
ii xutils 7.2-0ubuntu11 X Window System miscellaneous utility transi
ii xutils-dev 7.1.ds-6ubuntu1 X Window System utility programs for develop
ii xvidtune 1.0.1-0ubuntu1 X client - xvidtune
ii xvinfo 1.0.1-0ubuntu1 XVideo information
ii xvncviewer 3.3.7-13ubuntu2 Virtual network computing client software fo
ii xwd 1.0.1-0ubuntu1 X client - xwd
ii xwininfo 1.0.1-0ubuntu1 X client - xwininfo
ii xwud 1.0.1-0ubuntu1 X client - xwud
ii yelp 2.18.1-0ubuntu2 Help browser for GNOME 2
ii zenity 2.18.1-0ubuntu1 Display graphical dialog boxes from shell sc
ii zip 2.32-1 Archiver for .zip files
ii zlib1g 1.2.3-13ubuntu4 compression library - runtime
 
 
Navegando pela Net - All Rights Reserved
Proudly powered by Blogger