Script started on 2008년 05월 02일 (금) 오후 04시 14분 51초
nomos@debian:~$ cat /proc/cpuinfo
processor : 0
cpu : 7447A, altivec supported
clock : 1333.333000MHz
revision : 0.5 (pvr 8003 0105)
bogomips : 73.47
timebase : 18432000
platform : PowerMac
machine : PowerBook6,7
motherboard : PowerBook6,7 MacRISC3 Power Macintosh
detected as : 287 (iBook G4)
pmac flags : 0000001b
L2 cache : 512K unified
pmac-generation : NewWorld
nomos@debian:~$ lspci
0000:00:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 AGP
0000:00:10.0 VGA compatible controller: ATI Technologies Inc M11 NV
[FireGL Mobility T2e] (rev 80)
0001:10:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 PCI
0001:10:12.0 Network controller: Broadcom Corporation BCM4318 [AirForce
One 54g] 802.11g Wireless LAN Controller (rev 02)
0001:10:17.0 Class ff00: Apple Computer Inc. KeyLargo/Intrepid Mac I/O
0001:10:18.0 USB Controller: Apple Computer Inc. KeyLargo/Intrepid USB
0001:10:19.0 USB Controller: Apple Computer Inc. KeyLargo/Intrepid USB
0001:10:1a.0 USB Controller: Apple Computer Inc. KeyLargo/Intrepid USB
0001:10:1b.0 USB Controller: NEC Corporation USB (rev 43)
0001:10:1b.1 USB Controller: NEC Corporation USB (rev 43)
0001:10:1b.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
0002:20:0b.0 Host bridge: Apple Computer Inc. UniNorth 2 Internal PCI
0002:20:0d.0 Class ff00: Apple Computer Inc. UniNorth/Intrepid ATA/100
0002:20:0e.0 FireWire (IEEE 1394): Apple Computer Inc. UniNorth 2
FireWire (rev 81)
0002:20:0f.0 Ethernet controller: Apple Computer Inc. UniNorth 2 GMAC
(Sun GEM) (rev 80)
nomos@debian:~$ uname -a
Linux debian 2.6.25-1-powerpc #1 Mon Apr 28 15:21:27 UTC 2008 ppc
GNU/Linux
nomos@debian:~$ cat /etc/debian_version
lenny/sid
ncat .emomos@debian:~$ cat /etc/rc.local
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
#/sbin/hdparm -S 1 -d1 -m16 -c1 -X udma5 /dev/hda
/sbin/fnset -u
echo "1" > /proc/sys/dev/mac_hid/mouse_button_emulation
exit 0
nomos@debian:~$ cat /etc/default/bluetooth
# Defaults for bluez-utils
# This file supersedes /etc/default/bluez-pan. If
# that exists on your system, you should use this
# file instead and remove the old one. Until you
# do so, the contents of this file will be ignored.
# start bluetooth on boot?
# compatibility note: If this variable is not found bluetooth will
# start
BLUETOOTH_ENABLED=1
# This setting will switch HID devices (e.g mouse/keyboad) to HCI mode,
that is
# you will have bluetooth functionality from your dongle instead of only
HID.
# Note that not every bluetooth dongle is capable of switching back to
HID
# mode, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355497
HID2HCI_ENABLED=1
############ HIDD
#
# HID daemon
#HIDD_ENABLED=0
#HIDD_OPTIONS="--master --server"
HIDD_ENABLED=1
HIDD_OPTIONS="--connect 00:07:61:A6:28:0F --server"
# to make hidd always use a particular interface, use something
# like this, substituting the bdaddr of the interface:
# HIDD_OPTIONS="-i AA:BB:CC:DD:EE:FF --server"
#
# remove '--master' if you're having trouble working with Ericsson
# T630 phones with hidd operational at the same time.
############ COMPATIBILITY WITH OLD BLUEZ-PAN
# Compatibility: if old PAN config exists, use it
# rather than this file.
if test -f /etc/default/bluez-pan; then
. /etc/default/bluez-pan
return
fi
############
############ DUND
#
# Run dund -- this allows ppp logins. 1 for enabled, 0 for disabled.
DUND_ENABLED=0
# Arguments to dund: defaults to acting as a server
DUND_OPTIONS="--listen --persist"
# Run dund --help to see the full array of options.
# Here are some examples:
#
# Connect to any nearby host offering access
# DUND_OPTIONS="--search"
#
# Connect to host 00:11:22:33:44:55
# DUND_OPTIONS="--connect 00:11:22:33:44:55"
#
# Listen on channel 3
# DUND_OPTIONS="--listen --channel 3"
# Special consideration is needed for certain devices. Microsoft
# users see the --msdun option. Ericsson P800 users will need to
# listen on channel 3 and also run 'sdptool add --channel=3 SP'
############ PAND
#
# Run pand -- ethernet: creates new network interfaces bnep
# that can be configured in /etc/network/interfaces
# set to 1 for enabled, 0 for disabled
PAND_ENABLED=0
# Arguments to pand
# Read the PAN howto for ways to set this up
# http://bluez.sourceforge.net/contrib/HOWTO-PAN
# in later versions of pand it used to execute /etc/bluetooth/pan/dev-up
# automatically, now you will need to use the --devup/--devdown options.
See
# the pand manpage for more informations
PAND_OPTIONS=""
# example pand lines
#
# Act as the controller of an ad-hoc network
# PAND_OPTIONS="--listen --role GN"
#
# Act as a network access point: routes to other networks
# PAND_OPTIONS="--listen --role NAP"
#
# Act as a client of an ad-hoc controller with number 00:11:22:33:44:55
# PAND_OPTIONS="--role PANU --connect 00:11:22:33:44:55"
#
# Connect to any nearby network controller (access point or ad-hoc)
# PAND_OPTIONS="--role PANU --search"
############ SDPTOOL
# this variable controls the options passed to sdptool on boot, useful if
you
# need to setup sdpd on boot.
# options are ;-separated, i.e. for every ; an sdptool instance will be
# launched
#
# examples:
# SDPTOOL_OPTIONS="add --channel=3 SP" # ericsson P800 serial profile
# SDPTOOL_OPTIONS="add --channel=8 OPUSH ; add --channel=9 FTRN" #
motorola
# # object push and file
transfer
SDPTOOL_OPTIONS=""
nomos@debian:~$ cat /etc/X11/xorg.conf
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool,
using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades
*only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically
updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
# Option "XkbOptions" "lv3:lwin_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "SHMConfig" "yes"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
# InputDevice "Configured Mouse"
EndSection
nomos@debian:~$ cat /usr/local/bin/toggle-external-monitor.sh
#!/bin/sh
xrandr --output VGA-0 --auto
nomos@debian:~$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
allow-hotplug eth0
iface eth0 inet dhcp
allow-hotplug wlan0_rename
iface wlan0_rename inet dhcp
wpa-driver wext
wpa-conf /etc/wpa_supplicant/wpa_supplement.conf
nomos@debian:~$ cat /etc/wpa_supplicant/wpa_supplement.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1
fast_reauth=1
eapol_version=1
network={
ssid="LinksysDH"
psk=9727842c212dbab6885aecc408a210f3512b787790d1220c2088d01217a2204
d
priority=5
}
nomos@debian:~$ cat /etc/pm/config.d/defaults
##########################################################
# DO NOT EDIT THIS FILE! #
# #
# Add files in /etc/pm/config.d/ instead! #
##########################################################
# Default method to power down the system when hibernating.
# If commented out, the system will use the kernel default as a
# default value.
#
# Check /sys/power/disk for valid values. The default value
# will be surrounded by [square brackets].
# HIBERNATE_MODE="shutdown"
# Whether we need to post the video card when resuming from
# hibernate. You should not normally need to set this.
# In the future pm-utils will get this setting from HAL.
#
# Valid values are "no" and "yes"
# HIBERNATE_RESUME_POST_VIDEO="no"
# The default sleep/wake system to use. Valid values are:
# kernel The built-in kernel suspend/resume support.
# Use this if nothing else is supported on your system.
# uswsusp If your system has support for the userspace
# suspend programs (s2ram/s2disk/s2both), then use this.
# tuxonice If your system has support for tuxonice, use this.
#
# The system defaults to "kernel" if this is commented out.
# SLEEP_MODULE="kernel"
# These variables will be handled specially when we load files in
# /etc/pm/config.d.
# Multiple declarations of these environment variables will result in
# their contents being concatenated instead of being overwritten.
# If you need to unload any modules to suspend/resume, add them here.
SUSPEND_MODULES="appletouch"
# If you want to keep hooks from running, add their names here.
# HOOK_BLACKLIST=""
# If you want to unconditionally add parameters to the commandline,
# add them here.
# ADD_PARAMETERS=""
# If you want to ignore commandline parameters, add them here.
# DROP_PARAMETERS=""
nomos@debian:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
#
proc /proc proc defaults 0 0
/dev/hda3 / ext3 errors=remount-ro 0 1
/dev/hda4 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,utf8,noauto 0
0
/dev/sda1 /mnt/storage vfat user,utf8,noauto 0 0
nomos@debian:~$ cat /etc/fonts/local.conf
ko
dual
proportional
false
ko
false
mono
charcell
proportional
false
sans-serif
DejaVu Sans
UnDotum
serif
DejaVu Serif
UnBatang
monospace
DejaVu Sans Mono
UnDotum
nomos@debian:~$ cat /etc/yaboot.conf
## yaboot.conf generated by debian-installer
##
## run: "man yaboot.conf" for details. Do not make changes until you
have!!
## see also: /usr/share/doc/yaboot/examples for example configurations.
##
## For a dual-boot menu, add one or more of:
## bsd=/dev/hdaX, macos=/dev/hdaY, macosx=/dev/hdaZ
boot=/dev/hda2
device=/pci@f4000000/ata-6@d/disk@0:
partition=3
root=/dev/hda3
timeout=50
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot
enablecdboot
image=/boot/vmlinux
label=Linux
read-only
initrd=/boot/initrd.img
image=/boot/vmlinux.old
label=old
read-only
initrd=/boot/initrd.img.old
nomos@debian:~$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
cpufreq_userspace
cpufreq_stats
cpufreq_powersave
cpufreq_ondemand
cpufreq_conservative
therm_adt746x limit_adjust=5
#apm_emu
firewire-sbp2
loop
nomos@debian:~$ cat /etc/vim/vimrc.local
syntax on
" Uncomment the following to have Vim jump to the last position when
" reopening a file
if has("autocmd")
au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$")
\| exe "normal! g'\"" | endif
endif
" Uncomment the following to have Vim load indentation rules according to
the
" detected filetype. Per default Debian Vim only load filetype specific
" plugins.
if has("autocmd")
filetype indent on
endif
" The following are commented out as they cause vim to behave a lot
" differently from regular Vi. They are highly recommended though.
set showcmd " Show (partial) command in status line.
set showmatch " Show matching brackets.
set ignorecase " Do case insensitive matching
set smartcase " Do smart case matching
set incsearch " Incremental search
set autowrite " Automatically save before commands like :next
and :make
set hidden " Hide buffers when they are abandoned
set mouse=a " Enable mouse usage (all modes) in terminals
set paste
set hlsearch
nomos@debian:~$ cat .Xresources
Emacs.Font: fontset-fixedsys
Emacs.Fontset-0:-windows-fixed-medium-r-normal--16-*-*-*-*-*-fontset-
fixedsys,\
ascii:-schumacher-clean-medium-r-normal--16-*-iso646.1991-*, \
korean-ksc5601:-baekmuk-gulim-medium-r-normal--14-*-ksc5601.1987-0
nomos@debian:~$ cat xmodmap
keysym Super_L = Control_R
add Control = Control_R
keysym KP_Enter = Delete
nomos@debian:~$ cat .emacs
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(show-paren-mode t)
'(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))
'(transient-mark-mode t))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
;;(set-language-environment "Korean")
;;(prefer-coding-system 'utf-8)
;;(set-default-coding-systems 'utf-8)
;;(set-terminal-coding-system 'utf-8)
;;(set-keyboard-coding-system 'utf-8)
;;(set-selection-coding-system 'utf-8)
;;(setq coding-system-for-read 'utf-8)
;;(setq-default file-name-coding-system 'utf-8)
;;(setq default-input-method "korean-hangul3f")
;;(setq default-korean-keyboard "3f")
nomos@debian:~$ lsmod
Module Size Used by
appletouch 10816 0
cpufreq_stats 5476 0
cpufreq_ondemand 8800 0
cpufreq_powersave 1760 0
cpufreq_userspace 3832 0
binfmt_misc 12488 1
radeon 137704 2
drm 82648 3 radeon
lp 12652 0
parport 39152 1 lp
ipv6 286588 20
loop 20356 0
therm_adt746x 12140 0
snd_aoa_codec_tas 13856 2
snd_aoa_fabric_layout 12520 1
snd_aoa 18784 2 snd_aoa_codec_tas,snd_aoa_fabric_layout
snd_aoa_i2sbus 23140 1
snd_pcm_oss 46208 0
snd_mixer_oss 18240 1 snd_pcm_oss
snd_pcm 81060 2 snd_aoa_i2sbus,snd_pcm_oss
snd_timer 24964 1 snd_pcm
snd_page_alloc 10952 1 snd_pcm
snd 59668 10
snd_aoa_codec_tas,snd_aoa_fabric_layout,snd_aoa,snd_aoa_i2sbus,snd_pcm_os
s,snd_mixer_oss,snd_pcm,snd_timer
joydev 13056 0
soundcore 7716 1 snd
snd_aoa_soundbus 6660 2 snd_aoa_fabric_layout,snd_aoa_i2sbus
arc4 1888 2
ecb 3840 2
crypto_blkcipher 21348 1 ecb
b43 151932 0
rfkill 8180 1 b43
mac80211 143238 1 b43
cfg80211 21072 1 mac80211
rng_core 5380 1 b43
input_polldev 5480 1 b43
evdev 13056 5
uninorth_agp 10760 1
agpgart 37020 2 drm,uninorth_agp
ext3 145416 1
jbd 50772 1 ext3
mbcache 8864 1 ext3
firewire_ohci 25988 0
firewire_core 42072 1 firewire_ohci
sungem 33156 0
sungem_phy 11680 1 sungem
crc_itu_t 1984 1 firewire_core
ide_disk 16384 3
ehci_hcd 41900 0
usbhid 48004 0
ide_cd_mod 37444 1
cdrom 37852 1 ide_cd_mod
hid 44264 1 usbhid
ff_memless 5960 1 usbhid
ssb 37668 1 b43
pcmcia 41584 2 b43,ssb
pcmcia_core 42072 2 b43,pcmcia
firmware_class 10048 2 b43,pcmcia
i2c_powermac 5504 0
nomos@debian:~$ dpkg -l
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-
aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ 이름 버전 설명
+++-==============-==============-
============================================
ii adduser 3.107 add and remove users and groups
ii alacarte 0.11.3-1 easy GNOME menu editing tool
ii alsa-base 1.0.16-1.1 ALSA driver configuration files
ii alsa-utils 1.0.16-1 ALSA utilities
ii app-install-da 0.4.20071030 Application Installer Data Files
ii apt 0.7.11 Advanced front-end for dpkg
ii apt-utils 0.7.11 APT utility programs
ii aptitude 0.4.11.2-1 terminal-based package manager
ii arj 3.10.22-4 archiver for .arj files
ii aspell 0.60.5-2.2 GNU Aspell spell-checker
ii aspell-en 6.0-0-5.1 English dictionary for GNU Aspell
ii at 3.1.10.1 Delayed job execution and batch
processing
ii at-spi 1.22.1-1 Assistive Technology Service Provider
Interf
ii auctex 11.83-7.1 integrated document editing environment
for
ii avahi-daemon 0.6.22-3 Avahi mDNS/DNS-SD daemon
ii avahi-utils 0.6.22-3 Avahi browsing, publishing and
discovery uti
ii b43-fwcutter 1:011-3 Utility for extracting Broadcom 43xx
firmwar
ii base-files 4.0.3 Debian base system miscellaneous files
ii base-passwd 3.5.17 Debian base system master password and
group
ii bash 3.2-2 The GNU Bourne Again SHell
ii bash-completio 20060301-4 programmable completion for the bash
shell
ii bc 1.06.94-3 The GNU bc arbitrary precision
calculator la
ii bind9-host 1:9.4.2-10 Version of 'host' bundled with BIND 9.X
ii binfmt-support 1.2.10 Support for extra binary formats
ii binutils 2.18.1~cvs2008 The GNU assembler, linker and binary
utiliti
ii bison 1:2.3.dfsg-5 A parser generator that is compatible
with Y
ii bluetooth 3.30-3 Bluetooth stack utilities
ii bluez-audio 3.30-3 Bluetooth audio support
ii bluez-gnome 0.26-1 Bluetooth utilities for GNOME
ii bluez-utils 3.30-3 Bluetooth tools and daemons
ii bogofilter 1.1.6-4 a fast Bayesian spam filter (dummy
package)
ii bogofilter-bdb 1.1.6-4 a fast Bayesian spam filter (Berkeley
DB)
ii bogofilter-com 1.1.6-4 a fast Bayesian spam filter (common
files)
ii brasero 0.7.1-3+b1 CD/DVD burning application for GNOME
ii bsd-mailx 8.1.2-0.200712 A simple mail user agent
ii bsdmainutils 6.1.10 collection of more utilities from
FreeBSD
ii bsdutils 1:2.13.1.1-1 Basic utilities from 4.4BSD-Lite
ii bsh 2.0b4-8 Java scripting environment (BeanShell)
Versi
ii bug-buddy 2.22.0+dfsg-2 GNOME Desktop Environment bug reporting
tool
ii build-essentia 11.3 informational list of build-essential
packag
ii busybox 1:1.9.2-3 Tiny utilities for small and embedded
system
ii bzip2 1.0.5-0.1 high-quality block-sorting file
compressor -
ii ca-certificate 20080411 Common CA certificates
ii capplets-data 1:2.22.1-1 configuration applets for GNOME 2 -
data fil
ii cdrdao 1:1.2.2-14 records CDs in Disk-At-Once (DAO) mode
ii cli-common 0.5.6 common files between all CLI packages
ii console-common 0.7.76 basic infrastructure for text console
config
ii console-data 2:1.07-2 keymaps, fonts, charset maps, fallback
table
ii console-tools 1:0.2.3dbs-65. Linux console and font utilities
ii context 2008.01.28-1 powerful TeX format
ii coreutils 6.10-6 The GNU core utilities
ii cpio 2.9-13 GNU cpio -- a program to manage
archives of
ii cpp 4:4.3.0-5 The GNU C preprocessor (cpp)
ii cpp-4.3 4.3.0-3 The GNU C preprocessor
ii cron 3.0pl1-104 management of regular background
processing
ii cups-pdf 2.4.7-2 PDF printer for CUPS
ii cupsddk 1.2.3-2 CUPS Driver Development Kit
ii cupsddk-driver 1.2.3-2 CUPS Driver Development Kit - Driver
files
ii cupsys 1.3.7-5 Common UNIX Printing System(tm) -
server
ii cupsys-client 1.3.7-5 Common UNIX Printing System(tm) -
client pro
ii cupsys-common 1.3.7-5 Common UNIX Printing System(tm) -
common fil
ii cvs 1:1.12.13-10 Concurrent Versions System
ii dasher 4.7.3-1 A graphical predictive text input
system
ii dasher-data 4.7.3-1 Data files for dasher
ii dbus 1.2.1-2 simple interprocess messaging system
ii dc 1.06.94-3 The GNU dc arbitrary precision reverse-
polis
ii debconf 1.5.21 Debian configuration management system
ii debconf-i18n 1.5.21 full internationalization support for
debcon
ii debian-archive 2008.04.16+nmu GnuPG archive keys of the Debian
archive
ii debian-multime 2007.02.14 GnuPG archive key of the debian-
multimedia r
ii debianutils 2.28.5 Miscellaneous utilities specific to
Debian
ii deborphan 1.7.23 Find orphaned libraries
ii defoma 0.11.10-0.2 Debian Font Manager -- automatic font
config
ii deskbar-applet 2.22.1-1 universal search and navigation bar for
GNOM
ii desktop-base 4.0.7 common files for the Debian Desktop
ii desktop-file-u 0.15-1 Utilities for .desktop files
ii dhcp3-client 3.1.0-5 DHCP client
ii dhcp3-common 3.1.0-5 common files used by all the dhcp3*
packages
ii dia-common 0.96.1-6 Diagram editor (common files)
ii dia-gnome 0.96.1-6 Diagram editor (GNOME version)
ii dia-libs 0.96.1-6 Diagram editor (library files)
ii dialog 1.1-20080316-1 Displays user-friendly dialog boxes
from she
ii dictionaries-c 0.98.5 Common utilities for spelling
dictionary too
ii diff 2.8.1-12 File comparison utilities
ii djview4 4.3-3 Viewer for the DjVu image format
ii djvulibre-desk 3.5.20-7 Desktop support for the DjVu image
format
ii djvulibre-plug 3.5.20-7 Browser plugin for the DjVu image
format
ii dmz-cursor-the 0.4.1 Style neutral, scalable cursor theme
ii dnsutils 1:9.4.2-10 Clients provided with BIND
ii doc-base 0.8.14 utilities to manage online
documentation
ii doc-debian 3.1.5 Debian Project documentation, Debian
FAQ and
ii doc-linux-text 2007.12-1 Linux HOWTOs and FAQs in ASCII format
ii docbook-xml 4.5-5 standard XML documentation system, for
softw
ii dosbox 0.72-1.1 A x86 emulator with
Tandy/Herc/CGA/EGA/VGA/S
ii dpatch 2.0.29 patch maintenance system for Debian
source p
ii dpkg 1.14.18 package maintenance system for Debian
ii dpkg-dev 1.14.18 package building tools for Debian
ii dvb-utils 1.1.1-3 Viewer programs for DVB cards
ii dvd+rw-tools 7.1-1 DVD+-RW/R tools
ii dvidvi 1.0-8etch2 Manipulate .dvi files
ii dvipdfmx 1:20071115-1 A DVI to PDF translator with CJK
support
ii e2fslibs 1.40.8-2 ext2 filesystem libraries
ii e2fsprogs 1.40.8-2 ext2 file system utilities and
libraries
ii ed 0.7-1 The classic unix line editor
ii eject 2.1.5-7 ejects CDs and operates CD-Changers
under Li
ii ekiga 2.0.11-2 H.323 and SIP compatible VoIP client
ii emacs22-bin-co 22.2+2-2 The GNU Emacs editor's shared,
architecture
ii emacs22-common 22.2+2-2 The GNU Emacs editor's shared,
architecture
ii emacs22-gtk 22.2+2-2 The GNU Emacs editor (with GTK user
interfac
ii emacsen-common 1.4.17 Common facilities for all emacsen
ii eog 2.22.1-1 Eye of GNOME graphics viewer program
ii esound-common 0.2.36-3 Enlightened Sound Daemon - Common files
ii espeak 1.37-1 A multi-lingual software speech
synthesizer
ii espeak-data 1.37-1 A multi-lingual software speech
synthesizer:
ii evince 2.20.2-1+b1 Document (postscript, pdf) viewer
ii evolution 2.22.1-1 groupware suite with mail client and
organiz
ii evolution-comm 2.22.1-1 architecture independent files for
Evolution
ii evolution-data 2.22.1-1 evolution database backend server
ii evolution-data 2.22.1-1 architecture independent files for
Evolution
ii evolution-plug 2.22.1-1 standard plugins for Evolution
ii evolution-webc 2.21.92-1 webcal: URL handler for GNOME and
Evolution
ii exim4 4.69-5 meta-package to ease Exim MTA (v4)
installat
ii exim4-base 4.69-5 support files for all Exim MTA (v4)
packages
ii exim4-config 4.69-5 configuration for the Exim MTA (v4)
ii exim4-daemon-l 4.69-5 lightweight Exim MTA (v4) daemon
ii fakeroot 1.9.5 Gives a fake root environment
ii fam 2.7.0-13.2 File Alteration Monitor
ii fast-user-swit 2.22.0-1 Applet for the GNOME panel providing a
menu
ii fastjar 2:0.95-1 Jar creation utility
ii fb-music-high 0.1.2 High quality, large music files for
Frozen-B
ii festival 1.96~beta-7 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-kallpc 1.4.0-5 American English male speaker for
festival,
ii feynmf 1.08-5 set of LaTeX macros for creating
Feynman dia
ii file 4.23-2 Determines file type using "magic"
numbers
ii file-roller 2.22.1-1 an archive manager for GNOME
ii findutils 4.4.0-2 utilities for finding files--find,
xargs
ii finger 0.17-12 user information lookup program
ii flex 2.5.35-1 A fast lexical analyzer generator.
ii fontconfig 2.5.0-2 generic font configuration library -
support
ii fontconfig-con 2.5.0-2 generic font configuration library -
configu
ii fontforge 0.0.20080330-1 Font editor for PS, TrueType and
OpenType fo
ii foomatic-db 20080211-2 OpenPrinting printer support - database
ii foomatic-db-en 3.0.2-20080211 OpenPrinting printer support - programs
ii foomatic-filte 3.0.2-20080211 OpenPrinting printer support - filters
ii freeglut3 2.4.0-6 OpenGL Utility Toolkit
ii freepats 20060219-1 Free patch set for MIDI audio synthesis
ii frozen-bubble 2.1.0-2 Pop out the bubbles!
ii frozen-bubble- 2.1.0-2 Data files for Frozen-Bubble
ii ftp 0.17-18 The FTP client
ii g++ 4:4.3.0-5 The GNU C++ compiler
ii g++-4.3 4.3.0-3 The GNU C++ compiler
ii g++-4.3-multil 4.3.0-3 The GNU C++ compiler (multilib files)
ii gcalctool 5.22.1-1 A GTK2 desktop calculator
ii gcc 4:4.3.0-5 The GNU C compiler
ii gcc-4.3 4.3.0-3 The GNU C compiler
ii gcc-4.3-base 4.3.0-3 The GNU Compiler Collection (base
package)
ii gcc-4.3-multil 4.3.0-3 The GNU C compiler (multilib files)
ii gcj-4.2-base 4.2.3-4 The GNU Compiler Collection (gcj base
packag
ii gcj-4.3-base 4.3.0-3 The GNU Compiler Collection (gcj base
packag
ii gconf-editor 2.22.0-1 An editor for the GConf configuration
system
ii gconf2 2.22.0-1 GNOME configuration database system
(support
ii gconf2-common 2.22.0-1 GNOME configuration database system
(common
ii gda2-postgres 1.2.4-1 PostgreSQL backend plugin for GNOME
Data Acc
ii gdb 6.8-1 The GNU Debugger
ii gdm 2.20.5-1 GNOME Display Manager
ii gdm-themes 0.5.1 Themes for the GNOME Display Manager
ii gedit 2.22.1-1 official text editor of the GNOME
desktop en
ii gedit-common 2.22.1-1 official text editor of the GNOME
desktop en
ii genisoimage 9:1.1.7.1-1 Creates ISO-9660 CD-ROM filesystem
images
ii gettext-base 0.17-2 GNU Internationalization utilities for
the b
ii gfortran 4:4.3.0-5 The GNU Fortran 95 compiler
ii gfortran-4.3 4.3.0-3 The GNU Fortran 95 compiler
ii gfortran-4.3-m 4.3.0-3 The GNU Fortran 95 compiler (multilib
files)
ii gfortran-multi 4:4.3.0-5 The GNU Fortran 95 compiler (multilib
files)
ii ggzcore-bin 0.0.14.1-1 GGZ Gaming Zone: various command-line
helper
ii ghostscript 8.62.dfsg.1-2 The GPL Ghostscript PostScript/PDF
interpret
ii ghostscript-x 8.62.dfsg.1-2 The GPL Ghostscript PostScript/PDF
interpret
ii gij-4.3 4.3.0-3 The GNU Java bytecode interpreter
ii gimp 2.4.5-1+b1 The GNU Image Manipulation Program
ii gimp-data 2.4.5-1 Data files for GIMP
ii gimp-gnomevfs 2.4.5-1+b1 GNOME-VFS URI plugin for GIMP
ii gimp-python 2.4.5-1+b1 Python support and plugins for GIMP
ii gksu 2.0.0-5 graphical frontend to su
ii gnash 0.8.2-2 free Flash movie player
ii gnash-common 0.8.2-2 free Flash movie player - common
files/libra
ii gnome-about 2.22.1-1 The GNOME about box
ii gnome-accessib 2.22.0-1 accessibility themes for the GNOME 2
desktop
ii gnome-app-inst 0.5.2.7-1 GNOME Application Installer
ii gnome-applets 2.20.1-3 Various applets for GNOME 2 panel -
binary f
ii gnome-applets- 2.20.1-3 Various applets for GNOME 2 panel -
data fil
ii gnome-backgrou 2.22.0-1 a set of backgrounds packaged with the
GNOME
ii gnome-cards-da 1:2.22.1.1-2 data files for the GNOME card games
ii gnome-control- 1:2.22.1-1 utilities to configure the GNOME
desktop
ii gnome-core 1:2.20.2.2 The GNOME Desktop Environment --
essential c
ii gnome-desktop- 2.22.1-1 Common files for GNOME 2 desktop apps
ii gnome-desktop- 1:2.20.2.2 The GNOME Desktop Environment
ii gnome-doc-util 0.12.2-1 a collection of documentation utilities
for
ii gnome-games 1:2.22.1.1-2 games for the GNOME desktop
ii gnome-games-da 1:2.22.1.1-2 data files for the GNOME games
ii gnome-games-ex 2.22.0-1 games for the GNOME desktop (extra
artwork)
ii gnome-icon-the 2.22.0-1 GNOME Desktop icon theme
ii gnome-keyring 2.22.1-1 GNOME keyring services (daemon and
tools)
ii gnome-keyring- 2.20.0-1 keyring management program for the
GNOME des
ii gnome-mag 1:0.14.10-4+b1 a screen magnifier for the GNOME
desktop
ii gnome-media 2.22.0-1 GNOME media utilities
ii gnome-media-co 2.22.0-1 GNOME media utilities - common files
ii gnome-menus 2.22.1-1 an implementation of the freedesktop
menu sp
ii gnome-mime-dat 2.18.0-1 base MIME and Application database for
GNOME
ii gnome-mount 0.7-2 wrapper for (un)mounting and ejecting
storag
ii gnome-netstatu 2.12.1-2 Network status applet for GNOME 2
ii gnome-nettool 2.22.0-1 network information tool for GNOME
ii gnome-orca 2.22.1-2 Scriptable screen reader
ii gnome-panel 2.20.3-3 launcher and docking facility for GNOME
ii gnome-panel-da 2.20.3-3 common files for the GNOME Panel
ii gnome-pilot 2.0.15-2.4 A GNOME applet for management of your
Palm P
ii gnome-pilot-co 2.0.15-1.2 conduits for gnome-pilot
ii gnome-power-ma 2.22.1-1 frontend for gnome-powermanager
ii gnome-screensa 2.22.2-1 GNOME screen saver and locker
ii gnome-session 2.22.0-2 The GNOME 2 Session Manager
ii gnome-settings 2.22.1-2 GNOME settings daemon
ii gnome-system-m 2.22.1-1 Process viewer and system resource
monitor f
ii gnome-system-t 2.20.0-2 Cross-platform configuration utilities
for G
ii gnome-terminal 2.22.1-1 The GNOME 2 terminal emulator
application
ii gnome-terminal 2.22.1-1 Data files for the GNOME terminal
emulator
ii gnome-themes 2.22.0-1 official themes for the GNOME 2 desktop
ii gnome-themes-e 0.9.0.deb0.3 various themes for the GNOME 2 desktop
ii gnome-user-gui 2.22.0-1 GNOME user's guide
ii gnome-utils 2.20.0.1-2 GNOME desktop utilities
ii gnome-vfs-obex 0.4-1 GNOME VFS module for OBEX FTP
ii gnome-volume-m 2.22.1-1 GNOME daemon to auto-mount and manage
media
ii gnuchess 5.07-4 Plays a game of chess, either against
the us
ii gnuchess-book 1.00-2 Opening book for gnuchess
ii gnupg 1.4.6-2.1 GNU privacy guard - a free PGP
replacement
ii gnuplot 4.2.2-1 A command-line driven interactive
plotting p
ii gnuplot-nox 4.2.2-1 A command-line driven interactive
plotting p
ii gnuplot-x11 4.2.2-1 X11-terminal driver for gnuplot
ii gobjc 4:4.3.0-5 The GNU Objective-C compiler
ii gobjc++ 4:4.3.0-5 The GNU Objective-C++ compiler
ii gobjc++-4.3 4.3.0-3 The GNU Objective-C++ compiler
ii gobjc++-4.3-mu 4.3.0-3 The GNU Objective-C++ compiler
(multilib fil
ii gobjc++-multil 4:4.3.0-5 The GNU Objective-C++ compiler
(multilib fil
ii gobjc-4.3 4.3.0-3 The GNU Objective-C compiler
ii gobjc-4.3-mult 4.3.0-3 The GNU Objective-C compiler (multilib
files
ii gobjc-multilib 4:4.3.0-5 The GNU Objective-C compiler (multilib
files
ii gok 1.3.7-1 GNOME Onscreen Keyboard
ii gpgv 1.4.6-2.1 GNU privacy guard - signature
verification t
ii grandr 0.1+git2008032 gtk interface to xrandr
ii graphviz 2.18-1 rich set of graph drawing tools
ii grep 2.5.3~dfsg-5 GNU grep, egrep and fgrep
ii groff-base 1.18.1.1-20 GNU troff text-formatting system (base
syste
ii gs-esp 8.62.dfsg.1-2 Transitional package
ii gs-gpl 8.62.dfsg.1-2 Transitional package
ii gsfonts 1:8.11+urwcyr1 Fonts for the Ghostscript
interpreter(s)
ii gsfonts-x11 0.20 Make Ghostscript fonts available to X11
ii gstreamer0.10- 0.10.19-1 GStreamer plugin for ALSA
ii gstreamer0.10- 0.10.3-6 FFmpeg plugin for GStreamer
ii gstreamer0.10- 0.10.7.debian- Fluendo mp3 decoder GStreamer plugin
ii gstreamer0.10- 0.10.15-1 GStreamer plugin for demuxing of MPEG2
strea
ii gstreamer0.10- 0.10.19-1 GStreamer plugin for GnomeVFS
ii gstreamer0.10- 0.10.7-1 GStreamer plugins from the "bad" set
ii gstreamer0.10- 0.10.19-1 GStreamer plugins from the "base" set
ii gstreamer0.10- 0.10.8-2 GStreamer plugins from the "good" set
ii gstreamer0.10- 0.10.7-3 GStreamer plugins from the "ugly" set
ii gstreamer0.10- 0.10.19-3 Tools for use with GStreamer
ii gstreamer0.10- 0.10.19-1 GStreamer plugins for X11 and Pango
ii gsynaptics 0.9.7-3+b1 configuration tool for Synaptics
touchpad dr
ii gthumb 3:2.10.8-1 an image viewer and browser
ii gthumb-data 3:2.10.8-1 an image viewer and browser - arch-
independe
ii gtk2-engines 1:2.14.1-1 theme engines for GTK+ 2.x
ii gtk2-engines-p 2.12.9-3 Pixbuf-based theme for GTK+ 2.x
ii gtkhtml3.14 3.18.1-1 HTML rendering/editing library - bonobo
comp
ii gucharmap 1:2.22.1-1 Unicode character picker and font
browser
ii guile-1.8-libs 1.8.4+1-2 Main Guile libraries
ii gv 1:3.6.3dfsg-6 PostScript and PDF viewer for X
ii gzip 1.3.12-6 The GNU compression utility
ii hal 0.5.11~rc2-1 Hardware Abstraction Layer
ii hal-info 20080317+git20 Hardware Abstraction Layer - fdi files
ii hdparm 8.6-1 tune hard disk parameters for high
performan
ii hfsutils 3.2.6-11 Tools for reading and writing Macintosh
volu
ii hicolor-icon-t 0.10-1 default fallback theme for
FreeDesktop.org i
ii hostname 2.95 utility to set/show the host name or
domain
ii hpijs 2.8.2+2.8.2-1 HP Linux Printing and Imaging - gs IJS
drive
ii hpijs-ppds 2.8.2+2.8.2-1 HP Linux Printing and Imaging - HPIJS
PPD fi
ii hplip 2.8.2-1 HP Linux Printing and Imaging System
(HPLIP)
ii hplip-data 2.8.2-1 HP Linux Printing and Imaging - data
files
ii hplip-gui 2.8.2-1 HP Linux Printing and Imaging - GUI
utilitie
ii iamerican 3.1.20.0-4.4 An American English dictionary for
ispell
ii ibritish 3.1.20.0-4.4 A British English dictionary for ispell
ii iceweasel 2.0.0.14-2 lightweight web browser based on
Mozilla
ii iceweasel-gnom 2.0.0.14-2 Support for Gnome in Iceweasel
ii iceweasel-l10n 1:2.0.0.14+deb Korean language package for Iceweasel
ii ifupdown 0.6.8 high level tools to configure network
interf
ii im-switch 1.16 Input method switch framework
ii imagemagick 7:6.3.7.9.dfsg image manipulation programs
ii info 4.11.dfsg.1-4 Standalone GNU Info documentation
browser
ii initramfs-tool 0.92a tools for generating an initramfs
ii initscripts 2.86.ds1-56 Scripts for initializing and shutting
down t
ii inkscape 0.46-1 vector-based drawing program
ii installation-g 20080211 Debian installation guide
ii installation-r 2.34 system installation report
ii iptables 1.4.0-3 administration tools for packet
filtering an
ii iputils-ping 3:20071127-1 Tools to test the reachability of
network ho
ii iso-codes 2.0-1 ISO language, territory, currency,
script co
ii ispell 3.1.20.0-4.4 International Ispell (an interactive
spellin
ii java-common 0.30 Base of all Java packages
ii java-gcj-compa 1.0.78-1 Java runtime environment using GIJ
ii java-gcj-compa 1.0.78-1 Java runtime environment using GIJ
(headless
ii klibc-utils 1.5.9-2 small utilities built with klibc for
early b
ii klogd 1.5-2 Kernel Logging Daemon
ii ko.tex 0.1.0+20071012 Korean TeX: Core macros
ii ko.tex-base 0.1.0+20071012 Korean TeX: Base fonts
ii ko.tex-bin 0.1.0+20071012 Korean TeX: Binaries and scripts
ii lacheck 1.26-11.1 A simple syntax checker for LaTeX
ii laptop-detect 0.13.6 attempt to detect a laptop
ii latex-beamer 3.07-1 LaTeX class to produce presentations
ii latex-xcolor 2.11-1 Easy driver-independent TeX class for
color
ii lbreakout2 2.5.2-2.1 A ball-and-paddle game with nice
graphics
ii lbreakout2-dat 2.5.2-2.1 A ball-and-paddle game with nice
graphics (D
ii leptonica-prog 1.45-2 sample programs for Leptonica image
processi
ii less 418-1 Pager program similar to more
ii lib64gcc1 1:4.3.0-3 GCC support library (64bit)
ii lib64gfortran3 4.3.0-3 Runtime library for GNU Fortran
applications
ii lib64gomp1 4.3.0-3 GCC OpenMP (GOMP) support library
(64bit)
ii lib64objc2 4.3.0-3 Runtime library for GNU Objective-C
applicat
ii lib64stdc++6 4.3.0-3 The GNU Standard C++ Library v3 (64bit)
ii liba52-0.7.4 0.7.4-11 library for decoding ATSC A/52 streams
ii libaa1 1.4p5-36 ascii art library
ii libacl1 2.2.47-2 Access control list shared library
ii libalut0 1.1.0-1 OpenAL Utility Toolkit
ii libamrnb3 7.0.0.1-0.0 floating-point Adaptive Multi-Rate
(AMR) spe
ii libamrwb3 7.0.0.2-0.1 Adaptive Multi-Rate - Wideband (AMR-WB)
spee
ii libao2 0.8.8-4 Cross Platform Audio Output Library
ii libapm1 3.2.2-10 Library for interacting with APM driver
in k
ii libapr1 1.2.12-2 The Apache Portable Runtime Library
ii libaprutil1 1.2.12+dfsg-3 The Apache Portable Runtime Utility
Library
ii libart-2.0-2 2.3.20-1 Library of functions for 2D graphics -
runti
ii libartsc0 1.5.9-2 aRts sound system C support library
ii libasound2 1.0.16-2 ALSA library
ii libaspell15 0.60.5-2.2 GNU Aspell spell-checker runtime
library
ii libasyncns0 0.3-1 Asyncronous name service query library
ii libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii libatk1.0-dev 1.22.0-1 Development files for the ATK
accessibility
ii libatspi1.0-0 1.22.1-1 C binding libraries of at-spi for GNOME
Acce
ii libattr1 1:2.4.41-1 Extended attribute shared library
ii libaudio2 1.9.1-2 Network Audio System - shared libraries
ii libaudiofile0 0.2.6-7 Open-source version of SGI's audiofile
libra
ii libavahi-clien 0.6.22-3 Avahi client library
ii libavahi-commo 0.6.22-3 Avahi common data files
ii libavahi-commo 0.6.22-3 Avahi common library
ii libavahi-compa 0.6.22-3 Avahi Apple Bonjour compatibility
library
ii libavahi-core5 0.6.22-3 Avahi's embeddable mDNS/DNS-SD library
ii libavahi-glib1 0.6.22-3 Avahi glib integration library
ii libavc1394-0 0.5.3-1+b1 control IEEE 1394 audio/video devices
ii libavcodec1d 0.cvs20070307- ffmpeg codec library
ii libavformat1d 0.cvs20070307- ffmpeg file format library
ii libavutil1d 0.cvs20070307- ffmpeg utility library
ii libbcel-java 5.2-3 Analyze, create, and manipulate
(binary) Jav
ii libbeagle1 0.3.5-1 library for accessing beagle using C
ii libbeecrypt6 4.1.2-7 open source C library of cryptographic
algor
ii libbind9-30 1:9.4.2-10 BIND9 Shared Library used by BIND
ii libblas-dev 1.2-1.5 Basic Linear Algebra Subroutines 3,
static l
ii libblas3gf 1.2-1.5 Basic Linear Algebra Subroutines 3,
shared l
ii libblkid1 1.40.8-2 block device id library
ii libbluetooth2 3.30-1 Library to use the BlueZ Linux
Bluetooth sta
ii libbonobo2-0 2.22.0-1 Bonobo CORBA interfaces library
ii libbonobo2-com 2.22.0-1 Bonobo CORBA interfaces library --
support f
ii libbonoboui2-0 2.22.0-1 The Bonobo UI library
ii libbonoboui2-c 2.22.0-1 The Bonobo UI library -- common files
ii libboost-date- 1.34.1-11 set of date-time libraries based on
generic
ii libboost-threa 1.34.1-11 portable C++ multi-threading
ii libbrlapi0.5 3.9-7 braille display access via BRLTTY -
shared l
ii libbz2-1.0 1.0.5-0.1 high-quality block-sorting file
compressor l
ii libbz2-dev 1.0.5-0.1 high-quality block-sorting file
compressor l
ii libc-ares1 1.5.1-0 library for asyncronous name resolves
ii libc6 2.7-10 GNU C Library: Shared libraries
ii libc6-dev 2.7-10 GNU C Library: Development Libraries
and Hea
ii libc6-dev-ppc6 2.7-10 GNU C Library: 64bit Development
Libraries f
ii libc6-ppc64 2.7-10 GNU C Library: 64bit Shared libraries
for Po
ii libcaca0 0.99.beta13b-4 colour ASCII art library
ii libcairo-perl 1.053-1 Perl interface to the Cairo graphics
library
ii libcairo2 1.6.4-1+b1 The Cairo 2D vector graphics library
ii libcairo2-dev 1.6.4-1+b1 Development files for the Cairo 2D
graphics
ii libcairomm-1.0 1.6.0-1 C++ wrappers for Cairo (shared
libraries)
ii libcamel1.2-11 2.22.1-1 The Evolution MIME message handling
library
ii libcap1 1:1.10-14 support for getting/setting POSIX.1e
capabil
ii libccid 1.3.6-1 PC/SC driver for USB CCID smart card
readers
ii libcdaudio1 0.99.12p2-4 library for controlling a CD-ROM when
playin
ii libcdio7 0.78.2+dfsg1-2 library to read and control CD-ROM
ii libcdparanoia0 3.10+debian~pr audio extraction tool for sampling CDs
(libr
ii libcolorblind0 0.0.1-1 Pixel Filter for colorblind
accessibility
ii libcomerr2 1.40.8-2 common error description library
ii libconfig-inif 2.39-3 Read .ini-style configuration files
ii libconsole 1:0.2.3dbs-65. Shared libraries for Linux console and
font
ii libcpufreq0 002-7.2 shared library to deal with the cpufreq
Linu
ii libcroco3 0.6.1-1 a generic Cascading Style Sheet (CSS)
parsin
ii libcucul0 0.99.beta13b-4 low-level Unicode character drawing
library
ii libcupsimage2 1.3.7-5 Common UNIX Printing System(tm) - image
libs
ii libcupsys2 1.3.7-5 Common UNIX Printing System(tm) - libs
ii libcurl3 7.18.1-1 Multi-protocol file transfer library
(OpenSS
ii libcurl3-gnutl 7.18.1-1 Multi-protocol file transfer library
(GnuTLS
ii libcwidget3 0.5.11-1 high-level terminal interface library
for C+
ii libdaemon0 0.12-2 lightweight C library for daemons -
runtime
ii libdatrie0 0.1.3-1 Double-array trie library
ii libdb4.4 4.4.20-11 Berkeley v4.4 Database Libraries
[runtime]
ii libdb4.5 4.5.20-11 Berkeley v4.5 Database Libraries
[runtime]
ii libdb4.6 4.6.21-7 Berkeley v4.6 Database Libraries
[runtime]
ii libdbus-1-3 1.2.1-2 simple interprocess messaging system
ii libdbus-glib-1 0.74-2 simple interprocess messaging system
(GLib-b
ii libdc1394-13 1.1.0-5 high level programming interface for
IEEE139
ii libdc1394-22 2.0.1-5 high level programming interface for
IEEE139
ii libdevmapper1. 2:1.02.24-4 The Linux Kernel Device Mapper
userspace lib
ii libdirectfb-1. 1.0.1-8 direct frame buffer graphics - shared
librar
ii libdjvulibre21 3.5.20-7 Runtime support for the DjVu image
format
ii libdmx1 1:1.0.2-2 X11 Distributed Multihead extension
library
ii libdns32 1:9.4.2-10 DNS Shared Library used by BIND
ii libdrm2 2.3.0-4 Userspace interface to kernel DRM
services -
ii libdv4 1.0.0-1+b1 software library for DV format digital
video
ii libdvdcss2 1.2.9-0.1 Simple foundation for reading DVDs -
runtime
ii libdvdnav4 4.1.2-1 DVD navigation library
ii libdvdread3 0.9.7-9 library for reading DVDs
ii libebook1.2-9 2.22.1-1 Client library for evolution address
books
ii libecal1.2-7 2.22.1-1 Client library for evolution calendars
ii libedata-book1 2.22.1-1 Backend library for evolution address
books
ii libedata-cal1. 2.22.1-1 Backend library for evolution calendars
ii libedataserver 2.22.1-1 Utility library for evolution data
servers
ii libedataserver 2.22.1-1 GUI utility library for evolution data
serve
ii libedit2 2.9.cvs.200505 BSD editline and history libraries
ii libeel2-2.20 2.20.0-5 Eazel Extensions Library (for GNOME2)
ii libeel2-data 2.20.0-5 Eazel Extensions Library - data files
(for G
ii libegroupwise1 2.22.1-1 Client library for accessing groupwise
POA t
ii libelfg0 0.8.10-2 an ELF object file access library
ii libenca0 1.9-6 Extremely Naive Charset Analyser -
shared li
ii libenchant1c2a 1.3.0-5+b1 a wrapper library for various spell
checker
ii libept0 0.5.17 High-level library for managing Debian
packa
ii libesd0 0.2.36-3 Enlightened Sound Daemon - Shared
libraries
ii libespeak1 1.37-1 A multi-lingual software speech
synthesizer:
ii libestools1.2 1:1.2.96~beta- Edinburgh Speech Tools Library
ii libevent1 1.3e-3 An asynchronous event notification
library
ii libexchange-st 2.22.1-1 Client library for accessing Exchange
server
ii libexempi3 2.0.1-1 library to parse XMP metadata (Library)
ii libexif12 0.6.16-2.1 library to parse EXIF files
ii libexpat1 1.95.8-4 XML parsing C library - runtime library
ii libexpat1-dev 1.95.8-4 XML parsing C library - development kit
ii libfaac0 1.26-0.1 an AAC audio encoder - library files
ii libfaad0 2.6.1-2 freeware Advanced Audio Decoder -
runtime fi
ii libfam0 2.7.0-13.2 Client library to control the FAM
daemon
ii libffi4 4.3.0-3 Foreign Function Interface library
runtime
ii libffi5 3.0.5-1 Foreign Function Interface library
runtime
ii libfftw3-3 3.1.2-3 library for computing Fast Fourier
Transform
ii libflac8 1.2.1-1.2 Free Lossless Audio Codec - runtime C
librar
ii libfontconfig1 2.5.0-2 generic font configuration library -
runtime
ii libfontconfig1 2.5.0-2 generic font configuration library -
develop
ii libfontenc1 1:1.0.4-2 X11 font encoding library
ii libfreebob0 1.0.7-1 FreeBoB API
ii libfreetype6 2.3.5-1 FreeType 2 font engine, shared library
files
ii libfreetype6-d 2.3.5-1 FreeType 2 font engine, development
files
ii libfreezethaw- 0.43-4 converting Perl structures to strings
and ba
ii libfribidi0 0.10.9-1 Free Implementation of the Unicode BiDi
algo
ii libfs6 2:1.0.0-4 X11 Font Services library
ii libgadu3 1:1.8.0+r592-1 Gadu-Gadu protocol library - runtime
files
ii libgail-common 1.22.1-1 GNOME Accessibility Implementation
Library -
ii libgail-gnome- 1.20.0-1 GNOME Accessibility Implementation
Module fo
ii libgail18 1.22.1-1 GNOME Accessibility Implementation
Library -
ii libgalago3 0.5.2-2 Galago presence library
ii libgc1c2 1:6.8-1.1 conservative garbage collector for C
and C++
ii libgcc1 1:4.3.0-3 GCC support library
ii libgcj-bc 4.3.0-5 Link time only library for use with gcj
ii libgcj-common 1:4.3.0-5 Java runtime library (common files)
ii libgcj8-1 4.2.3-4 Java runtime library for use with gcj
ii libgcj8-1-awt 4.2.3-4 AWT peer runtime libraries for use with
gcj
ii libgcj8-jar 4.2.3-4 Java runtime library for use with gcj
(jar f
ii libgcj9-0 4.3.0-3 Java runtime library for use with gcj
ii libgcj9-0-awt 4.3.0-3 AWT peer runtime libraries for use with
gcj
ii libgcj9-jar 4.3.0-3 Java runtime library for use with gcj
(jar f
ii libgconf2-4 2.22.0-1 GNOME configuration database system
(shared
ii libgcrypt11 1.4.1-1 LGPL Crypto library - runtime library
ii libgd2-noxpm 2.0.36~rc1~dfs GD Graphics Library version 2 (without
XPM s
ii libgda2-3 1.2.4-1 GNOME Data Access library for GNOME2
ii libgda2-bin 1.2.4-1 Binary files for GNOME Data Access
library f
ii libgda2-common 1.2.4-1 Common files for GNOME Data Access
library f
ii libgdata-googl 2.22.1-1 Client library for accessing Google POA
thro
ii libgdata1.2-1 2.22.1-1 Client library for accessing Google POA
thro
ii libgdbm3 1.8.3-3 GNU dbm database routines (runtime
version)
ii libgdl-1-0 0.7.11-1 GNOME DevTool libraries
ii libgdl-1-commo 0.7.11-1 GNOME DevTool libraries - common files
ii libgdl-gnome-1 0.7.11-1 GNOME DevTool libraries (GNOME)
ii libgfortran3 4.3.0-3 Runtime library for GNU Fortran
applications
ii libggi-target- 1:2.2.1-5 General Graphics Interface X display
target
ii libggi2 1:2.2.1-5 General Graphics Interface runtime
libraries
ii libggz2 0.0.14.1-1 GGZ Gaming Zone: common utilities
library
ii libggzcore9 0.0.14.1-1 GGZ Gaming Zone: core client frontend
librar
ii libggzmod4 0.0.14.1-1 GGZ Gaming Zone: game frontend library
ii libgif4 4.1.6-4 library for GIF images (library)
ii libgii1 1:1.0.1-3 General Input Interface runtime
libraries
ii libgii1-target 1:1.0.1-3 General Input Interface X input target
ii libgimp2.0 2.4.5-1+b1 Libraries for the GNU Image
Manipulation Pro
ii libgksu1.2-0 1.3.8-1 library providing su and sudo
functionality
ii libgksu2-0 2.0.5-2 library providing su and sudo
functionality
ii libgksuui1.0-1 1.0.7-2 a graphical fronted to su library
ii libgl1-mesa-dr 7.0.3-1 A free implementation of the OpenGL API
-- D
ii libgl1-mesa-gl 7.0.3-1 A free implementation of the OpenGL API
-- G
ii libglade2-0 1:2.6.2-1 library to load .glade files at runtime
ii libglib-perl 1:1.181-1 Perl interface to the GLib and GObject
libra
ii libglib1.2ldbl 1.2.10-19 The GLib library of C routines
ii libglib2.0-0 2.16.3-2 The GLib library of C routines
ii libglib2.0-dev 2.16.3-2 Development files for the GLib library
ii libglibmm-2.4- 2.16.2-1 C++ wrapper for the GLib toolkit
(shared lib
ii libglu1-mesa 7.0.3-1 The OpenGL utility library (GLU)
ii libgmime-2.0-2 2.2.18-2 MIME library
ii libgmp3c2 2:4.2.2+dfsg-3 Multiprecision arithmetic library
ii libgmyth0 1:0.7.1-1 GObject based library for accessing
MythTV b
ii libgnome-deskt 2.22.1-1 Utility library for loading .desktop
files -
ii libgnome-keyri 2.22.1-1 GNOME keyring services library
ii libgnome-mag2 1:0.14.10-4+b1 screen magnification library for the
GNOME d
ii libgnome-media 2.22.0-1 runtime libraries for the GNOME media
utilit
ii libgnome-menu2 2.22.1-1 an implementation of the freedesktop
menu sp
ii libgnome-pilot 2.0.15-2.4 Support libraries for gnome-pilot
ii libgnome-speec 1:0.4.19-1 GNOME text-to-speech library
ii libgnome-windo 1:2.22.1-1 Utility library for getting window
manager s
ii libgnome2-0 2.20.1.1-1 The GNOME 2 library - runtime files
ii libgnome2-canv 1.002-1+b1 Perl interface to the GNOME canvas
library
ii libgnome2-comm 2.20.1.1-1 The GNOME 2 library - common files
ii libgnome2-perl 1.042-1 Perl interface to the GNOME libraries
ii libgnome2-vfs- 1.080-1 Perl interface to the 2.x series of the
GNOM
ii libgnomecanvas 2.20.1.1-1 A powerful object-oriented display -
runtime
ii libgnomecanvas 2.20.1.1-1 A powerful object-oriented display -
common
ii libgnomecups1. 0.2.3-2 GNOME library for CUPS interaction
ii libgnomekbd-co 2.22.0-1 GNOME library to manage keyboard
configurati
ii libgnomekbd2 2.22.0-1 GNOME library to manage keyboard
configurati
ii libgnomekbdui2 2.22.0-1 User interface library for libgnomekbd
- sha
ii libgnomeprint2 2.18.4-1 The GNOME 2.2 print architecture -
runtime f
ii libgnomeprint2 2.18.4-1 The GNOME 2.2 print architecture - data
file
ii libgnomeprintu 2.18.2-1 GNOME 2.2 print architecture User
Interface
ii libgnomeprintu 2.18.2-1 GNOME 2.2 print architecture User
Interface
ii libgnomeui-0 2.20.1.1-1 The GNOME 2 libraries (User Interface)
- run
ii libgnomeui-com 2.20.1.1-1 The GNOME 2 libraries (User Interface)
- com
ii libgnomevfs2-0 1:2.22.0-2 GNOME Virtual File System (runtime
libraries
ii libgnomevfs2-b 1:2.22.0-2 GNOME Virtual File System (support
binaries)
ii libgnomevfs2-c 1:2.22.0-2 GNOME Virtual File System (common
files)
ii libgnomevfs2-e 1:2.22.0-2 GNOME Virtual File System (extra
modules)
ii libgnutls13 2.0.4-3+b1 the GNU TLS library - runtime library
ii libgnutls26 2.2.3~rc-1 the GNU TLS library - runtime library
ii libgomp1 4.3.0-3 GCC OpenMP (GOMP) support library
ii libgpg-error0 1.4-2 library for common error values and
messages
ii libgpgme11 1.1.6-2 GPGME - GnuPG Made Easy
ii libgphoto2-2 2.4.0-9 gphoto2 digital camera library
ii libgphoto2-por 2.4.0-9 gphoto2 digital camera port library
ii libgpmg1 1.20.3~pre3-3 General Purpose Mouse - shared library
ii libgpod-common 0.6.0-5 a library to read and write songs and
artwor
ii libgpod3 0.6.0-5 a library to read and write songs and
artwor
ii libgraphviz4 2.18-1 rich set of graph drawing tools
ii libgs8 8.62.dfsg.1-2 The Ghostscript PostScript/PDF
interpreter L
ii libgsf-1-114 1.14.8-1 Structured File Library - runtime
version
ii libgsf-1-commo 1.14.8-1 Structured File Library - common files
ii libgsl0ldbl 1.11-2 GNU Scientific Library (GSL) -- library
pack
ii libgsm1 1.0.12-1 Shared libraries for GSM speech
compressor
ii libgssglue1 0.1-2 mechanism-switch gssapi library
ii libgstreamer-p 0.10.19-1 GStreamer libraries from the "base" set
ii libgstreamer0. 0.10.19-3 Core GStreamer libraries and elements
ii libgtk2-perl 1:1.181-1 Perl interface to the 2.x series of the
Gimp
ii libgtk2.0-0 2.12.9-3 The GTK+ graphical user interface
library
ii libgtk2.0-bin 2.12.9-3 The programs for the GTK+ graphical
user int
ii libgtk2.0-comm 2.12.9-3 Common files for the GTK+ graphical
user int
ii libgtk2.0-dev 2.12.9-3 Development files for the GTK+ library
ii libgtkglext1 1.2.0-1 OpenGL Extension to GTK+ (shared
libraries)
ii libgtkhtml2-0 2.11.1-2 HTML rendering/editing library -
runtime fil
ii libgtkhtml3.14 3.18.1-1 HTML rendering/editing library -
runtime fil
ii libgtkmm-2.4-1 1:2.12.7-1 C++ wrappers for GTK+ 2.4 (shared
libraries)
ii libgtksourcevi 1.8.5-1 common files for the GTK+ syntax
highlightin
ii libgtksourcevi 1.8.5-1 shared libraries for the GTK+ syntax
highlig
ii libgtksourcevi 2.2.1-1 shared libraries for the GTK+ syntax
highlig
ii libgtksourcevi 2.2.1-1 common files for the GTK+ syntax
highlightin
ii libgtkspell0 2.0.10-4 a spell-checking addon for GTK's
TextView wi
ii libgtop2-7 2.22.1-1 gtop system monitoring library
ii libgtop2-commo 2.22.1-1 common files for the gtop system
monitoring
ii libgucharmap6 1:2.22.1-1 Unicode browser widget library (shared
libra
ii libhal-storage 0.5.11~rc2-1 Hardware Abstraction Layer - shared
library
ii libhal1 0.5.11~rc2-1 Hardware Abstraction Layer - shared
library
ii libhangul0 0.0.8-3 Hangul keyboard input library - runtime
ii libhesiod0 3.0.2-18.2 Project Athena's DNS-based directory
service
ii libhsqldb-java 1.8.0.9-3 Java SQL database engine
ii libhtml-parser 3.56-1 A collection of modules that parse HTML
text
ii libhtml-tagset 3.20-2 Data tables pertaining to HTML
ii libhtml-tree-p 3.23-1 represent and create HTML syntax trees
ii libhunspell-1. 1.2.2-1 spell checker and morphological
analyzer (sh
ii libhyphen0 2.3.1-3 ALTLinux hyphenation library - shared
librar
ii libice-dev 2:1.0.4-1 X11 Inter-Client Exchange library
(developme
ii libice6 2:1.0.4-1 X11 Inter-Client Exchange library
ii libicu38 3.8.1-1 International Components for Unicode
ii libid3tag0 0.15.1b-10 ID3 tag reading library from the MAD
project
ii libidl0 0.8.10-0.1 library for parsing CORBA IDL files
ii libidn11 1.7-1 GNU libidn library, implementation of
IETF I
ii libiec61883-0 1.1.0-2 an partial implementation of IEC 61883
ii libieee1284-3 0.2.11-4 cross-platform library for parallel
port acc
ii libilmbase6 1.0.1-2 several utility libraries from ILM used
by O
ii libiptcdata0 1.0.2+libtool0 Library to parse IPTC metadata
ii libisc32 1:9.4.2-10 ISC Shared Library used by BIND
ii libisccc30 1:9.4.2-10 Command Channel Library used by BIND
ii libisccfg30 1:9.4.2-10 Config File Handling Library used by
BIND
ii libiw29 29-1 Wireless tools - library
ii libjack0 0.109.2-1.1 JACK Audio Connection Kit (libraries)
ii libjasper1 1.900.1-4 The JasPer JPEG-2000 runtime library
ii libjaxp1.3-jav 1.3.04-3 Java XML parser and transformer APIs
(DOM, S
ii libjaxp1.3-jav 1.3.04-3 Java XML parser and transformer APIs
(DOM, S
ii libjline-java 0.9.94-1 Java library for handling console input
ii libjpeg-progs 6b-14 Programs for manipulating JPEG files
ii libjpeg62 6b-14 The Independent JPEG Group's JPEG
runtime li
ii libjpeg62-dev 6b-14 Development files for the IJG JPEG
library
ii libkeyutils1 1.2-7 Linux Key Management Utilities
(library)
ii libklibc 1.5.9-2 minimal libc subset for use with
initramfs
ii libkpathsea-de 2007.dfsg.1-3 TeX Live: path search library for TeX
(devel
ii libkpathsea4 2007.dfsg.1-3 TeX Live: path search library for TeX
(runti
ii libkrb53 1.6.dfsg.3~bet MIT Kerberos runtime libraries
ii liblame0 3.97-0.3 LAME Ain't an MP3 Encoder
ii liblapack-dev 3.1.1-0.4 library of linear algebra routines 3 -
stati
ii liblapack3gf 3.1.1-0.4 library of linear algebra routines 3 -
share
ii liblcms1 1.16-10 Color management library
ii libldap-2.4-2 2.4.7-6.2 OpenLDAP libraries
ii libleptonica 1.45-2 image processing library
ii liblircclient0 0.8.2-2 infra-red remote control support -
client li
ii liblocale-gett 1.05-3 Using libc functions for
internationalizatio
ii liblockfile1 1.07-1 NFS-safe locking library, includes
dotlockfi
ii liblog4j1.2-ja 1.2.15-3 Logging library for java
ii liblog4j1.2-ja 1.2.15-3 Logging library for java (native code)
ii libltdl3 1.5.26-4 A system independent dlopen wrapper for
GNU
ii liblwres30 1:9.4.2-10 Lightweight Resolver Library used by
BIND
ii liblzo1 1.08-3 data compression library (old version)
ii liblzo2-2 2.03-1 data compression library
ii libmad0 0.15.1b-3 MPEG audio decoder library
ii libmagic1 4.23-2 File type determination library using
"magic
ii libmagick++10 7:6.3.7.9.dfsg C++ API to the ImageMagick library
ii libmagick10 7:6.3.7.9.dfsg image manipulation library
ii libmailtools-p 2.03-1 Manipulate email in perl programs
ii libmeanwhile1 1.0.2-3 open implementation of the Lotus
Sametime Co
ii libmetacity0 1:2.22.0-1 library of lightweight GTK2 based
Window Man
ii libmikmod2 3.1.11-a-6 A portable sound library
ii libmldbm-perl 2.01-2 Store multidimensional hash structures
in pe
ii libmms0 0.4-2 MMS stream protocol library - shared
library
ii libmng1 1.0.9-1 Multiple-image Network Graphics library
ii libmozjs0d 1.8.1.14-2 The Mozilla SpiderMonkey JavaScript
library
ii libmpcdec3 1.2.2-1 Musepack (MPC) format library
ii libmpeg2-4 0.4.1-3 MPEG1 and MPEG2 video decoder library
ii libmpfr1ldbl 2.3.1.dfsg.1-2 multiple precision floating-point
computatio
ii libmtp7 0.2.6.1-2 Media Transfer Protocol (MTP) library
ii libmusicbrainz 2.1.5-2 Second generation incarnation of the CD
Inde
ii libmx4j-java 3.0.2-3 An open source implementation of the
JMX(TM)
ii libmysqlclient 5.0.51a-5 MySQL database client library
ii libnautilus-bu 2.20.0-1 Nautilus Burn Library - runtime version
ii libnautilus-ex 2.20.0-3 libraries for nautilus components -
runtime
ii libncurses5 5.6+20080419-2 Shared libraries for terminal handling
ii libncurses5-de 5.6+20080419-2 Developer's libraries and docs for
ncurses
ii libncursesw5 5.6+20080419-2 Shared libraries for terminal handling
(wide
ii libneon27 0.28.2-2 An HTTP and WebDAV client library
ii libneon27-gnut 0.28.2-2 An HTTP and WebDAV client library
(GnuTLS en
ii libnet-dbus-pe 0.33.6-1 Extension for the DBus bindings
ii libnetpbm10 2:10.0-11.1 Shared libraries for netpbm
ii libnewt0.52 0.52.2-11.2 Not Erik's Windowing Toolkit - text
mode win
ii libnfsidmap2 0.20-1 An nfs idmapping library
ii libnm-glib0 0.6.6-1 network management framework (GLib
shared li
ii libnotify1 0.4.4-3 sends desktop notifications to a
notificatio
ii libnspr4-0d 4.7.0-2 NetScape Portable Runtime Library
ii libnss-mdns 0.10-3 NSS module for Multicast DNS name
resolution
ii libnss3-1d 3.12.0~beta3-1 Network Security Service libraries
ii libntfs-3g24 1:1.2310-1 ntfs-3g filesystem in userspace (FUSE)
libra
ii libobjc2 4.3.0-3 Runtime library for GNU Objective-C
applicat
ii libofa0 0.9.3-2.1 Library for acoustic fingerprinting
ii libogg0 1.1.3-3 Ogg Bitstream Library
ii liboil0.3 0.3.14-4 Library of Optimized Inner Loops
ii liboobs-1-3 2.20.0-1 GObject based interface to system-
tools-back
ii libopal-2.2 2.2.11~dfsg1-4 Open Phone Abstraction Library -
successor o
ii libopenal0a 1:0.0.8-7 OpenAL is a portable library for 3D
spatiali
ii libopencdk10 0.6.6-1 Open Crypto Development Kit (OpenCDK)
(runti
ii libopenexr6 1.6.1-3 runtime files for the OpenEXR image
library
ii libopenobex1 1.3+cvs2007042 OBEX protocol library
ii liborbit2 1:2.14.12-0.1 libraries for ORBit2 - a CORBA ORB
ii libpam-gnome-k 2.22.1-1 PAM module to unlock the GNOME keyring
upon
ii libpam-modules 0.99.7.1-6 Pluggable Authentication Modules for
PAM
ii libpam-runtime 0.99.7.1-6 Runtime support for the PAM library
ii libpam0g 0.99.7.1-6 Pluggable Authentication Modules
library
ii libpanel-apple 2.20.3-3 library for GNOME Panel applets
ii libpango1.0-0 1.20.2-2 Layout and rendering of
internationalized te
ii libpango1.0-co 1.20.2-2 Modules and configuration files for the
Pang
ii libpango1.0-de 1.20.2-2 Development files for the Pango
ii libpaper-utils 1.1.23 library for handling paper
characteristics (
ii libpaper1 1.1.23 library for handling paper
characteristics
ii libpci3 1:3.0.0-3 Linux PCI Utilities (shared library)
ii libpcre3 7.6-2 Perl 5 Compatible Regular Expression
Library
ii libpcre3-dev 7.6-2 Perl 5 Compatible Regular Expression
Library
ii libpcrecpp0 7.6-2 Perl 5 Compatible Regular Expression
Library
ii libpcsclite1 1.4.101-1 Middleware to access a smart card using
PC/S
ii libperl5.8 5.8.8-12 Shared Perl library
ii libpisock9 0.12.3-4 library for communicating with a PalmOS
PDA
ii libpisync1 0.12.3-4 synchronization library for PalmOS
devices
ii libpixman-1-0 0.10.0-2 pixel-manipulation library for X and
cairo
ii libpixman-1-de 0.10.0-2 pixel-manipulation library for X and
cairo (
ii libplot2c2 2.5-2+b1 The GNU plotutils libraries
ii libpng12-0 1.2.27-1 PNG library - runtime
ii libpng12-dev 1.2.27-1 PNG library - development
ii libpoppler-gli 0.6.4-1 PDF rendering library (GLib-based
shared lib
ii libpoppler2 0.6.4-1 PDF rendering library
ii libpopt0 1.10-3 lib for parsing cmdline parameters
ii libportaudio2 19+svn20071022 Portable audio I/O - shared library
ii libpostproc1d 0.cvs20070307- ffmpeg video postprocessing library
ii libpq5 8.3.1-2 PostgreSQL C client library
ii libpstoedit0c2 3.45-3 PostScript to editable vector graphics
libra
ii libpt-1.10.10 1.10.10-2 Portable Windows Library
ii libpt-1.10.10- 1.10.10-2 Portable Windows Library Audio Plugin
for th
ii libpt-1.10.10- 1.10.10-2 Portable Windows Library Video Plugin
for Vi
ii libpth20 2.0.7-10 The GNU Portable Threads
ii libpulse0 0.9.10-1 PulseAudio client libraries
ii libpurple-bin 2.4.1-1 multi-protocol instant messaging
library - e
ii libpurple0 2.4.1-1+b1 multi-protocol instant messaging
library
ii libqt3-mt 3:3.3.8b-5 Qt GUI Library (Threaded runtime
version), V
ii libqt4-core 4.4.0~rc1-5 transitional package for Qt 4 core non-
GUI r
ii libqt4-dbus 4.4.0~rc1-5 Qt 4 D-Bus module
ii libqt4-designe 4.4.0~rc1-5 Qt 4 designer module
ii libqt4-gui 4.4.0~rc1-5 Qt 4 GUI module
ii libqt4-network 4.4.0~rc1-5 Qt 4 network module
ii libqt4-opengl 4.4.0~rc1-5 Qt 4 OpenGL module
ii libqt4-qt3supp 4.4.0~rc1-5 Qt 3 compatibility library for Qt 4
ii libqt4-script 4.4.0~rc1-5 Qt 4 script module
ii libqt4-sql 4.4.0~rc1-5 Qt 4 SQL module
ii libqt4-sql-mys 4.4.0~rc1-5 Qt 4 MySQL database driver
ii libqt4-svg 4.4.0~rc1-5 Qt 4 SVG module
ii libqt4-test 4.4.0~rc1-5 Qt 4 test module
ii libqt4-xml 4.4.0~rc1-5 Qt 4 XML module
ii libqtcore4 4.4.0~rc1-5 Qt 4 core module
ii librarian0 0.8.0-1 Rarian is a documentation meta-data
library
ii libraw1394-8 1.3.0-3 library for direct access to IEEE 1394
bus (
ii libreadline5 5.2-3 GNU readline and history libraries,
run-time
ii libreadline5-d 5.2-3 GNU readline and history libraries,
developm
ii libregexp-java 1.4-4 regular expression library for Java
ii librpcsecgss3 0.18-1 allows secure rpc communication using
the rp
ii librpm4.4 4.4.2.1-2 RPM shared library
ii librsvg2-2 2.22.2-2 SAX-based renderer library for SVG
files (ru
ii librsvg2-commo 2.22.2-2 SAX-based renderer library for SVG
files (ex
ii libruby1.8 1.8.6.114-2 Libraries necessary to run Ruby 1.8
ii libsane 1.0.19-5 API library for scanners
ii libsane-extras 1.0.19.6 API library for scanners -- extra
backends
ii libsasl2-2 2.1.22.dfsg1-1 Cyrus SASL - authentication abstraction
libr
ii libsasl2-modul 2.1.22.dfsg1-1 Cyrus SASL - pluggable authentication
module
ii libscrollkeepe 0.3.14-16 Library to load .omf files (runtime
files)
ii libsdl-console 1.3-5 console that can be added to any SDL
applica
ii libsdl-gfx1.2- 2.0.13-4 drawing and graphical effects extension
for
ii libsdl-image1. 1.2.6-3 image loading library for Simple
DirectMedia
ii libsdl-mixer1. 1.2.8-3 mixer library for Simple DirectMedia
Layer 1
ii libsdl-net1.2 1.2.7-2 network library for Simple DirectMedia
Layer
ii libsdl-pango1 0.1.2-4 text rendering with Pango in SDL
application
ii libsdl-perl 1.20.3dfsg-3 SDL bindings for the Perl language
ii libsdl-sound1. 1.0.1-12+b1 Decoder of several sound file formats
for SD
ii libsdl-ttf2.0- 2.0.9-1 ttf library for Simple DirectMedia
Layer wit
ii libsdl1.2debia 1.2.13-2 Simple DirectMedia Layer
ii libsdl1.2debia 1.2.13-2 Simple DirectMedia Layer (with X11 and
ALSA
ii libselinux1 2.0.59-1 SELinux shared libraries
ii libsemanage1 2.0.24-1 shared libraries used by SELinux policy
mani
ii libsensors3 1:2.10.6-2 library to read temperature/voltage/fan
sens
ii libsepol1 2.0.25-1 Security Enhanced Linux policy library
for c
ii libservlet2.4- 5.0.30-8 Servlet 2.4 and JSP 2.0 Java classes
and doc
ii libsexy2 0.1.11-2+b1 collection of additional GTK+ widgets -
libr
ii libsgutils1 1.24-2 Utilities for working with generic SCSI
devi
ii libshout3 2.2.2-3+b1 MP3/Ogg Vorbis broadcast streaming
library
ii libsidplay1 1.36.59-5 SID (MOS 6581) emulation library
ii libsigc++-2.0- 2.0.18-2 type-safe Signal Framework for C++ -
runtime
ii libsilc-1.1-2 1.1.7-1 SILC library (silc-toolkit)
ii libslab0 0.9.8.svn.2007 beautification app library file
ii libslang2 2.1.3-3 The S-Lang programming library -
runtime ver
ii libslp1 1.2.1-7.3 OpenSLP libraries
ii libsm-dev 2:1.0.3-1+b1 X11 Inter-Client Exchange library
(developme
ii libsm6 2:1.0.3-1+b1 X11 Session Management library
ii libsmbclient 1:3.0.28a-2 shared library that allows applications
to t
ii libsmpeg0 0.4.5+cvs20030 SDL MPEG Player Library - shared
libraries
ii libsndfile1 1.0.17-4 Library for reading/writing audio files
ii libsnmp-base 5.4.1~dfsg-7 SNMP (Simple Network Management
Protocol) MI
ii libsnmp15 5.4.1~dfsg-7 SNMP (Simple Network Management
Protocol) li
ii libsoundtouch1 1.3.0-2.3 sound stretching library
ii libsoup2.4-1 2.4.1-1 an HTTP library implementation in C --
Share
ii libspeex1 1.2~beta3.2-1 The Speex codec runtime library
ii libspeexdsp1 1.2~beta3.2-1 The Speex extended runtime library
ii libspiro0 20071029-1 a library for curve design
ii libsqlite3-0 3.5.8-2 SQLite 3 shared library
ii libss2 1.40.8-2 command-line interface parsing library
ii libssh2-1 0.18-1 SSH2 client-side library
ii libssl0.9.8 0.9.8g-8 SSL shared libraries
ii libstartup-not 0.9-1 library for program launch feedback
(shared
ii libstdc++6 4.3.0-3 The GNU Standard C++ Library v3
ii libstdc++6-4.3 4.3.0-3 The GNU Standard C++ Library v3
(development
ii libsuitesparse 3.1.0-3 collection of libraries for
computations for
ii libsvn-perl 1.4.6dfsg1-3 Perl bindings for Subversion
ii libsvn1 1.4.6dfsg1-3 Shared libraries used by Subversion
ii libsysfs2 2.1.0-4 interface library to sysfs
ii libtag1c2a 1.4-8.1 TagLib Audio Meta-Data Library
ii libtasn1-3 1.4-1 Manage ASN.1 structures (runtime)
ii libtext-charwi 0.04-5 get display widths of characters on the
term
ii libtext-iconv- 1.7-1 converts between character sets in Perl
ii libtext-wrapi1 0.06-6 internationalized substitute of
Text::Wrap
ii libthai-data 0.1.9-3 Data files for Thai language support
library
ii libthai0 0.1.9-3 Thai language support library
ii libtheora0 1.0~beta3-1 The Theora Video Compression Codec
ii libtiff4 3.8.2-8 Tag Image File Format (TIFF) library
ii libtiff4-dev 3.8.2-8 Tag Image File Format library (TIFF),
develo
ii libtiffxx0c2 3.8.2-8 Tag Image File Format (TIFF) library --
C++
ii libtimedate-pe 1.1600-9 Time and date functions for Perl
ii libtotem-plpar 2.22.2-1 Totem Playlist Parser library - runtime
vers
ii libtrackerclie 0.6.6-1+b1 metadata database, indexer and search
tool -
ii libts-0.0-0 1.0-4 touch screen library
ii libtwolame0 0.3.12-1 MPEG Audio Layer 2 encoding library
ii libuninameslis 0.0.20060907-2 a library of Unicode annotation data
ii liburi-perl 1.35.dfsg.1-1 Manipulates and accesses URI strings
ii libusb-0.1-4 2:0.1.12-10 userspace USB programming library
ii libustr-1.0-1 1.0.4-1 Micro string library: shared library
ii libuuid-perl 0.02-3 Perl extension for using UUID
interfaces as
ii libuuid1 1.40.8-2 universally unique id library
ii libvisual-0.4- 0.4.0-2.1 Audio visualization framework
ii libvolume-id0 0.114-2 libvolume_id shared library
ii libvorbis0a 1.2.0.dfsg-3 The Vorbis General Audio Compression
Codec
ii libvorbisenc2 1.2.0.dfsg-3 The Vorbis General Audio Compression
Codec
ii libvorbisfile3 1.2.0.dfsg-3 The Vorbis General Audio Compression
Codec
ii libvte-common 1:0.16.13-1 Terminal emulator widget for GTK+ 2.0 -
comm
ii libvte9 1:0.16.13-1 Terminal emulator widget for GTK+ 2.0 -
runt
ii libwavpack1 4.41.0-2 an audio codec (lossy and lossless) -
librar
ii libwildmidi0 0.2.2-2 software MIDI player library
ii libwmf-bin 0.2.8.4-6 Windows metafile conversion tools
ii libwmf0.2-7 0.2.8.4-6 Windows metafile conversion library
ii libwnck-common 2.22.1-1 Window Navigator Construction Kit -
common f
ii libwnck22 2.22.1-1 Window Navigator Construction Kit -
runtime
ii libwpd8c2a 0.8.14-1 Library for handling WordPerfect
documents (
ii libwpg-0.1-1 0.1.2-1 WordPerfect graphics import/convert
library
ii libwps-0.1-1 0.1.2-1 Works text file format import filter
library
ii libwrap0 7.6.q-15 Wietse Venema's TCP wrappers library
ii libwww-perl 5.812-1 WWW client/server library for Perl (aka
LWP)
ii libwxbase2.6-0 2.6.3.2.2-2 wxBase library (runtime) - non-GUI
support c
ii libwxgtk2.6-0 2.6.3.2.2-2 wxWidgets Cross-platform C++ GUI
toolkit (GT
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libx11-data 2:1.0.3-7 X11 client-side library
ii libx11-dev 2:1.0.3-7 X11 client-side library (development
headers
ii libx264-59 0.svn20080408- x264 video coding library
ii libxalan2-java 2.7.1-2 XSL Transformations (XSLT) processor in
Java
ii libxalan2-java 2.7.1-2 XSL Transformations (XSLT) processor in
Java
ii libxapian15 1.0.5-1 Search engine library
ii libxau-dev 1:1.0.3-2 X11 authorisation library (development
heade
ii libxau6 1:1.0.3-2 X11 authorisation library
ii libxaw7 2:1.0.4-1 X11 Athena Widget library
ii libxcomposite- 1:0.4.0-1 X11 Composite extension library
(development
ii libxcomposite1 1:0.4.0-1 X11 Composite extension library
ii libxcursor-dev 1:1.1.9-1 X cursor management library
(development fil
ii libxcursor1 1:1.1.9-1 X cursor management library
ii libxdamage-dev 1:1.1.1-3 X11 damaged region extension library
(develo
ii libxdamage1 1:1.1.1-3 X11 damaged region extension library
ii libxdelta2 1.1.3-8 Xdelta runtime library
ii libxdmcp-dev 1:1.0.2-2 X11 authorisation library (development
heade
ii libxdmcp6 1:1.0.2-2 X11 Display Manager Control Protocol
library
ii libxerces2-jav 2.9.1-2 Validating XML parser for Java with DOM
leve
ii libxerces2-jav 2.9.1-2 Validating XML parser for Java with DOM
leve
ii libxevie1 1:1.0.2-2 X11 EvIE extension library
ii libxext-dev 2:1.0.4-1 X11 miscellaneous extensions library
(develo
ii libxext6 2:1.0.4-1 X11 miscellaneous extension library
ii libxfixes-dev 1:4.0.3-2 X11 miscellaneous 'fixes' extension
library
ii libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extension
library
ii libxfont1 1:1.3.2-1 X11 font rasterisation library
ii libxft-dev 2.1.12-2 FreeType-based font drawing library for
X (d
ii libxft2 2.1.12-2 FreeType-based font drawing library for
X
ii libxi-dev 2:1.1.3-1 X11 Input extension library
(development hea
ii libxi6 2:1.1.3-1 X11 Input extension library
ii libxinerama-de 2:1.0.3-1 X11 Xinerama extension library
(development
ii libxinerama1 2:1.0.3-1 X11 Xinerama extension library
ii libxkbfile1 1:1.0.5-1 X11 keyboard file manipulation library
ii libxklavier12 3.5-1 X Keyboard Extension high-level API
ii libxml-parser- 2.36-1.1 Perl module for parsing XML files
ii libxml-twig-pe 1:3.32-1 Perl module for processing huge XML
document
ii libxml2 2.6.32.dfsg-2 GNOME XML library
ii libxml2-utils 2.6.32.dfsg-2 XML utilities
ii libxmu6 2:1.0.4-1 X11 miscellaneous utility library
ii libxmuu1 2:1.0.4-1 X11 miscellaneous micro-utility library
ii libxp6 1:1.0.0.xsf1-1 X Printing Extension (Xprint) client
library
ii libxpm4 1:3.5.7-1 X11 pixmap library
ii libxrandr-dev 2:1.2.2-1 X11 RandR extension library
(development hea
ii libxrandr2 2:1.2.2-1 X11 RandR extension library
ii libxrender-dev 1:0.9.4-1 X Rendering Extension client library
(develo
ii libxrender1 1:0.9.4-1 X Rendering Extension client library
ii libxres1 2:1.0.3-1 X11 Resource extension library
ii libxslt1.1 1.1.23-1 XSLT processing library - runtime
library
ii libxss1 1:1.1.3-1 X11 Screen Saver extension library
ii libxt-dev 1:1.0.5-3 X11 toolkit intrinsics library
(development
ii libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii libxtrap6 1:1.0.0-4 X11 event trapping extension library
ii libxtst6 2:1.0.3-1 X11 Testing -- Resource extension
library
ii libxul-common 1.8.1.14-2 Gecko engine library - common files
ii libxul0d 1.8.1.14-2 Gecko engine library
ii libxv1 2:1.0.4-1 X11 Video extension library
ii libxvidcore4 2:1.1.3-0.4 High quality ISO MPEG4 codec library
ii libxvmc1 1:1.0.4-2 X11 Video extension library
ii libxxf86dga1 2:1.0.2-1 X11 Direct Graphics Access extension
library
ii libxxf86misc1 1:1.0.1-2 X11 XFree86 miscellaneous extension
library
ii libxxf86vm1 1:1.0.1-2 X11 XFree86 video mode extension
library
ii libzephyr3 2.1.20070719.S Project Athena's notification service -
non-
ii linux-doc-2.6. 2.6.25-1 Linux kernel specific documentation for
vers
ii linux-image-2. 2.6.24+13 Linux 2.6 image on uniprocessor 32-bit
Power
ii linux-image-2. 2.6.24-6 Linux 2.6.24 image on uniprocessor 32-
bit Po
ii linux-image-2. 2.6.25-1 Linux 2.6.25 image on uniprocessor 32-
bit Po
ii linux-libc-dev 2.6.25-1 Linux Kernel Headers for development
ii linux-sound-ba 1.0.16-1.1 base package for ALSA and OSS sound
systems
ii lmodern 1.010x-5 scalable PostScript and OpenType fonts
based
ii locales 2.7-10 GNU C Library: National Language
(locale) da
ii login 1:4.1.1-1 system login tools
ii logrotate 3.7.1-3 Log rotation utility
ii lp-solve 5.5.0.10-10 Solve (mixed integer) linear
programming pro
ii lsb-base 3.2-12 Linux Standard Base 3.2 init script
function
ii lsb-release 3.2-12 Linux Standard Base version reporting
utilit
ii lsof 4.78.dfsg.1-4 List open files
ii lua5.1 5.1.3-1 Simple, extensible, embeddable
programming l
ii luatex 0.25.2-1 next generation TeX engine
ii lzma 4.43-12 Compression method of 7z format in 7-
Zip pro
ii lzop 1.01-4 fast compression program
ii m4 1.4.11-1 a macro processing language
ii mac-fdisk 0.1-15 Apple disk partition manipulation tool
ii mailx 1:20071201-3 Transitional package for mailx rename
ii make 3.81-4 The GNU version of the "make" utility.
ii makedev 2.3.1-87 creates device files in /dev
ii man-db 2.5.1-4 on-line manual pager
ii manpages 2.79-4 Manual pages about using a GNU/Linux
system
ii mawk 1.3.3-11.1 a pattern scanning and text processing
langu
ii mencoder-g4 1:1.0.rc2svn20 MPlayer's Movie Encoder
ii menu 2.1.38 generates programs menu for all menu-
aware a
ii menu-xdg 0.3 freedesktop.org menu compliant window
manage
ii mesa-utils 7.0.3-1 Miscellaneous Mesa GL utilities
ii metacity 1:2.22.0-1 A lightweight GTK2 based Window Manager
ii metacity-commo 1:2.22.0-1 Shared files of lightweight GTK2 based
Windo
ii mime-support 3.40-1.1 MIME files 'mime.types' & 'mailcap',
and sup
ii mktemp 1.5-7 Makes unique filenames for temporary
files
ii mlocate 0.19-1 quickly find files on the filesystem
based o
ii module-init-to 3.4-1 tools for managing Linux kernel modules
ii mount 2.13.1.1-1 Tools for mounting and manipulating
filesyst
ii mozilla-plugin 0.8.2-2 free Flash movie player - Plugin for
Mozilla
ii mpack 1.6-5 tools for encoding/decoding MIME
messages
ii mplayer-g4 1:1.0.rc2svn20 The Ultimate Movie Player For Linux
ii mplayer-skin-b 1.6-2 blue skin for mplayer
ii mtools 3.9.11-1 Tools for manipulating MSDOS files
ii mtr-tiny 0.73-1 Full screen ncurses traceroute tool
ii mutt 1.5.17+2008011 text-based mailreader supporting MIME,
GPG,
ii mysql-common 5.0.51a-5 MySQL database common files
ii nabi 0.99.2-2 Korean X input method server plus
imhangul s
ii nano 2.0.7-1 free Pico clone with some new features
ii nautilus 2.20.0-3 file manager and graphical shell for
GNOME
ii nautilus-cd-bu 2.20.0-1 CD Burning front-end for Nautilus
ii nautilus-data 2.20.0-3 data files for nautilus
ii nautilus-filen 0.0.5-1 Nautilus extension for filename
encoding rep
ii ncompress 4.2.4.2-1 Original Lempel-Ziv compress/uncompress
prog
ii ncurses-base 5.6+20080419-2 Descriptions of common terminal types
ii ncurses-bin 5.6+20080419-2 Terminal-related programs and man pages
ii ncurses-term 5.6+20080419-2 Additional terminal type definitions
ii net-tools 1.60-19 The NET-3 networking toolkit
ii netbase 4.32 Basic TCP/IP networking system
ii netcat 1.10-37 TCP/IP swiss army knife -- transitional
pack
ii netcat-traditi 1.10-37 TCP/IP swiss army knife
ii netpbm 2:10.0-11.1 Graphics conversion tools
ii neverball 1.4.0-6 3D floor-tilting game
ii neverball-comm 1.4.0-6 data files for Neverball and Neverputt
ii neverball-data 1.4.0-6 data files for Neverball
ii neverputt 1.4.0-6 3D miniature golf game
ii nfs-common 1:1.1.2-3 NFS support files common to client and
serve
ii notification-d 0.3.7-1+b1 a daemon that displays passive pop-up
notifi
ii ntfs-3g 1:1.2310-1 read-write NTFS driver for FUSE
ii ntp 1:4.2.4p4+dfsg Network Time Protocol daemon and
utility pro
ii obex-data-serv 0.3.1-2 D-Bus service for OBEX client and
server sid
ii openbsd-inetd 0.20080125-1 The OpenBSD Internet Superserver
ii openoffice.org 1:2.4.0-5 OpenOffice.org Office suite
ii openoffice.org 1:2.4.0-5 OpenOffice.org office suite - database
ii openoffice.org 1:2.4.0-5 OpenOffice.org office suite -- libdba
ii openoffice.org 1:2.4.0-5 OpenOffice.org office suite -
spreadsheet
ii openoffice.org 1:2.4.0-5 OpenOffice.org office suite
architecture ind
ii openoffice.org 1:2.4.0-5 OpenOffice.org office suite
architecture dep
ii openoffice.org 1:2.4.0-5 OpenOffice.org office suite - drawing
ii openoffice.org 1:2.4.0-5 Legacy filters (e.g. StarOffice 5.2)
for Ope
ii openoffice.org 1:2.4.0-5 Mobile Devices Filters for
OpenOffice.org
ii openoffice.org 1:2.4.0-5 GNOME Integration for OpenOffice.org
(VFS, G
ii openoffice.org 1:2.4.0-5 GTK+ Integration for OpenOffice.org
(Widgets
ii openoffice.org 2.3.1-3 US English hyphenation patterns for
OpenOffi
ii openoffice.org 1:2.4.0-5 OpenOffice.org office suite -
presentation
ii openoffice.org 1:2.4.0-5 OpenOffice.org office suite Java
support arc
ii openoffice.org 1:2.4.0-5 Korean language package for
OpenOffice.org
ii openoffice.org 1:2.4.0-5 OpenOffice.org office suite - equation
edito
ii openoffice.org 1:2.4.0-5 OpenOffice.org Office Bean
ii openoffice.org 1:2.4.0-5 Default symbol style for OpenOffice.org
ii openoffice.org 1:2.4.0-5 Crystal symbol style for OpenOffice.org
ii openoffice.org 1:2.4.0-5 Tango symbol style for OpenOffice.org
ii openoffice.org 1:2.4.0~m240-1 English Thesaurus for OpenOffice.org
ii openoffice.org 1:2.4.0-5 OpenOffice.org office suite - word
processor
ii openoffice.org 0.5-6 Writer/Calc to LaTeX/XHTML converter
extensi
ii openprinting-p 20080211-2 OpenPrinting printer support -
PostScript PP
ii openssh-client 1:4.7p1-8 secure shell client, an rlogin/rsh/rcp
repla
ii openssh-server 1:4.7p1-8 secure shell server, an rshd
replacement
ii openssl 0.9.8g-8 Secure Socket Layer (SSL) binary and
related
ii p7zip 4.57~dfsg.1-1 7zr file archiver with high compression
rati
ii pan 0.132-3+b1 A Newsreader based on GTK2, which looks
like
ii passwd 1:4.1.1-1 change and administer password and
group dat
ii patch 2.5.9-5 Apply a diff file to an original
ii patchutils 0.2.31-4 Utilities to work with patches
ii pciutils 1:3.0.0-3 Linux PCI Utilities
ii pcscd 1.4.101-1 Middleware to access a smart card using
PC/S
ii pdftk 1.41-2 useful tool for manipulating PDF
documents
ii perl 5.8.8-12 Larry Wall's Practical Extraction and
Report
ii perl-base 5.8.8-12 The Pathologically Eclectic Rubbish
Lister
ii perl-doc 5.8.8-12 Perl documentation
ii perl-modules 5.8.8-12 Core Perl modules
ii perl-tk 1:804.028-1 Perl module providing the Tk graphics
librar
ii perlmagick 7:6.3.7.9.dfsg Perl interface to the libMagick
graphics rou
ii pgf 1.18-1 TeX Portable Graphic Format
ii pidentd 3.0.19.ds1-4 TCP/IP IDENT protocol server with DES
suppor
ii pidgin 2.4.1-1+b1 graphical multi-protocol instant
messaging c
ii pidgin-data 2.4.1-1 multi-protocol instant messaging client
- da
ii pkg-config 0.22-1 manage compile and link flags for
libraries
ii planetpenguin- 0.3.1-11 another 3D racing game featuring Tux,
the Li
ii planetpenguin- 0.3.1-11 data files for the game PlanetPenguin
Racer
ii planetpenguin- 0.5-3 Additional courses for PlanetPenguin
Racer
ii plib1.8.4c2 1.8.4-8 Portability Libraries: Run-time
package, sta
ii pm-utils 1.1.0-1 utilities and scripts for power
management
ii poppler-utils 0.6.4-1 PDF utilitites (based on libpoppler)
ii portmap 6.0-5 RPC port mapper
ii powermgmt-base 1.30 Common utils and configs for power
managemen
ii powerpc-ibm-ut 1.1.0-1 utilities for maintenance of IBM
PowerPC pla
ii powerpc-utils 1.1.3-22 Various utilities for Linux/PowerPC
ii preview-latex- 11.83-7.1 extraction of elements from LaTeX
documents
ii procmail 3.22-16 Versatile e-mail processor
ii procps 1:3.2.7-8 /proc file system utilities
ii prosper 1.00.4+cvs.200 LaTeX class for writing transparencies
ii psfontmgr 0.11.10-0.2 PostScript font manager -- part of
Defoma, D
ii psmisc 22.6-1 Utilities that use the proc filesystem
ii pstoedit 3.45-3 PostScript and PDF files to editable
vector
ii python 2.5.2-1 An interactive high-level object-
oriented la
ii python-apt 0.7.5 Python interface to libapt-pkg
ii python-beagle 0.3.5-1 Python bindings for beagle
ii python-brlapi 3.9-7 Python bindings for BrlAPI
ii python-cairo 1.4.12-1 Python bindings for the Cairo vector
graphic
ii python-central 0.6.6 register and build utility for Python
packag
ii python-ctypes 1.0.2-4 Python package to create and manipulate
C da
ii python-dbus 0.82.4-2 simple interprocess messaging system
(Python
ii python-element 1.2.6-12 Light-weight toolkit for XML processing
ii python-fpconst 0.7.2-4 Utilities for handling IEEE 754
floating poi
ii python-gdata 1.0.9-1 Google Data Python client library
ii python-gdbm 2.5.2-1 GNU dbm database support for Python
ii python-glade2 2.12.1-1 GTK+ bindings: Glade support
ii python-gmenu 2.22.1-1 an implementation of the freedesktop
menu sp
ii python-gnome2 2.22.0-1 Python bindings for the GNOME desktop
enviro
ii python-gnome2- 2.22.0-1 Python bindings for the GNOME desktop
enviro
ii python-gnome2- 2.14.3-1+b1 Python bindings for the GNOME desktop
enviro
ii python-gobject 2.14.1-4 Python bindings for the GObject library
ii python-gst0.10 0.10.11-1 generic media-playing framework (Python
bind
ii python-gtk2 2.12.1-1 Python bindings for the GTK+ widget set
ii python-gtkglex 1.1.0-3 GtkGLext python bindings
ii python-gtksour 2.2.0-1 Python bindings for the GtkSourceView
widget
ii python-imaging 1.1.6-2 Python Imaging Library
ii python-libxml2 2.6.32.dfsg-2 Python bindings for the GNOME XML
library
ii python-minimal 2.5.2-1 A minimal subset of the Python language
(def
ii python-newt 0.52.2-11.2 A NEWT module for Python
ii python-numeric 24.2-8.2 Numerical (matrix-oriented) Mathematics
for
ii python-opengl 3.0.0~b1-2 Python bindings to OpenGL
ii python-pkg-res 0.6c8-3 Package Discovery and Resource Access
using
ii python-pyatspi 1.22.1-1 Assistive Technology Service Provider
Interf
ii python-pyorbit 2.14.3-2 A Python language binding for the
ORBit2 COR
ii python-qt3 3.17.4-1 Qt3 bindings for Python
ii python-reportl 2.1dfsg-2 ReportLab library to create PDF
documents us
ii python-selinux 2.0.59-1 Python bindings to SELinux shared
libraries
ii python-semanag 2.0.24-1 Python bindings for SELinux policy
manipula
ii python-sexy 0.1.9-1 python language bindings for libsexy
ii python-sip4 4.7.4-1 Python/C++ bindings generator runtime
librar
ii python-soappy 0.12.0-2 SOAP Support for Python
ii python-subvers 1.4.6dfsg1-3 Python bindings for Subversion
ii python-support 0.7.7 automated rebuilding support for Python
modu
ii python-uno 1:2.4.0-5 Python interface for OpenOffice.org
ii python-xdg 0.15-1.1 A python library to access
freedesktop.org s
ii python2.4 2.4.5-2 An interactive high-level object-
oriented la
ii python2.4-mini 2.4.5-2 A minimal subset of the Python language
(ver
ii python2.5 2.5.2-4 An interactive high-level object-
oriented la
ii python2.5-mini 2.5.2-4 A minimal subset of the Python language
(ver
ii qt4-qtconfig 4.4.0~rc1-5 Qt 4 configuration tool
ii r-base 2.7.0-1 GNU R statistical computing language
and env
ii r-base-core 2.7.0-1 GNU R core of statistical computing
language
ii r-base-dev 2.7.0-1 GNU R installation of auxiliary GNU R
packag
ii r-base-html 2.7.0-1 GNU R html docs for statistical
computing sy
ii r-base-latex 2.7.0-1 GNU R LaTeX docs for statistical
computing s
ii r-cran-boot 1.2.32-1 GNU R package for bootstrapping
functions fr
ii r-cran-cairode 2.8-1 GNU R Cairo/Gtk2 device driver package
ii r-cran-cluster 1.11.10-1 GNU R package for cluster analysis by
Rousse
ii r-cran-codetoo 0.2-1-1 GNU R package providing code analysis
tools
ii r-cran-foreign 0.8.25-1 GNU R package to read/write data from
other
ii r-cran-kernsmo 2.22.22-1 GNU R package for kernel smoothing and
densi
ii r-cran-lattice 0.17-6-1 GNU R package for 'Trellis' graphics
ii r-cran-mgcv 1.3-31-1 GNU R package for multiple parameter
smoothi
ii r-cran-nlme 3.1.88-1 GNU R package for (non-)linear mixed
effects
ii r-cran-rpart 3.1.41-1 GNU R package for recursive
partitioning and
ii r-cran-surviva 2.34-1-1 GNU R package for survival analysis
ii r-cran-vr 7.2.41-1 GNU R package accompanying the Venables
and
ii r-recommended 2.7.0-1 GNU R collection of recommended
packages [me
ii readline-commo 5.2-3 GNU readline and history libraries,
common f
ii reportbug 3.39-0.1 reports bugs in the Debian distribution
ii rhythmbox 0.11.5-2 music player and organizer for GNOME
ii rpm 4.4.2.1-2 Red Hat package manager
ii rsync 3.0.2-2 fast remote file copy program (like
rcp)
ii ruby 4.2 An interpreter of object-oriented
scripting
ii ruby1.8 1.8.6.114-2 Interpreter of object-oriented
scripting lan
ii sam2p 0.45-3-2 convert raster images to EPS, PDF, and
other
ii samba-common 1:3.0.28a-2 Samba common files used by both the
server a
ii sane-utils 1.0.19-5 API library for scanners -- utilities
ii scrollkeeper 0.3.14-16 A free electronic cataloging system for
docu
ii seahorse 2.22.1-1+b1 GNOME front end for GnuPG
ii sed 4.1.5-8 The GNU sed stream editor
ii sg3-utils 1.24-2 Utilities for working with generic SCSI
devi
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-in 0.23-5 FreeDesktop.org shared MIME database
and spe
ii sharutils 1:4.6.3-1 shar, unshar, uuencode, uudecode
ii smbclient 1:3.0.28a-2 a LanManager-like simple client for
Unix
ii sound-juicer 2.22.0-1 GNOME 2 CD Ripper
ii ssh 1:4.7p1-8 secure shell client and server
(metapackage)
ii ssl-cert 1.0.18 simple debconf wrapper for OpenSSL
ii stardict-commo 3.0.1-3 International dictionary - data files
ii stardict-gnome 3.0.1-3 International dictionary for GNOME 2
ii stardict-plugi 3.0.1-3 International dictionary - common
plugins
ii stardict-plugi 3.0.1-3 International dictionary - eSpeak TTS
plugin
ii stardict-plugi 3.0.1-3 International dictionary - Festival TTS
plug
ii stardict-plugi 3.0.1-3 International dictionary - gucharmap
plugin
ii stellarium 0.9.1-3 real-time photo-realistic sky generator
ii stellarium-dat 0.9.1-3 datafiles for Stellarium, a real-time
photo-
ii strace 4.5.15-1.2 A system call tracer
ii subversion 1.4.6dfsg1-3 Advanced version control system
ii subversion-too 1.4.6dfsg1-3 Assorted tools related to Subversion
ii sudo 1.6.9p15-2 Provide limited super user privileges
to spe
ii supertux 0.1.3-1.1 Classic 2D jump 'n run sidescroller
with Tux
ii supertux-data 0.1.3-1.1 Levels for classic 2D jump 'n run
sidescroll
ii supertuxkart 0.4-1 kart racing game
ii supertuxkart-d 0.4-1 data for the supertuxkart kart racing
game
ii synaptic 0.62 Graphical package manager
ii sysklogd 1.5-2 System Logging Daemon
ii system-tools-b 2.4.2-1 System Tools to manage computer
configuratio
ii sysv-rc 2.86.ds1-56 System-V-like runlevel change mechanism
ii sysvinit 2.86.ds1-56 System-V-like init utilities
ii sysvinit-utils 2.86.ds1-56 System-V-like utilities
ii tar 1.20-1 GNU version of the tar archiving
utility
ii tasksel 2.73 Tool for selecting tasks for
installation on
ii tasksel-data 2.73 Official tasks used for installation of
Debi
ii tcl8.4 8.4.19-2 Tcl (the Tool Command Language) v8.4 -
run-t
ii tcl8.5 8.5.2-1 Tcl (the Tool Command Language) v8.5 -
run-t
ii tcpd 7.6.q-15 Wietse Venema's TCP wrapper utilities
ii tcsh 6.14.00-7 TENEX C Shell, an enhanced version of
Berkel
ii telnet 0.17-35 The telnet client
ii tetex-bin 2007-14 TeX Live: teTeX transitional package
ii tetex-extra 2007-14 TeX Live: teTeX transitional package
ii tex-common 1.11 common infrastructure for building and
insta
ii texinfo 4.11.dfsg.1-4 Documentation system for on-line
information
ii texlive 2007-14 TeX Live: A decent selection of the TeX
Live
ii texlive-base 2007-14 TeX Live: Essential programs and files
ii texlive-base-b 2007.dfsg.1-3 TeX Live: Essential binaries
ii texlive-base-b 2007.dfsg.1-3 TeX Live: Documentation files for
texlive-ba
ii texlive-bibtex 2007.dfsg.1-2 TeX Live: Extra BibTeX styles
ii texlive-common 2007-14 TeX Live: Base component
ii texlive-doc-ba 2007-4 TeX Live: Base documentation
ii texlive-extra- 2007.dfsg.1-3 TeX Live: TeX auxiliary programs
ii texlive-font-u 2007.dfsg.1-3 TeX Live: TeX font-related programs
ii texlive-fonts- 2007.dfsg.1-2 TeX Live: Extra fonts
ii texlive-fonts- 2007.dfsg.1-2 TeX Live: Documentation files for
texlive-fo
ii texlive-fonts- 2007-14 TeX Live: Recommended fonts
ii texlive-fonts- 2007-14 TeX Live: Documentation files for
texlive-fo
ii texlive-generi 2007.dfsg.1-2 TeX Live: Miscellaneous extra generic
macros
ii texlive-generi 2007-14 TeX Live: Miscellaneous generic macros
ii texlive-humani 2007.dfsg.1-2 TeX Live: LaTeX support for the
humanities
ii texlive-humani 2007.dfsg.1-2 TeX Live: Documentation files for
texlive-hu
ii texlive-lang-c 2007.dfsg.3-2 TeX Live: Croatian
ii texlive-lang-c 2007.dfsg.3-2 TeX Live: Cyrillic
ii texlive-lang-c 2007.dfsg.3-2 TeX Live: Czech/Slovak
ii texlive-lang-d 2007.dfsg.3-2 TeX Live: Danish
ii texlive-lang-d 2007.dfsg.3-2 TeX Live: Dutch
ii texlive-lang-f 2007.dfsg.3-2 TeX Live: Finnish
ii texlive-lang-f 2007.dfsg.3-2 TeX Live: French
ii texlive-lang-g 2007.dfsg.3-2 TeX Live: German
ii texlive-lang-g 2007.dfsg.3-2 TeX Live: Greek typesetting
ii texlive-lang-h 2007.dfsg.3-2 TeX Live: Hungarian
ii texlive-lang-i 2007.dfsg.3-2 TeX Live: Italian
ii texlive-lang-l 2007.dfsg.3-2 TeX Live: Latin
ii texlive-lang-m 2007.dfsg.3-2 TeX Live: Mongolian
ii texlive-lang-n 2007.dfsg.3-2 TeX Live: Norwegian
ii texlive-lang-o 2007.dfsg.3-2 TeX Live: Other hyphenation files
ii texlive-lang-p 2007.dfsg.3-2 TeX Live: Polish
ii texlive-lang-p 2007.dfsg.3-2 TeX Live: Portuguese
ii texlive-lang-s 2007.dfsg.3-2 TeX Live: Spanish
ii texlive-lang-s 2007.dfsg.3-2 TeX Live: Swedish
ii texlive-lang-v 2007.dfsg.3-2 TeX Live: Vietnamese
ii texlive-latex- 2007-14 TeX Live: Basic LaTeX packages
ii texlive-latex- 2007-14 TeX Live: Documentation files for
texlive-la
ii texlive-latex- 2007.dfsg.1-2 TeX Live: LaTeX supplementary packages
ii texlive-latex- 2007.dfsg.1-2 TeX Live: Documentation files for
texlive-la
ii texlive-latex- 2007-14 TeX Live: LaTeX recommended packages
ii texlive-latex- 2007-14 TeX Live: Documentation files for
texlive-la
ii texlive-math-e 2007.dfsg.1-2 TeX Live: Advanced math typesetting
ii texlive-metapo 2007.dfsg.1-3 TeX Live: MetaPost (and Metafont)
drawing pa
ii texlive-metapo 2007.dfsg.1-3 TeX Live: Documentation files for
texlive-me
ii texlive-pictur 2007-14 TeX Live: Packages for drawings
graphics
ii texlive-pictur 2007-14 TeX Live: Documentation files for
texlive-pi
ii texlive-pstric 2007.dfsg.1-2 TeX Live: PSTricks packages
ii texlive-pstric 2007.dfsg.1-2 TeX Live: Documentation files for
texlive-ps
ii texlive-publis 2007.dfsg.1-2 TeX Live: Support for publishers
ii texlive-publis 2007.dfsg.1-2 TeX Live: Documentation files for
texlive-pu
ii texlive-xetex 2007.dfsg.1-3 TeX Live: XeTeX macros
ii texpower 0.2-7 Macros for creating professional
presentatio
ii texpower-manua 0.2-7 manual for the TeXpower macro bundle
ii time 1.7-21 The GNU time program for measuring cpu
resou
ii tipa 2:1.3-12 system for processing phonetic symbols
in La
ii tk8.4 8.4.19-1 Tk toolkit for Tcl and X11, v8.4 - run-
time
ii totem 2.22.2-1 A simple media player for the GNOME
desktop
ii totem-common 2.22.2-1 Data files for the Totem media player
ii totem-gstreame 2.22.2-1 A simple media player for the GNOME
desktop
ii totem-mozilla 2.22.2-1 Totem Mozilla plugin
ii totem-plugins 2.22.2-1 Plugins for the Totem media player
ii traceroute 2.0.10-1 Traces the route taken by packets over
an IP
ii ttf-arphic-uka 0.1.20060928-2 "AR PL ZenKai Uni" Chinese Unicode
TrueType
ii ttf-arphic-umi 0.1.20060928-2 "AR PL ShanHeiSun Uni" Chinese Unicode
TrueT
ii ttf-dejavu 2.24-2 Metapackage to pull in ttf-dejavu-core
and t
ii ttf-dejavu-cor 2.24-2 Vera font family derivate with
additional ch
ii ttf-dejavu-ext 2.24-2 Vera font family derivate with
additional ch
ii ttf-dustin 20030517-6 Various TrueType fonts from
dustismo.com
ii ttf-freefont 20080323-3 Freefont Serif, Sans and Mono Truetype
fonts
ii ttf-opensymbol 1:2.4.0-5 The OpenSymbol TrueType font
ii ttf-sazanami-g 0.0.1.20040629 Sazanami Gothic Japanese TrueType font
ii ttf-sazanami-m 0.0.1.20040629 Sazanami Mincho Japanese TrueType font
ii ttf-unfonts 1.0.1-7 Transitional package
ii ttf-unfonts-co 1.0.1-7 Un series Korean TrueType fonts
ii ttf-unfonts-ex 1.0.1-7 Un series Korean TrueType fonts (extra)
ii tzdata 2008b-1 time zone and daylight-saving time data
ii ucf 3.006 Update Configuration File: preserve
user cha
ii udev 0.114-2 /dev/ and hotplug management daemon
ii unace 1.2b-6 extract, test and view .ace archives
ii unifont 1:1.0-4 X11 dual-width GNU Unicode font
ii unzip 5.52-11 De-archiver for .zip files
ii update-inetd 4.30 inetd configuration file updater
ii usbutils 0.73-7 Linux USB utilities
ii util-linux 2.13.1.1-1 Miscellaneous system utilities
ii vim 1:7.1.293-2 Vi IMproved - enhanced vi editor
ii vim-common 1:7.1.293-2 Vi IMproved - Common files
ii vim-runtime 1:7.1.293-2 Vi IMproved - Runtime files
ii vim-tiny 1:7.1.293-2 Vi IMproved - enhanced vi editor -
compact v
ii vino 2.22.1-1 VNC server for GNOME
ii w3m 0.5.1-5.1+b1 WWW browsable pager with excellent
tables/fr
ii wamerican 6-2.1 American English dictionary words for
/usr/s
ii wget 1.11.2-1 retrieves files from the web
ii whiptail 0.52.2-11.2 Displays user-friendly dialog boxes
from she
ii whois 4.7.26 the GNU whois client
ii wireless-tools 29-1 Tools for manipulating Linux Wireless
Extens
ii wodim 9:1.1.7.1-1 command line CD/DVD writing tool
ii wpasupplicant 0.6.3-1 Client support for WPA and WPA2 (IEEE
802.11
ii x-ttcidfont-co 27 TrueType and CID fonts configuration
for X
ii x11-apps 7.3+1 X applications
ii x11-common 1:7.3+10 X Window System (X.Org) infrastructure
ii x11-session-ut 7.3+1 X session utilities
ii x11-utils 7.3+1 X11 utilities
ii x11-xfs-utils 7.3+1 X font server utilities
ii x11-xkb-utils 7.3+1 X11 XKB utilities
ii x11-xserver-ut 7.3+2 X server utilities
ii x11proto-compo 1:0.4-2 X11 Composite extension wire protocol
ii x11proto-core- 7.0.12-1 X11 core wire protocol and auxiliary
headers
ii x11proto-damag 1.1.0-2 X11 Damage extension wire protocol
ii x11proto-fixes 4.0-2 X11 Fixes extension wire protocol
ii x11proto-input 1.4.3-2 X11 Input extension wire protocol
ii x11proto-kb-de 1.0.3-2 X11 XKB extension wire protocol
ii x11proto-randr 1.2.1-2 X11 RandR extension wire protocol
ii x11proto-rende 2:0.9.3-2 X11 Render extension wire protocol
ii x11proto-xext- 7.0.2-5 X11 various extension wire protocol
ii x11proto-xiner 1.1.2-4 X11 Xinerama extension wire protocol
ii xauth 1:1.0.3-1 X authentication utility
ii xaw3dg 1.5+E-15 Xaw3d widget set
ii xbase-clients 1:7.3+10 miscellaneous X clients - metapackage
ii xdelta 1.1.3-8 A diff utility which works with binary
files
ii xdg-utils 1.0.2-3 desktop integration utilities from
freedeskt
ii xfonts-100dpi 1:1.0.0-4 100 dpi fonts for X
ii xfonts-75dpi 1:1.0.0-4 75 dpi fonts for X
ii xfonts-baekmuk 2.2-3 BAEKMUK Korean fonts for X
ii xfonts-base 1:1.0.0-5 standard fonts for X
ii xfonts-encodin 1:1.0.2-3 Encodings for X.Org fonts
ii xfonts-scalabl 1:1.0.0-6 scalable fonts for X
ii xfonts-utils 1:1.0.1-2 X Window System font utility programs
ii xinit 1.0.8-1 X server initialisation tool
ii xkb-data 1.2~cvs.200805 X Keyboard Extension (XKB)
configuration dat
ii xml-core 0.11 XML infrastructure and XML catalog file
supp
ii xorg 1:7.3+10 X.Org X Window System
ii xorg-docs 1:1.4-2 Miscellaneous documentation for the
X.Org so
ii xsane 0.995-3 featureful graphical frontend for SANE
(Scan
ii xsane-common 0.995-3 featureful graphical frontend for SANE
(Scan
ii xserver-xorg 1:7.3+10 the X.Org X server
ii xserver-xorg-c 2:1.4.1~git200 Xorg X server - core server
ii xserver-xorg-i 1:7.3+10 the X.Org X server -- input driver
metapacka
ii xserver-xorg-i 1:1.2.0-1 X.Org X server -- evdev input driver
ii xserver-xorg-i 1:1.2.2-3 X.Org X server -- keyboard input driver
ii xserver-xorg-i 1:1.2.3-2 X.Org X server -- mouse input driver
ii xserver-xorg-i 0.14.7~git2007 Synaptics TouchPad driver for
X.Org/XFree86
ii xserver-xorg-i 0.7.9.3-2 X.Org X server -- Wacom input driver
ii xserver-xorg-v 1:7.3+10 the X.Org X server -- output driver
metapack
ii xserver-xorg-v 1:6.8.0-1 X.Org X server -- ATI display driver
ii xserver-xorg-v 1:1.1.1-9 X.Org X server -- Chips display driver
ii xserver-xorg-v 1:0.3.1-4 X.Org X server -- fbdev display driver
ii xserver-xorg-v 1:1.1.1-8 X.Org X server -- Glint display driver
ii xserver-xorg-v 1:1.1.0-7 X.Org X server -- IMSTT display driver
ii xserver-xorg-v 1:1.4.8.dfsg.1 X.Org X server -- MGA display driver
ii xserver-xorg-v 1:2.1.8-3 X.Org X server -- NV display driver
ii xserver-xorg-v 1:0.5.0-4 X.Org X server -- legacy S3 display
driver
ii xserver-xorg-v 1:1.9.1-7 X.Org X server -- S3 ViRGE display
driver
ii xserver-xorg-v 1:2.1.3-5 X.Org X server -- Savage display driver
ii xserver-xorg-v 1:0.9.3-6 X.Org X server -- SiS display driver
ii xserver-xorg-v 1:0.8.1-9 X.Org X server -- SiS USB display
driver
ii xserver-xorg-v 1:1.3.0-6 X.Org X server -- tdfx display driver
ii xserver-xorg-v 1:1.2.4-1 X.Org X server -- Trident display
driver
ii xserver-xorg-v 0.1.1-6 X.Org X server -- Video 4 Linux display
driv
ii xserver-xorg-v 1:4.1.0-8 X.Org X server -- VGA display driver
ii xsltproc 1.1.23-1 XSLT command line processor
ii xtrans-dev 1.1-1 X transport library (development files)
ii xutils 1:7.3+10 X Window System utility programs
metapackage
ii xutils-dev 1:7.4+1 X Window System utility programs for
develop
ii yaboot 1.3.13a-1 Yet Another Bootloader
ii yelp 2.22.1-1 Help browser for GNOME 2
ii yudit 2.8.1-3 Unicode text editor (arch-dependent
binaries
ii yudit-common 2.8.1-3 Unicode text editor (arch-independent
files)
ii zenity 2.22.1-1 Display graphical dialog boxes from
shell sc
ii zip 2.32-1 Archiver for .zip files
ii zlib1g 1:1.2.3.3.dfsg compression library - runtime
ii zlib1g-dev 1:1.2.3.3.dfsg compression library - development
nomos@debian:~$ exit
Script done on 2008년 05월 02일 (금) 오후 04시 25분 16초