Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Is there a list of Debian v8.0 (Jessie) packages that no longer exist?

121 views
Skip to first unread message

Ant

unread,
Jun 4, 2015, 9:45:42 PM6/4/15
to
Hello.

I have not upgraded to v8.0 from my v7 (Wheezy) yet, but I was told that
DenyHosts is no longer in v8.0.

Thank you in advance. :)
--
"If someone makes you angry, I think the thing to do is tie them down to
the ground, cover them in honey, and then release a swarm of killer ants
on them. That way, you can hit them over and over again and say, 'Hey!
I'm just trying to help!' and they can't really get mad at you." --R.M.
Weiner
/\___/\ Ant(Dude) @ http://antfarm.ma.cx (Personal Web Site)
/ /\ /\ \ Ant's Quality Foraged Links: http://aqfl.net
| |o o| |
\ _ / If crediting, then use Ant nickname and AQFL URL/link.
( ) Chop ANT from its address if e-mailing privately.
Ant is currently not listening to any songs on this computer.

Wildman

unread,
Jun 4, 2015, 10:12:13 PM6/4/15
to
On Thu, 04 Jun 2015 18:45:35 -0700
Ant <a...@zimage.comANT> wrote:

> Hello.
>
> I have not upgraded to v8.0 from my v7 (Wheezy) yet, but I was told
> that DenyHosts is no longer in v8.0.
>
> Thank you in advance. :)

https://packages.debian.org/stable/allpackages?format=txt.gz

--
<Wildman> GNU/Linux user #557453
The cow died so I don't need your bull!

Ant

unread,
Jun 6, 2015, 1:49:09 AM6/6/15
to
>> I have not upgraded to v8.0 from my v7 (Wheezy) yet, but I was told
>> that DenyHosts is no longer in v8.0.
>
> https://packages.debian.org/stable/allpackages?format=txt.gz

Uh, thanks. That's all packages though. No one made a list of what was
removed? I guess I will have to manually compare. :(
--
"... Ooh, we haven't done that in a long time. I love picnics. I'll
bring my ant jar." --The Berenstain Bears (unknown episode)

John F. Morse

unread,
Jun 6, 2015, 4:12:45 AM6/6/15
to
On 06/06/2015 12:49 AM, Ant wrote:
>>> I have not upgraded to v8.0 from my v7 (Wheezy) yet, but I was told
>>> that DenyHosts is no longer in v8.0.
>>
>> https://packages.debian.org/stable/allpackages?format=txt.gz
>
> Uh, thanks. That's all packages though. No one made a list of what was
> removed? I guess I will have to manually compare. :(

Manually?!

You do have a computer that can do all kinds of labor.

Save the text from that link as a plain text file. Rename it to add "_jessie"
onto the end of the filename.

Then do the same from:

https://packages.debian.org/oldstable/allpackages?format=txt.gz

adding "_wheezy" to the end of that filename (this renaming keeps things
separate avoiding overwrites, etc.).

You will need to get rid of the version information for each line in the two
files, and the short description. Perhaps stripping everything off that is
found after the opening parentheses, including the parentheses, and maybe the
wasted space before it. Then you should have only the package name remaining.

Read the man page for sed to see how that can be automated. Sed can be
complicated, so maybe someone who is more familiar with sed can provide the
best sed command(s) for stripping off everything from and including the first
parentheses mark.

Now read the manual page for diff and let it compare. Use a diff command with
options like these:

diff --suppress-common-lines --suppress-blank-empty -yB allpackages_wheezy
allpackages_jessie


--
John

When a person has -- whether they knew it or not -- already
rejected the Truth, by what means do they discern a lie?

Wildman

unread,
Jun 6, 2015, 12:50:51 PM6/6/15
to
On Fri, 05 Jun 2015 22:49:06 -0700
Ant <a...@zimage.comANT> wrote:

> >> I have not upgraded to v8.0 from my v7 (Wheezy) yet, but I was told
> >> that DenyHosts is no longer in v8.0.
> >
> > https://packages.debian.org/stable/allpackages?format=txt.gz
>
> Uh, thanks. That's all packages though. No one made a list of what
> was removed? I guess I will have to manually compare. :(

Here is the list of Wheezy packages...

https://packages.debian.org/wheezy/allpackages?format=txt.gz

Do I need to run a file compare program for you?
Hint: apt-get install wdiff

Moe Trin

unread,
Jun 6, 2015, 2:10:48 PM6/6/15
to
On Fri, 05 Jun 2015, in the Usenet newsgroup alt.os.linux.debian, in article
<FPCdnahSgdJJFO_I...@earthlink.com>, Ant wrote:

>> I have not upgraded to v8.0 from my v7 (Wheezy) yet, but I was told
>> that DenyHosts is no longer in v8.0.

so go to the source - http://denyhosts.sourceforge.net/

I don't think denyhosts had been updated in years. 2.6 dated from
late 2006 although there may have been Debian tweaks. From the source
tarball:

drwxr-x--- phil/phil 0 2006-12-07 13:01 DenyHosts-2.6/
-rw-r----- phil/phil 533 2006-12-07 13:01 DenyHosts-2.6/PKG-INFO

A "similar" tool is Fail2Ban http://www.fail2ban.org and that seems to
be being maintained (the version listed in jessie is 3 versions behind,
as 0.9.1 was released 8 months ago). There are also sshguard (which
is in jessie, but is about 4 years old) and blocksshd out there.

>> https://packages.debian.org/stable/allpackages?format=txt.gz

>That's all packages though. No one made a list of what was removed? I
>guess I will have to manually compare. :(

[fermi ~]$ zwc -l distros/Debian/wheezy-7.3/packages.gz
36072
[fermi ~]$ zwc -l jessie.allpackages.gz
56883
[fermi ~]$

I have seen a summary, but it didn't provide specifics. Now, I can't
even find it, or where I saw it. May have been part of the release
notes or something from distrowatch.

Old guy

Nomen Nescio

unread,
Jun 7, 2015, 8:33:15 AM6/7/15
to
> > Uh, thanks. That's all packages though. No one made a list of what was
> > removed? I guess I will have to manually compare. :(
>
> Save the text from that link as a plain text file. Rename it to add "_jessie"
> onto the end of the filename.

It's easier than you suggest. No need for temporary files:

plist() {
wget -O - https://packages.debian.org/"$1"/allpackages?format=txt.gz\
| gunzip | sed 's/^\([^0-9 ]*\).*/\1/' | sort -u
}

comm -23 <(plist oldstable) <(plist stable)

John F. Morse

unread,
Jun 7, 2015, 1:28:12 PM6/7/15
to
That is elegant and works great.

Perhaps it will help Ant save some time.

On my system, running it took only:

real 0m3.977s
user 0m3.116s
sys 0m0.124s

Thank you Nomen.

Ant

unread,
Jun 8, 2015, 1:55:54 AM6/8/15
to
>>>> I have not upgraded to v8.0 from my v7 (Wheezy) yet, but I was told
>>>> that DenyHosts is no longer in v8.0.
>>>
>>> https://packages.debian.org/stable/allpackages?format=txt.gz
>>
>> Uh, thanks. That's all packages though. No one made a list of what
>> was removed? I guess I will have to manually compare. :(
>
> Here is the list of Wheezy packages...
>
> https://packages.debian.org/wheezy/allpackages?format=txt.gz
>
> Do I need to run a file compare program for you?
> Hint: apt-get install wdiff

Thanks! I used elinks -dump for both URLs and then used wdiff (used to
use diff, but wdiff is better). :)
--
"A marvelous creature. A model of specialization... Who else could suck
an ant up his nose and enjoy it?" --About anteaters, "B.C." strip by
Johnny Hart

Ant

unread,
Jun 8, 2015, 2:07:11 AM6/8/15
to
>> plist() {
>> wget -O - https://packages.debian.org/"$1"/allpackages?format=txt.gz\
>> | gunzip | sed 's/^\([^0-9 ]*\).*/\1/' | sort -u
>> }
>>
>> comm -23 <(plist oldstable) <(plist stable)
>
> That is elegant and works great.
>
> Perhaps it will help Ant save some time.
>
> On my system, running it took only:
>
> real 0m3.977s
> user 0m3.116s
> sys 0m0.124s
>
> Thank you Nomen.

Wow, that was great and thanks Nomen indeed:

$ time ./script
--2015-06-07 23:03:59--
https://packages.debian.org/oldstable/allpackages?format=txt.gz
--2015-06-07 23:03:59--
https://packages.debian.org/stable/allpackages?format=txt.gz
Resolving packages.debian.org (packages.debian.org)... Resolving
packages.debian.org (packages.debian.org)... 5.153.231.3, 213.165.95.4,
2001:41c8:1000:21::21:3, ...
Connecting to packages.debian.org
(packages.debian.org)|5.153.231.3|:443... 5.153.231.3, 213.165.95.4,
2001:41c8:1000:21::21:3, ...
Connecting to packages.debian.org
(packages.debian.org)|5.153.231.3|:443... connected.
connected.
HTTP request sent, awaiting response... HTTP request sent, awaiting
response... 200 OK
Length: 1022776 (999K) [text/plain]
Saving to: `STDOUT'

100%[=========================================================================>]
1,022,776 530K/s in 1.9s

2015-06-07 23:04:02 (530 KB/s) - written to stdout [1022776/1022776]

200 OK
Length: 850288 (830K) [text/plain]
Saving to: `STDOUT'

100%[=========================================================================>]
850,288 505K/s in 1.6s

2015-06-07 23:04:05 (505 KB/s) - written to stdout [850288/850288]

abcmidi-yaps
abraca
accessodf
acetoneiso
ack
ada-compiler
addresses.framework
addresses-goodies-for-gnustep
addressmanager.app
addressview.framework
adzapper
afbinit
agenda.app
alsa
alsa-base-udeb
amule
amule-common
amule-daemon
amule-gnome-support
amule-utils
amule-utils-gui
anon-proxy
ant-phone
anubis
aosd-cat
apper-appsetup
app-install-data
aprsd
apt-dpkg-ref
apt-spy
apt-transport-debtorrent
apt-watch
apt-watch-backend
apt-watch-gnome
apt-watch-interface
apt-zip
aqualung
arabtex
arcload
ardesia
arpon
aspell-fi
asr-manpages
assogiate
asterisk-espeak
asterisk-flite
aswiki
atris
at-spi-doc
audacious-dumb
audtty
autopkgtest-xenlvm
autotrace
avinfo
azureus
babel
babel-
babel-doc
bacula-doc
bandwidthcalc
banshee-extension-karaoke
banshee-extension-streamrecorder
barrybackup-gui
barrybackup-gui-dbg
barrydesktop
barrydesktop-dbg
barry-util
barry-util-dbg
basenji
bashdb
basic
battery-stats
battleball
beast
beast-doc
biblatex
biblatex-dw
bibletime
bibletime-data
binutils-spu
biofox
blcr-dkms
blender-ogrexml
blt-common
bluetile
bluewho
bluez-alsa
bluez-audio
bluez-compat
bluez-gstreamer
bluez-pcmcia-support
bluez-utils
boa
bobot++
bochs-svga
boinc-app-examples
boinc-cgi-stripchart
boinc-server
boinc-server-maker
bokken
bootcd-backup
bootcd-i
bootcd-ia
bootcd-mkinitramfs
bootchart-view
booth
booth-pacemaker
bozohttpd
bppsuite
browser-plugin-gnash
bse-alsa
bsh-gcj
buzztard
buzztard-bsl
buzztard-data
bve-engine
bzr-cvsps-import
bzr-dbus
bzr-fastimport
bzr-git
bzr-gtk
bzr-rebase
bzr-rewrite
bzr-svn
cairo-
calendarserver
calligramobile
cameleon
cameleon-doc
cameramonitor
camlidl-jheb
camlidl-u
canto
cardstories
cdebootstrap-udeb
cdrom-modules
cdrom-modules-
cduce-lemf
cduce-s
cduce-xo
centerim
centerim-common
centerim-fribidi
centerim-utf
cfitsio
cfitsio-dev
cfitsio-doc
check-mk-agent
check-mk-agent-logwatch
check-mk-config-icinga
check-mk-config-nagios
check-mk-doc
check-mk-livestatus
check-mk-multisite
check-mk-server
chef-expander
chef-server-api
chef-solr
chromium-browser
chromium-browser-dbg
chromium-browser-inspector
chromium-browser-l
chromium-testsuite
chromium-testsuite-dbg
cia-clients
cipux-cat-web
cjet
clam-chordata
claws-mail-extra-plugins-dbg
claws-mail-html
claws-mail-trayicon
clisp
clisp-dev
clisp-doc
clisp-fasl-loader-
clisp-module-berkeley-db
clisp-module-bindings-glibc
clisp-module-clx
clisp-module-dbus
clisp-module-gdbm
clisp-module-pcre
clisp-module-postgresql
clisp-module-rawsock
clisp-module-wildcard
clisp-module-zlib
cl-plplot
cl-rlc
cltl
cluster-agents
cl-zpb-ttf
cmucl
cmucl-clm
cmucl-docs
cmucl-source
codeblocks
codeblocks-common
codeblocks-contrib
codeblocks-contrib-dbg
codeblocks-dbg
codeblocks-dev
colo
colo-installer
colo-udeb
compiz-fusion-bcop
configfile-doc
console-tools
console-tools-dev
contacts
controlaula
coop-computing-tools
coop-computing-tools-dev
coop-computing-tools-doc
couchdb
cpu
cpushare
creepy
c-repl
csound-gui
csound-manpages
cssed
css-mode
cupsddk
cupsddk-drivers
curl-ssl
curtain
curves
cutter-glib-support
cutter-gtk-support
cutter-report-module
cutter-testing-framework
cutter-testing-framework-bin
cutter-testing-framework-doc
cvsconnect
cvssuck
cyrus
dancer-ircd
dancer-ircd-doc
dante-client
dante-server
dates
dbs
dc-qt
debian-edu-config-gosa-netgroups
debian-installer-netboot-ia
debian-installer-netboot-kfreebsd-amd
debian-installer-netboot-kfreebsd-i
debian-installer-netboot-sparc
debnest
debtorrent
deejayd
deejayd-client
deejayd-gstreamer
deejayd-webui
deejayd-webui-extension
deejayd-xine
denyhosts
devd
devd-udeb
devfs
devtodo
dfc
dfo
dhcp
diakonos
dialign-t
dialign-t-doc
dict-freedict-cro-eng
dict-freedict-cze-eng
dict-freedict-eng-cro
dict-freedict-eng-cze
dict-freedict-eng-iri
dict-freedict-eng-scr
dict-freedict-eng-swa
dict-freedict-eng-wel
dict-freedict-hin-eng
dict-freedict-iri-eng
dict-freedict-scr-eng
dict-freedict-slo-eng
dict-freedict-swa-eng
dict-freedict-wel-eng
dieharder
diet-agent
diet-doc
digikam-dbg
ditz
dlm-pcmk
dmake
dnssec-tools
doc-debian-es
docsis
docvert
docvert-libreoffice
docvert-openoffice.org
dolfin-dev
doom-package
dotur
doxymacs
dpkg-cross
dpsyco
dpsyco-base
dpsyco-cfengine
dpsyco-devel
dpsyco-lib
dpsyco-mysql
dpsyco-patch
dpsyco-samba
dpsyco-skel
dpsyco-ssh
dpsyco-sudo
drawmap
drgeo
drivel
drizzle
drizzle-client
drizzle-dbg
drizzle-dev-doc
drizzle-doc
drizzle-plugin-auth-file
drizzle-plugin-auth-http
drizzle-plugin-auth-ldap
drizzle-plugin-auth-pam
drizzle-plugin-auth-schema
drizzle-plugin-debug
drizzle-plugin-dev
drizzle-plugin-gearman-udf
drizzle-plugin-http-functions
drizzle-plugin-js
drizzle-plugin-json-server
drizzle-plugin-logging-gearman
drizzle-plugin-logging-query
drizzle-plugin-perf-dictionary
drizzle-plugin-performance-dictionary
drizzle-plugin-query-log
drizzle-plugin-rabbitmq
drizzle-plugin-regex-policy
drizzle-plugin-simple-user-policy
drizzle-plugin-slave
dsc-statistics-collector
dsc-statistics-presenter
dspam
dspam-dbg
dspam-doc
dspam-webfrontend
duende
dvifb
dvilx
dvipost
dvisvga
dvsink
dvsource
dvswitch
dwoo
dynare-common
eagle-data
easypg
eclipse-cdt-valgrind-remote
edos-debcheck
edos-rpmcheck
education-desktop-sugar
efilinux
egg
eglibc-source
electricsheep
el-get
elib
elisa
elmer
elmer-common
elmer-dbg
elvis
elvis-common
elvis-console
elvis-tools
emacs-chess
emdebian-crush
emdebian-grip-server
emdebian-qa
emdebian-tdeb
emdebian-tools
enna
enna-dbg
enna-theme
epdfview
epiphany-browser-dev
epiphany-extensions
epson-escpr
erlang-appmon
erlang-inviso
erlang-pman
erlang-toolbar
erlang-tv
eruby
espeak-gui
estic
e-uae
e-uae-dbg
evernote-mode
evolution-exchange
evolution-exchange-dbg
evolution-webcal
ewipe
exabgp
explain
extplorer
extrema
extrema-doc
fatrat
fatrat-czshare
fatrat-data
fatrat-dev
fatrat-opensubtitles
fatrat-unpack
faumachine
faumachine-data
fbbdoc
fbdesk
fceu
fckeditor
fcoe-utils
festvox-czech-dita
festvox-czech-krb
festvox-czech-machac
ffmpeg-dbg
ffmpeg-doc
fglrx-glx
fglrx-glx-ia
fim
firefox-zarafa-drag-n-drop
firestarter
fish
fish-dbg
flickrfs
floppy-modules
floppy-modules-
flumotion
flvtool
fontmatrix
fonts-knda-extra
fonts-nanum-gothic-light
fonts-sil-yi
foo
fookebox
freeaccount
freebirth
freebirth-data
freebsd-geom
freebsd-net-tools
freebsd-net-tools-udeb
freebsd-nfs-common
freebsd-nfs-server
freebsd-ppp
freebsd-quota
freebsd-sendpr
freebsd-smbfs
freebsd-utils
freebsd-utils-udeb
freedesktop-sound-theme
freepops
freepops-doc
freepops-updater-fltk
freepops-updater-gnome
freeradius-dialupadmin
freerdp-dbg
freesci
freesci-doc
freespeak
freetalk
frontaccounting
fsl-doc
fsl-doc-
fso-deviced-palmpre
fso-usaged-palmpre
f-spot
ftpmirror
funny-manpages
furiusisomount
fuse-utils
fuss-launcher
gallery
gambit
garmin-ant-downloader
gawk-doc
gcalcli
gcc-mingw
gcc-spu
gcdmaster
gcfilms
gcin-chewing
gcipher
gdc-v
gdevilspie
geany-plugin-gdb
gearman-worker
gecrit
gedit-valatoys-plugin
gedit-valatoys-plugin-dbg
gedit-valencia-plugin
genus
geom
germlin-encoders
get-iplayer
gfarm
gfarm-client
gfarm-doc
gfmd
gfortran-spu
gfsd
gfs-tools
gftp
gftp-common
gftp-gtk
gftp-text
gfxboot-examples
gfxboot-themes-kde
gfxboot-themes-opensuse
gfxboot-themes-sled
gfxboot-themes-sles
gfxboot-themes-upstream
ghemical
gimp-dimage-color
gimp-help
gimp-helpbrowser
gimp-help-common
gimp-help-de
gimp-help-en
gimp-help-es
gimp-help-fr
gimp-help-it
gimp-help-ko
gimp-help-nl
gimp-help-nn
gimp-help-pl
gimp-help-ru
gimp-help-sv
ginspector
github-cli
git-stuff
gkrellm-snmp
glade-xfce
glark
glassfish-appserv
glest
glest-data
glibc-
globus-gram-job-manager-doc
globus-openssl-progs
globus-rls-client-dbg
globus-rls-client-progs
globus-rls-server
globus-rls-server-dbg
glpk
glusterfs-examples
gmt-coastline-data
gnash
gnash-common
gnash-common-opengl
gnash-cygnal
gnash-dbg
gnash-dev
gnash-doc
gnash-ext-fileio
gnash-ext-lirc
gnash-ext-mysql
gnash-opengl
gnash-tools
gnome-alsamixer
gnome-app-install
gnome-blog
gnome-codec-install
gnome-core-devel
gnome-desktop-environment
gnome-dvb-client
gnome-dvb-daemon
gnome-games-data
gnome-mag
gnome-mount
gnome-photo-printer
gnome-u
gnuboy-svga
gnu-fdisk
gnupg-doc
gnus-bonus-el
gnustep-back-doc
gnustep-dl
gnustep-gpbs
gnutls
golang-dbg
golang-weekly-dbg
gonzui
gozerbot-plugins
gpe
gpe-announce
gpe-appmgr
gpe-bluetooth
gpe-calendar
gpe-clock
gpe-conf
gpe-confd
gpe-contacts
gpe-edit
gpe-expenses
gpe-filemanager
gpe-gallery
gpe-go
gpe-icons
gpe-julia
gpe-lights
gpe-login
gpe-mininet
gpe-mixer
gpe-othello
gpe-ownerinfo
gpe-ownerinfo-dev
gpe-question
gpe-screenshot
gpe-shield
gpe-soundbite
gpe-soundserver
gpe-su
gpesyncd
gpe-taskmanager
gpe-tetris
gpe-timesheet
gpe-todo
gpe-watch
gpe-what
gphpedit
gpointing-device-settings
gptsync
gpxviewer
gqview
gqview-dbg
graphthing
gregorio
gregoriotex
gridengine-client
gridengine-common
gridengine-drmaa
gridengine-drmaa-dev
gridengine-exec
gridengine-master
gridengine-qmon
grid-packaging-tools
gridsite-gsexec
grr.app
gsoko
g++-spu
gsql
gsql-mysql-engine
gsql-plugins
gsql-postgresql-engine
gsynaptics
gtkaml
gtkaml-dbg
gtklp
gtktrain
gtkvncviewer
guestfish
guestmount
guile-db
guile-doc
guile-g-wrap
guile-pg
gupnp-vala
gw
gwhere
g-wrap
gwrite
ha
hal
hal-doc
halevt
hal-info
hamradiomenus
harden
harden-clients
harden-development
harden-doc
harden-environment
harden-nids
harden-remoteaudit
harden-servers
harden-surveillance
harden-tools
haskell-regex-base-doc
helium
hitchhiker
horae
hotkeys
hotot
hotwire
hpijs
hplip-cups
hsqldb-server
html-helper-mode
hyde
ia
ibus-el
ibus-googlepinyin
ibus-pinyin-db-android
ibus-pinyin-db-open-phrase
ibus-xkbc
iceape-biofox
iceape-wot
icedtea
iceweasel-biofox
iceweasel-googlebookmarks
iceweasel-syncplaces
iceweasel-zarafa-drag-n-drop
ide-core-modules
ide-core-modules-
ide-modules
ide-modules-
ifinnish
ifinnish-large
ifinnish-small
ifuse
ifuse-dbg
igstk-doc
igstk-examples
imageshack-uploader
imageshack-uploader-common
imdb-tools
imsniff
imview-doc
indicator-applet
indicator-applet-appmenu
indicator-applet-complete
indicator-applet-session
indicator-application
indicator-application-gtk
indicator-messages
indicator-messages-gtk
indicator-status-provider-emesene
indicator-status-provider-mc
indicator-status-provider-pidgin
indicator-status-provider-telepathy
infinoted-
innfeed
insanity-tools
insanity-web
installation-guide-ia
installation-guide-sparc
interchange
interchange-cat-standard
interchange-ui
iprelay
iproute-dev
ipx
irda-modules
irda-modules-
isakmpd
isns
isns-client
jabber-irc
jack-rack
jbossas
jifty
jiipview
jokosher
jpilot-backup
jpoker
jsonbot
juffed
jumpapplet
junior-arcade
junior-gnome
junior-kde
junior-puzzle
junkfilter
jwhois
kadu-external-modules
katoob
kbd-compat
kbdcontrol
kbdcontrol-udeb
kdeadmin-dbg
kdegames-dbg
kdemultimedia-dbg
kdenetwork-dbg
kdepim-groupware
kdepim-strigi-plugins
kdepim-wizards
kdesdk-dbg
kdetoys-dbg
kdirstat
kernel-patch-atopacct
kernel-patch-atopcnt
kfreebsd-downloader
kfreebsd-downloader-
kfreebsd-headers
kfreebsd-headers-
kfreebsd-headers-amd
kfreebsd-headers-malta
kfreebsd-headers-xen
kfreebsd-image
kfreebsd-image-
kfreebsd-image-amd
kfreebsd-image-malta
kfreebsd-image-xen
kfreebsd-kernel-headers
kgb-client-git
klash
klash-opengl
kldutils
kldutils-udeb
klogd
knowledgeroot
konqueror-plugin-gnash
ko.tex-bin
ksame
kthesaurus
ktrace
kudzu-vesa
kwwidgets-doc
kwwidgets-examples
ladder
laevateinn
landell
lastfm
lastfmsubmitd
lastmp
leiningen
lesstif
lesstif-bin
lesstif-doc
libaac-tactics-ocaml-
libaac-tactics-ocaml-dev-
libaac-tactics-ocaml-dev-jhie
libaac-tactics-ocaml-dev-w
libaac-tactics-ocaml-jhie
libaac-tactics-ocaml-w
libabstract-ruby
libabstract-ruby-doc
libaccess-bridge-java
libaccess-bridge-java-jni
libactionmailer-ruby
libactionpack-ruby
libactiveldap-ruby
libactiveldap-ruby-doc
libactiverecord-ruby
libactiveresource-ruby
libactivesupport-ruby
libaddressable-ruby
libaddresses
libaddresses-dev
libaddressview
libaddressview-dev
libafrodite-
libagrep-ocaml-dev-ltl
libagrep-ocaml-dev-x
libagrep-ocaml-ltl
libagrep-ocaml-x
libakonadi-ruby
libalglib-
libalias
libalias-dev
liballegro-doc
libalsa-ocaml-
libalsa-ocaml-dev-
libamazonec
libamazon-ruby
libamrita
libamrita-ruby
libao-ocaml-dev-mstv
libao-ocaml-dev-z
libao-ocaml-mstv
libao-ocaml-z
libaosd
libaosd-dev
libaosd-text
libapache-mod-security
libapache-ruby
libapq-postgresql
libapron-ocaml-dev-g
libapron-ocaml-dev-mmdo
libapron-ocaml-dev-r
libapron-ocaml-g
libapron-ocaml-mmdo
libapron-ocaml-r
libaqbanking-plugins-libgwenhywfar
libasm-java
libasm-java-doc
libatdgen-ocaml-
libatdgen-ocaml-dev-
libatdgen-ocaml-dev-qd
libatdgen-ocaml-dev-ux
libatdgen-ocaml-qd
libatdgen-ocaml-ux
libatd-ocaml-dev-pn
libatd-ocaml-dev-t
libatd-ocaml-pn
libatd-ocaml-t
libatlas-
libatlas-cpp-doc
libatlas.so.
libatspi-dbg
libatspi-dev
libaudiomask
libaudiomask-dev
libautotrace
libautotrace-dev
libavbin
libavbin-dev
libavdevice-extra-
libav-extra-dbg
libavfilter-extra-
libavformat-extra-
libavutil-extra-
libbackport-util-concurrent-java
libbackport-util-concurrent-java-doc
libbarby-ruby
libbarby-ruby-doc
libbarry
libbarry-dev
libbatteries-ocaml-dev-epw
libbatteries-ocaml-dev-mp
libbatteries-ocaml-dev-w
libbatteries-ocaml-dev-wsct
libbcmail-java-gcj
libbcpg-java-gcj
libbcprov-java-gcj
libbctsp-java
libbctsp-java-doc
libbctsp-java-gcj
libbenchmark-ocaml-dev-
libbenchmark-ocaml-dev-egkn
libbenchmark-ocaml-dev-mcha
libbigdecimal-ruby
libbio-ruby
libbitstring-ocaml-arrh
libbitstring-ocaml-ctdj
libbitstring-ocaml-dev-arrh
libbitstring-ocaml-dev-ctdj
libbitstring-ocaml-dev-foxu
libbitstring-ocaml-foxu
libbjack-ocaml-
libbjack-ocaml-dev-
libbjack-ocaml-dev-errl
libbjack-ocaml-dev-y
libbjack-ocaml-errl
libbjack-ocaml-y
libblacs-mpi
libbluecloth-ruby
libbse-
libbse-dev
libbuilder-ruby
libbunny-ruby
libbunny-ruby-doc
libbuzztard
libbuzztard-dev
libcairo-ocaml-dev-dsb
libcairo-ocaml-dsb
libcairo-ruby
libcalendar-ocaml-dev-pm
libcalendar-ocaml-dev-vk
libcalendar-ocaml-pm
libcalendar-ocaml-vk
libcam
libcam-dev
libcameleon-ocaml-dev
libcameleon-ocaml-dev-
libcameleon-ocaml-dev-a
libcameleon-ocaml-dev-g
libcamlimages-ocaml-dev-u
libcamlimages-ocaml-dev-uf
libcamlimages-ocaml-u
libcamlimages-ocaml-uf
libcamljava-ocaml-dev-oep
libcamljava-ocaml-dev-uocj
libcamljava-ocaml-dev-x
libcamlpdf-ocaml-dev
libcamlpdf-ocaml-dev-
libcamlpdf-ocaml-dev-cyvz
libcamlpdf-ocaml-dev-l
libcamltemplate-ocaml-b
libcamltemplate-ocaml-dev-b
libcamomile-ocaml-dev-q
libcamomile-ocaml-dev-rbe
libcapsinetwork
libcapsinetwork-dev
libcatalyst-engine-psgi-perl
libcf-ocaml-dev-gh
libcf-ocaml-dev-jaw
libcf-ocaml-gh
libcf-ocaml-jaw
libcgi-application-plugin-ajaxupload-perl
libcglib-java
libcglib-java-doc
libchronic-ruby
libcib
libcipux-cat-web-perl
libclang-common-dev
libclone-fast-perl
libclucene
libcmdparse
libcmdparse-ruby
libcodeblocks
libcoderay-ruby
libcollections
libcolor-tools-ruby
libcolor-tools-ruby-doc
libcommandline-ruby
libcommandline-ruby-doc
libcommons-collections-java
libcommons-collections-java-doc
libcompass-ruby
libconfig-file-ocaml-dev-ga
libconfig-file-ocaml-dev-qnzi
libconsole
libcontactsdb
libcontactsdb-dev
libcoq-ocaml-
libcoq-ocaml-dev-
libcoq-ocaml-dev-j
libcoq-ocaml-dev-x
libcoq-ocaml-dev-xglt
libcoq-ocaml-j
libcoq-ocaml-x
libcoq-ocaml-xglt
libcore-ocaml
libcore-ocaml-
libcore-ocaml-dev
libcore-ocaml-dev-
libcore-ocaml-dev-djfd
libcore-ocaml-dev-e
libcore-ocaml-dev-o
libcore-ocaml-dev-rmbq
libcore-ocaml-dev-uftj
libcore-ocaml-dev-y
libcore-ocaml-dev-zwnb
libcore-ocaml-djfd
libcore-ocaml-doc
libcore-ocaml-e
libcore-ocaml-o
libcore-ocaml-rmbq
libcore-ocaml-uftj
libcore-ocaml-y
libcore-ocaml-zwnb
libcothreads-ocaml-dev-lzgr
libcothreads-ocaml-dev-rck
libcppcutter
libcppcutter-dev
libcreal-ocaml-dev-jjyv
libcreal-ocaml-dev-kkmv
libcreal-ocaml-dev-tb
libcrimson-java
libcrimson-java-doc
libcrmcluster
libcrmcommon
libcry-ocaml-dev-d
libcry-ocaml-dev-k
libcryptgps-ocaml-dev-
libcryptgps-ocaml-dev-cgl
libcryptgps-ocaml-dev-m
libcryptokit-ocaml-
libcryptokit-ocaml-dev-
libcsnd-java
libcsoap
libcsoap-dev
libcsv-ocaml-dev-dk
libcsv-ocaml-dev-s
libcudf-ocaml-dev-d
libcudf-ocaml-dev-htww
libcudf-ocaml-dev-tbya
libcupsdriver
libcupsys
libcurl-ocaml-dev-g
libcurl-ocaml-dev-ka
libcurl-ocaml-dev-owsj
libcurl-ocaml-g
libcurl-ocaml-ka
libcurl-ocaml-owsj
libcurses-ocaml-
libcurses-ocaml-cah
libcurses-ocaml-dev-
libcurses-ocaml-dev-cah
libcurses-ocaml-dev-h
libcurses-ocaml-h
libcurses-ruby
libcutter
libcutter-dev
libdaemons-ruby
libdaq
libdaq-dev
libdataobjects-mysql-ruby
libdataobjects-postgres-ruby
libdataobjects-ruby
libdataobjects-sqlite
libdbd-anydata-perl
libdbd-mysql-ruby
libdbd-oracle-perl
libdbm-ruby
libdb-ruby
libdbus-ocaml-
libdbus-ocaml-dev-
libdbus-ocaml-dev-tc
libdbus-ocaml-dev-wmzf
libdbus-ocaml-tc
libdbus-ocaml-wmzf
libdbus-ruby
libdcerpc
libdcerpc-dev
libdcerpc-server
libdcerpc-server-dev
libdebian-dpkgcross-perl
libdebian-packages-compare-perl
libdeprecated-ruby
libderiving-ocaml-dev-fvfn
libderiving-ocaml-dev-i
libderiving-ocaml-dev-ob
libderiving-ocaml-fvfn
libderiving-ocaml-i
libderiving-ocaml-ob
libderiving-ocsigen-ocaml-
libderiving-ocsigen-ocaml-dev-
libderiving-ocsigen-ocaml-dev-dw
libderiving-ocsigen-ocaml-dev-qg
libderiving-ocsigen-ocaml-dw
libderiving-ocsigen-ocaml-qg
libdesktop-agnostic
libdesktop-agnostic-bin
libdesktop-agnostic-cfg
libdesktop-agnostic-cfg-gconf
libdesktop-agnostic-cfg-keyfile
libdesktop-agnostic-data
libdesktop-agnostic-dev
libdesktop-agnostic-doc
libdesktop-agnostic-fdo
libdesktop-agnostic-fdo-gio
libdesktop-agnostic-fdo-glib
libdesktop-agnostic-fdo-gnome
libdesktop-agnostic-vfs
libdesktop-agnostic-vfs-gio
libdevstat
libdevstat-dev
libdieharder
libdieharder-dev
libdiet-admin
libdiet-client
libdiet-dagda
libdiet-sed
libdifflcs-ruby
libdl-ruby
libdmtcpaware
libdmtcpaware-dev
libdrb-ruby
libdrizzle
libdrizzle-dbg
libdrizzle-dev
libdrizzledmessage
libdrizzledmessage-dev
libdrmaa-java
libdsocksd
libdspam
libdssi-ocaml-cte
libdssi-ocaml-dev-cte
libdssi-ocaml-dev-lhp
libdssi-ocaml-dev-vsfm
libdssi-ocaml-lhp
libdssi-ocaml-vsfm
libdtools-ocaml-dev-o
libdtools-ocaml-dev-tg
libduppy-ocaml-cuhn
libduppy-ocaml-dev-cuhn
libduppy-ocaml-dev-neya
libduppy-ocaml-dev-pazi
libduppy-ocaml-neya
libduppy-ocaml-pazi
libdvb-dev
libeasy-format-ocaml-dev-hiwa
libeasy-format-ocaml-dev-olwe
libeasy-format-ocaml-hiwa
libeasy-format-ocaml-olwe
libeb-ruby
libecasound-ruby
libecore-dbg
libecore-doc
libedataserverui-
libedje-dbg
libedje-doc
libeet-dbg
libeet-doc
libefreet-doc
libeina-dbg
libeina-doc
libelektra-cpp
libelektra-cpp-dev
libelektratools
libelektratools-dev
libelementary-svn-
libeliom-ocaml-
libeliom-ocaml-dev-
libeliom-ocaml-dev-f
libeliom-ocaml-dev-gdvk
libeliom-ocaml-dev-jn
libeliom-ocaml-dev-rdxq
libeliom-ocaml-f
libeliom-ocaml-gdvk
libeliom-ocaml-jn
libeliom-ocaml-rdxq
libelmer-dev
libelmersolver-
libelmersolver-dbg
libemail-send-io-perl
libemail-send-perl
libembryo-dbg
libembryo-doc
libemdebian-tools-perl
liberb-ruby
liberuby
liberuby-dev
libescpr
libescpr-dev
libethos-
libethos-dev
libethos-doc
libethos-ui-
libethos-ui-dev
libevas-dbg
libevas-doc
libeventdb
libeventdb-dev
libeventmachine-ruby
libeventmachine-ruby-doc
libexif-ruby
libexpat-ocaml-dev-opnc
libexpat-ocaml-opnc
libexpect-ocaml-dev-o
libexpect-ocaml-dev-qh
libexpect-ocaml-dev-rhtv
libexpect-ocaml-o
libexpect-ocaml-qh
libexpect-ocaml-rhtv
libexpect-php
libexplain
libexplain-dev
libextlib-ocaml-dev-jshx
libextlib-ocaml-dev-swve
libextlib-ocaml-jshx
libextlib-ocaml-swve
libextractor-plugins
libexttextcat
libextunix-ocaml-dev-fqwe
libextunix-ocaml-dev-gio
libextunix-ocaml-dev-ji
libextunix-ocaml-dev-k
libextunix-ocaml-dev-qsut
libextunix-ocaml-fqwe
libextunix-ocaml-gio
libextunix-ocaml-ji
libextunix-ocaml-k
libextunix-ocaml-qsut
libfaad-ocaml-d
libfaad-ocaml-dev-d
libfaad-ocaml-dev-qcoc
libfaad-ocaml-qcoc
libfacets-ruby
libfacets-ruby-doc
libfacile-ocaml-dev-gux
libfacile-ocaml-dev-l
libfakefs-ruby
libfam-ruby
libfeedparser-ruby
libfeedparser-ruby-doc
libfeedtools-ruby
libfeedtools-ruby-doc
libferret-ruby
libffi-ruby
libfglrx-ia
libfile-flock-perl
libfileutils-ocaml-dev-ch
libfindlib-ocaml-
libfindlib-ocaml-acco
libfindlib-ocaml-dev-
libfindlib-ocaml-dev-acco
libfindlib-ocaml-dev-h
libfindlib-ocaml-h
libflac-ocaml-dev-iusq
libflac-ocaml-iusq
libfreerdp
libfssm-ruby
libfusefs-ruby
libgalax-ocaml-dev-mddy
libgalax-ocaml-dev-zfoj
libgavl-ocaml-
libgavl-ocaml-a
libgavl-ocaml-dev-
libgavl-ocaml-dev-a
libgavl-ocaml-dev-zlqn
libgavl-ocaml-zlqn
libgcgi
libgcgi-dev
libgdal-ruby
libgdb-dev
libgdbm-ruby
libgdkcutter-pixbuf
libgdkcutter-pixbuf-dev
libgd-ruby
libgdu
libgdu-dev
libgdu-gtk
libgdu-gtk-dev
libgearman-server
libgearman-server-dev
libgeier
libgeier-dev
libgensec
libgensec-dev
libgeographiclib
libgeographiclib-dev
libgeography-nationalgrid-perl
libgeom
libgeom-dev
libgeronimo-activation-
libgetopt-ocaml-dev-
libgetopt-ocaml-dev-fmk
libgetopt-ocaml-dev-ts
libgettext-activerecord-ruby
libgettext-activerecord-ruby-common
libgettext-ocaml-dev-s
libgettext-ocaml-s
libgettext-rails-ruby
libgettext-rails-ruby-doc
libgettext-ruby
libgfarm
libgfarm-dev
libgg
libgg-dev
libghc-algebra-dev
libghc-algebra-dev-
libghc-algebra-doc
libghc-algebra-prof
libghc-algebra-prof-
libghc-attempt-dev
libghc-attempt-dev-
libghc-attempt-doc
libghc-attempt-prof
libghc-attempt-prof-
libghc-attoparsec-conduit-dev
libghc-attoparsec-conduit-dev-
libghc-attoparsec-conduit-doc
libghc-attoparsec-conduit-prof
libghc-attoparsec-conduit-prof-
libghc-blaze-builder-conduit-dev
libghc-blaze-builder-conduit-dev-
libghc-blaze-builder-conduit-doc
libghc-blaze-builder-conduit-prof
libghc-blaze-builder-conduit-prof-
libghc-comonads-fd-dev
libghc-comonads-fd-dev-
libghc-comonads-fd-doc
libghc-comonads-fd-prof
libghc-comonads-fd-prof-
libghc-comonad-transformers-dev
libghc-comonad-transformers-dev-
libghc-comonad-transformers-doc
libghc-comonad-transformers-prof
libghc-comonad-transformers-prof-
libghc-criterion-dev
libghc-criterion-dev-
libghc-criterion-doc
libghc-criterion-prof
libghc-criterion-prof-
libghc-ekg-data
libghc-ekg-dev
libghc-ekg-dev-
libghc-ekg-doc
libghc-ekg-prof
libghc-ekg-prof-
libghc-filesystem-conduit-dev
libghc-filesystem-conduit-dev-
libghc-filesystem-conduit-doc
libghc-filesystem-conduit-prof
libghc-filesystem-conduit-prof-
libghc-glade-dev
libghc-glade-dev-
libghc-glade-doc
libghc-glade-prof
libghc-glade-prof-
libghc-gstreamer-dev
libghc-gstreamer-dev-
libghc-gstreamer-doc
libghc-gstreamer-prof
libghc-gstreamer-prof-
libghc-gtkglext-dev
libghc-gtkglext-dev-
libghc-gtkglext-doc
libghc-gtkglext-prof
libghc-gtkglext-prof-
libghc-hipmunk-dev
libghc-hipmunk-dev-
libghc-hipmunk-doc
libghc-hipmunk-prof
libghc-hipmunk-prof-
libghc-llvm-base-dev
libghc-llvm-base-dev-
libghc-llvm-base-doc
libghc-llvm-base-prof
libghc-llvm-base-prof-
libghc-llvm-dev
libghc-llvm-dev-
libghc-llvm-doc
libghc-llvm-prof
libghc-llvm-prof-
libghc-network-conduit-dev
libghc-network-conduit-dev-
libghc-network-conduit-doc
libghc-network-conduit-prof
libghc-network-conduit-prof-
libghc-parsec-dev
libghc-parsec-doc
libghc-parsec-prof
libghc-pool-conduit-dev
libghc-pool-conduit-dev-
libghc-pool-conduit-doc
libghc-pool-conduit-prof
libghc-pool-conduit-prof-
libghc-quickcheck-dev
libghc-quickcheck-doc
libghc-quickcheck-prof
libghc-representable-functors-dev
libghc-representable-functors-dev-
libghc-representable-functors-doc
libghc-representable-functors-prof
libghc-representable-functors-prof-
libghc-representable-tries-dev
libghc-representable-tries-dev-
libghc-representable-tries-doc
libghc-representable-tries-prof
libghc-representable-tries-prof-
libghc-rts-dev
libghc-rts-doc
libghc-rts-prof
libghc-testpack-dev
libghc-testpack-dev-
libghc-testpack-doc
libghc-testpack-prof
libghc-testpack-prof-
libghc-tls-extra-dev
libghc-tls-extra-dev-
libghc-tls-extra-doc
libghc-tls-extra-prof
libghc-tls-extra-prof-
libghc-wai-logger-prefork-dev
libghc-wai-logger-prefork-dev-
libghc-wai-logger-prefork-doc
libghc-wai-logger-prefork-prof
libghc-wai-logger-prefork-prof-
libghc-wai-test-dev
libghc-wai-test-dev-
libghc-wai-test-doc
libghc-wai-test-prof
libghc-wai-test-prof-
libghc-yesod-json-dev
libghc-yesod-json-dev-
libghc-yesod-json-doc
libghc-yesod-json-prof
libghc-yesod-json-prof-
libghc-zlib-conduit-dev
libghc-zlib-conduit-dev-
libghc-zlib-conduit-doc
libghc-zlib-conduit-prof
libghc-zlib-conduit-prof-
libghemical
libghemical-data
libghemical-dev
libgii
libgii-dev
libginspx
libginspx-dev
libgio-fam
libgit-ruby
libglobalhotkeys-ruby
libglobus-libtool
libglobus-libtool-dev
libglobus-libxml
libglobus-openssl
libglobus-openssl-dev
libglobus-rls-client
libglobus-rls-client-dev
libglobus-rls-client-doc
libglrr-glib
libglrr-glib-dev
libglrr-gobject
libglrr-gobject-dev
libglrr-gtk
libglrr-gtk-dev
libglrr-widgets
libglrr-widgets-dev
libglui
libglui-dev
libglx-nvidia-alternatives
libgmp-ocaml-
libgmp-ocaml-dev-
libgmp-ocaml-dev-o
libgmp-ocaml-dev-vxrf
libgmp-ocaml-o
libgmp-ocaml-vxrf
libgnadecommon
libgnadecommon-dbg
libgnadeodbc
libgnadeodbc-dbg
libgnadesqlite
libgnash
libgnelib
libgnelib-dev
libgnelib-doc
libgnomecups
libgnome-mag
libgnome-mag-dev
libgnomemm-
libgnomeprint
libgnomeprintui
libgnomeuimm-
libgnome-vfsmm-
libgnuplot-ocaml-dev-pwv
libgnuplot-ocaml-dev-t
libgnuplot-ocaml-dev-wkrg
libgnuplot-ruby
libgnuradio-core
libgnustep-dl
libgnutls-dev
libgoocanvas-ruby
libgoogle-collections-java
libgpcl
libgpcl-dev
libgpds
libgpds-dbg
libgpds-dev
libgpelaunch
libgpelaunch-dev
libgpepimc
libgpepimc-dev
libgpeschedule
libgpeschedule-dev
libgpevtype
libgpevtype-dev
libgpewidget
libgpewidget-data
libgpewidget-dev
libgpewidget-doc
libgpgme-ruby
libgraph
libgroboutils-java
libgroovy
libgruel
libgruff-ruby
libgruff-ruby-doc
libgsf-gnome-
libgsl-ruby
libgsl-ruby-doc
libgsql
libgsql-dev
libgstbuzztard
libgstbuzztard-dev
libgstreamer-ocaml-dev-etad
libgstreamer-ocaml-dev-pxlc
libgstreamer-ocaml-dev-vou
libgstreamer-ocaml-etad
libgstreamer-ocaml-pxlc
libgstreamer-ocaml-vou
libgst-ruby
libgtkspell-
libgtkstylus
libgts-doc
libguile-ltdl-
libgwrap-runtime
libgwrap-runtime-dev
libhal
libhal-dev
libhal-storage
libhal-storage-dev
libhaml-ruby
libhaml-ruby-doc
libhandoff
libhandoff-dev
libheckle-ruby
libhibernate-jbosscache-java
libhighline-ruby
libhighline-ruby-doc
libhivex-ocaml-bf
libhivex-ocaml-d
libhivex-ocaml-dev-bf
libhivex-ocaml-dev-d
libhmac-ruby
libhpricot-ruby
libhsqldb-java-gcj
libhtmlentities-ruby
libhtml-htmltokenizer-ruby
libhtml-template-ruby
libhtmlunit-java
libhtp
libhtp-dev
libhttp-daemon-ssl-perl
libibcommon
libibcommon-dev
libicc
libicc-dev
libicc-utils
libicc-utils-dev
libiconv-ruby
libigstk
libihelp-ruby
libimage-size-ruby
libimdi
libimdi-dev
libindicator-messages-status-provider
libindicator-messages-status-provider-dev
libinifiles-ocaml-dev-g
libinifiles-ocaml-dev-t
libinifiles-ocaml-g
libinifiles-ocaml-t
libinline-ruby
libinnate-ruby
libinotify-ocaml-dev-iliw
libinotify-ocaml-dev-u
libinotify-ocaml-dev-uy
libinotify-ocaml-iliw
libinotify-ocaml-u
libinotify-ocaml-uy
libinotify-ruby
libjail
libjail-dev
libjasperreports
libjaxme-java
libjaxme-java-doc
libjboss-aop-java
libjboss-aspects-java
libjboss-cache
libjboss-classloader-java
libjboss-cluster-java
libjboss-connector-java
libjboss-deployers-java
libjboss-deployment-java
libjboss-ejb
libjboss-integration-java
libjboss-j
libjboss-jms-java
libjboss-jmx-java
libjboss-managed-java
libjboss-management-java
libjboss-messaging-java
libjboss-metadata-java
libjboss-microcontainer-java
libjboss-naming-java
libjboss-profiler-java
libjboss-reflect-java
libjboss-remoting-java
libjboss-security-java
libjboss-server-java
libjboss-system-java
libjboss-test-java
libjboss-transaction-java
libjboss-web-services-java
libjboss-webservices-java
libjboss-xml-binding-java
libjifty-perl
libjifty-plugin-authentication-bitcard-perl
libjifty-plugin-authentication-cas-perl
libjifty-plugin-authentication-facebook-perl
libjifty-plugin-authentication-ldap-perl
libjifty-plugin-authzldap-perl
libjifty-plugin-chart-perl
libjifty-plugin-comment-perl
libjifty-plugin-googlemap-perl
libjifty-plugin-halo-perl
libjifty-plugin-oauth-perl
libjifty-plugin-openid-perl
libjifty-plugin-sitenews-perl
libjifty-plugin-userpic-perl
libjifty-plugin-wikitoolbar-perl
libjogl-java
libjogl-java-doc
libjogl-jni
libjpeg-dbg
libjsf-impl-java
libjs-obrowser
libjs-of-ocaml-dev-knoi
libjs-of-ocaml-dev-qit
libjs-of-ocaml-knoi
libjs-of-ocaml-qit
libjson-ruby
libjson-ruby-doc
libjson-wheel-ocaml-dev-n
libjson-wheel-ocaml-dev-zy
libjs-yui-doc
libkakasi-ruby
libkggzgames
libkggzmod
libkggznet
libkiconv
libkiconv-dev
libklash
libkms
libkohana-php
libktpchat
libkvm
libkvm-dev
libkvutils
libkvutils-dev
libkwiki-cache-perl
libkwiki-perl
libkwwidgets
libkwwidgets-dev
liblablgl-ocaml-dev-kgf
liblablgl-ocaml-dev-qo
liblablgl-ocaml-kgf
liblablgl-ocaml-qo
liblablgtk-extras-ocaml-dev-kjbk
liblablgtk-extras-ocaml-dev-m
liblablgtkmathview-ocaml-dev-fg
liblablgtkmathview-ocaml-dev-hneq
liblablgtkmathview-ocaml-dev-uchx
liblablgtkmathview-ocaml-fg
liblablgtkmathview-ocaml-hneq
liblablgtkmathview-ocaml-uchx
liblangscan-ruby
liblastfm-ocaml-dev-p
liblastfm-ocaml-dev-zwd
liblcms-dev
liblcms-utils
libldap-ocaml-dev-bczk
libldap-ruby
libledit-ocaml-dev-e
libledit-ocaml-dev-t
liblein-clojars-clojure
liblinebreak
liblocale-rails-ruby
liblocale-ruby
liblockfile-ruby
liblodo
liblodo-dev
liblo-ocaml-dev-f
liblo-ocaml-dev-fbl
liblo-ocaml-f
liblo-ocaml-fbl
liblttvtraceread-
liblttvtraceread-loader-
liblwt-glib-ocaml-
liblwt-glib-ocaml-dev-
liblwt-glib-ocaml-dev-e
liblwt-glib-ocaml-dev-uvv
liblwt-glib-ocaml-e
liblwt-glib-ocaml-uvv
liblwt-ocaml-cb
liblwt-ocaml-dev-cb
liblwt-ocaml-dev-l
liblwt-ocaml-dev-nx
liblwt-ocaml-l
liblwt-ocaml-nx
liblwt-ssl-ocaml-brb
liblwt-ssl-ocaml-dev-brb
liblwt-ssl-ocaml-dev-i
liblwt-ssl-ocaml-dev-t
liblwt-ssl-ocaml-dev-upsk
liblwt-ssl-ocaml-dev-zz
liblwt-ssl-ocaml-i
liblwt-ssl-ocaml-t
liblwt-ssl-ocaml-upsk
liblwt-ssl-ocaml-zz
libmad-ocaml-
libmad-ocaml-dev-
libmad-ocaml-dev-lyym
libmad-ocaml-lyym
libmagick++
libmagickcore
libmagickwand
libmagic-ocaml-dev-h
libmagic-ocaml-dev-he
libmagic-ocaml-dev-wp
libmagic-ocaml-h
libmagic-ocaml-he
libmagic-ocaml-wp
libmail-cclient-perl
libmakefile-parser-perl
libmaruku-ruby
libmath-algebra-symbols-perl
libmathml-ruby
libmatrixssl
libmatrixssl-dev
libmatrixssl-doc
libmcs
libmcs-backend-gconf
libmcs-dev
libmcs-doc
libmcs-utils
libmecab-ruby
libmediastreamer
libmelt-ocaml-dev-e
libmelt-ocaml-dev-rp
libmemcache
libmemcache-client-ruby
libmemcache-dev
libmemcachedprotocol
libmemstat
libmemstat-dev
libmenhir-ocaml-dev-ecck
libmenhir-ocaml-dev-fcua
libmerb-assets-ruby
libmerb-haml-ruby
libmerb-param-protection-ruby
libmetaid-ruby
libmikmatch-ocaml-dev-gu
libmikmatch-ocaml-gu
libmimedir-gnome
libmimedir-gnome-dev
libmimedir-gnome-doc
libmime-types-ruby
libming
libming-dev
libming-fonts-openoffice
libming-util
libmkv
libmkv-dev
libmlpcap-ocaml-
libmlpcap-ocaml-dev-
libmlpcap-ocaml-dev-fwad
libmlpcap-ocaml-fwad
libmlpost-ocaml-dev-gzil
libmlpost-ocaml-dev-mn
libmlpost-ocaml-dev-y
libmm-ocaml-dev-v
libmm-ocaml-v
libmocha-ruby
libmodule-packaged-perl
libmoneta-ruby
libmono-uia
libmono-uia-atkbridge
libmono-uia-cil-dev
libmono-uia-winforms
libmozjs-dev
libmsgpack-ruby
libmtcp
libmtcp-dev
libmudflap
libmultibitnums-ruby
libmysql-ocaml-dev-hxuc
libmysql-ocaml-dev-vsrm
libmysql-ocaml-dev-xt
libmysql-ocaml-hxuc
libmysql-ocaml-vsrm
libmysql-ocaml-xt
libmysql-ruby
libnanohttp
libnanohttp-dev
libnarray-miss-ruby
libnarray-ruby
libnb-absolutelayout-java
libnb-apisupport
libnb-ide
libnbio
libnbio-dev
libnb-java
libncp
libncp-dev
libncurses-ruby
libndr
libndr-dev
libndr-standard
libndr-standard-dev
libnecpp
libnecpp-dev
libneedle-extras-ruby
libneedle-ruby
libnetclasses
libnetclasses-dev
libnet-dri-perl
libnetgraph
libnetgraph-dev
libnethttpd-ocaml-dev-lumm
libnethttpd-ocaml-dev-y
libnet-irc-ruby
libnet-scp-ruby
libnet-sftp
libnet-sftp-ruby
libnet-ssh-gateway-ruby
libnet-ssh-multi-ruby
libnet-ssh-ruby
libnewlib
libnfo
libnfo-dev
libnfo-doc
libnl
libnl-dev
libnl-doc
libnode-backbone
libnokogiri-ruby
libnora-ruby
libnpp
libnss-mysql-bg
libntfs
libntfs-dev
libntfs-gnomevfs
libnunit
libnvidia-compiler-i
libnvidia-compiler-ia
libnvpair
liboasis-ocaml-dev-tlca
liboasis-ocaml-tlca
liboauth-ruby
libobby-
libobject-role-perl
libobrowser-ocaml-dev
libobrowser-ocaml-dev-oic
libobus-ocaml-ct
libobus-ocaml-dev-ct
libobus-ocaml-dev-sami
libobus-ocaml-dev-xgah
libobus-ocaml-sami
libobus-ocaml-xgah
libocamlbricks-ocaml-dev-j
libocamlbricks-ocaml-dev-tn
libocamlbricks-ocaml-dev-zph
libocamlgraph-ocaml-dev-iwnd
libocamlgraph-ocaml-dev-qrnk
libocamlgraph-viewer-ocaml-dev-oi
libocamlgsl-ocaml-
libocamlgsl-ocaml-dev-
libocamlgsl-ocaml-dev-otb
libocamlgsl-ocaml-dev-qpg
libocamlgsl-ocaml-otb
libocamlgsl-ocaml-qpg
libocamlnet-ocaml-dev-kuut
libocamlnet-ocaml-dev-nbbm
libocamlnet-ocaml-dev-p
libocamlnet-ocaml-kuut
libocamlnet-ocaml-nbbm
libocamlnet-ocaml-p
libocamlnet-ssl-ocaml-tmlk
libocamlnet-ssl-ocaml-vmt
libocamlnet-ssl-ocaml-yylq
libocsigen-ocaml
libocsigen-ocaml-
libocsigen-ocaml-bjlt
libocsigen-ocaml-dev
libocsigen-ocaml-dev-
libocsigen-ocaml-dev-bjlt
libocsigen-ocaml-dev-hv
libocsigen-ocaml-dev-jxxb
libocsigen-ocaml-dev-nx
libocsigen-ocaml-doc
libocsigen-ocaml-hv
libocsigen-ocaml-jxxb
libocsigen-ocaml-nx
libocsigenserver-ocaml-a
libocsigenserver-ocaml-dev-a
libocsigenserver-ocaml-dev-ezsu
libocsigenserver-ocaml-dev-k
libocsigenserver-ocaml-dev-wcl
libocsigenserver-ocaml-dev-zxr
libocsigenserver-ocaml-ezsu
libocsigenserver-ocaml-k
libocsigenserver-ocaml-wcl
libocsigenserver-ocaml-zxr
libocsigen-xhtml-ocaml-dev
libocsigen-xhtml-ocaml-dev-
libocsigen-xhtml-ocaml-dev-nyd
libocsigen-xhtml-ocaml-dev-zcqb
libodbc-ruby
libodbc-ruby-doc
libodn-ocaml-dev-fa
libodn-ocaml-fa
libogginfo-ruby
libogg-ocaml-dev-l
libogg-ocaml-dev-xu
libogg-ocaml-dev-y
libogg-ocaml-l
libogg-ocaml-xu
libogg-ocaml-y
liboggplay
liboggplay-dev
libogre-dev
libokular-ruby
libole-ruby
libole-ruby-doc
libopen
libopenct
libopenct-dev
libopendap-java
libopendap-java-doc
libopengl-ruby
libopenid-ruby
libopenmeeg
libopenmeeg-dev
libopenmpi-dbg
libopennebula-java
libopennebula-java-doc
libopenssl-ruby
libopenwalnut
liborange
liborange-dev
libosmgpsmap
liboss-salsa-dev
libotcl-dev
libotf-trace
libounit-ocaml-dev-
libounit-ocaml-dev-mcol
libpackagekit-qt
libpam-keyring
libpam-ncp
libpam-ocaml-dev-hs
libpam-ocaml-hs
libpam-unix
libpari-gmp
libparsetree-ruby
libparsifal-dev
libpassword-ruby
libpathfinder-
libpathfinder-dev
libpathfinder-nss-
libpathfinder-openssl-
libpcap-ruby
libpcre-ocaml-dev-werc
libpcre-ocaml-dev-xu
libpcre-ocaml-werc
libpcre-ocaml-xu
libpcsclite-dbg
libpda-pilot-perl
libpdl-stats-perl
libpengine
libpe-rules
libpe-status
libpgocaml-ocaml-
libpgocaml-ocaml-dev-
libpgocaml-ocaml-dev-whlu
libpgocaml-ocaml-whlu
libpgsql-ruby
libpgsql-ruby-doc
libphash
libphash-dev
libphat
libphat-dev
libphat-tools
libpion-common-
libpion-common-dev
libpion-net-
libpion-net-dev
libpion-net-doc
libpion-net-plugins
libpion-net-plugins-dbg
libplasma-ruby
libplayerc
libplayerc++
libplayerc-dev
libplayerc++-dev
libplayercommon
libplayercommon-dev
libplayercore
libplayercore-dev
libplayerdrivers
libplayerdrivers-dev
libplayerinterface
libplayerjpeg
libplayerjpeg-dev
libplayertcp
libplayertcp-dev
libplayerudp
libplayerudp-dev
libplayerwkb
libplayerwkb-dev
libplayerxdr
libplayerxdr-dev
libplotmm
libplotmm-dbg
libplotmm-dev
libplotmm-doc
libpmap
libpmap-dev
libpoppler-glib-ruby
libportaudio-dev
libportaudio-doc
libposixlock-ruby
libpostgresql-ocaml-
libpostgresql-ocaml-dev-
libpostgresql-ocaml-dev-vxgq
libpostgresql-ocaml-vxgq
libpostproc-extra-
libppl-pwl
libppl-pwl-dev
libprawn-ruby
libprawn-ruby-common
libprinterconf
libprinterconf-dev
libprogressbar-ruby
libprophet-perl
libpty-ruby
libpulse-ocaml-b
libpulse-ocaml-dev-b
libpulse-ocaml-dev-ud
libpulse-ocaml-ud
libpwl
libpwl-dev
libpxp-ocaml-dev-lnym
libpxp-ocaml-dev-mv
libpxp-ocaml-dev-v
libpycaml-ocaml-dev-q
libpycaml-ocaml-q
libqgis
libqglviewer-dev-common
libqglviewer-qt
libqmf
libqmfconsole
libqmf-dev
libqmfengine
libqmmp
libqmmp-dev
libqmmp-misc
libqmmpui
libqmmpui-dev
libqofexpensesobjects
libqofexpensesobjects-data
libqofexpensesobjects-dev
libqofexpensesobjects-doc
libqpidbroker
libqpidclient
libqpidcommon
libqpidmessaging
libqpid-perl
libqpid-ruby
libqpidtypes
libqthreads-
libracc-runtime-ruby
libradius
libradiusclient-ng
libradiusclient-ng-dev
librapi
librb-inotify-ruby
librdf-helper-perl
librdf-trineshortcuts-perl
librd-html-ext-ruby
librdmawrap
librd-ruby
libreact-ocaml-dev-iu
libreact-ocaml-dev-mrhu
libreact-ocaml-iu
libreact-ocaml-mrhu
libreadline-ruby
libred
libredcloth-ruby
libredcloth-ruby-doc
libregistry
libregistry-dev
libreins-ocaml-dev-lm
libreins-ocaml-dev-z
libremctl-ruby
libreoffice-filter-binfilter
libreoffice-filter-mobiledev
libreoffice-gcj
libres-ocaml-dev-bgh
libres-ocaml-dev-klsr
librestclient-ruby
libreturn-value-perl
librevolution-ruby
librexml-ruby
librhash-cil-dev
librhash-cil-doc
librhash-java
librhash-java-doc
librhash-perl
librhash-ruby
librmagick-ruby
librmagick-ruby-doc
libromkan-ruby
libroot-proof-clarens
libroot-proof-clarens-dev
librqrcode-ruby
librqrcode-ruby-doc
librra
librra-dbg
librra-dev
librra-tools
librspec-ruby
librtai
librtai-dev
librt-ruby
libruby-color-tools
libruby-color-tools-doc
libsamba-credentials
libsamba-credentials-dev
libsamba-hostconfig
libsamba-hostconfig-dev
libsamba-policy
libsamba-policy-dev
libsamba-util
libsamba-util-dev
libsamdb
libsamdb-dev
libsampleicc
libsampleicc-dev
libsamplerate-ocaml-dev-hky
libsamplerate-ocaml-dev-vdub
libsamplerate-ocaml-hky
libsamplerate-ocaml-vdub
libsary
libsary-dev
libsary-ruby
libscalapack-mpi
libscalar-number-perl
libschroedinger-ocaml-dev-l
libschroedinger-ocaml-dev-nu
libschroedinger-ocaml-dev-w
libschroedinger-ocaml-l
libschroedinger-ocaml-nu
libschroedinger-ocaml-w
libscilab
libscilab-java
libscirenderer-java
libscirenderer-java-doc
libsclang
libsdbm-ruby
libsdl-ocaml-dev-je
libsdl-ocaml-dev-m
libsdl-ocaml-je
libsdl-ocaml-m
libsdl-ruby
libsdp
libsearch-estraier-perl
libseed-gtk
libselinux-ruby
libselinx-ruby
libsemanage-ruby
libsequel-ruby
libserialport-ruby
libsexp-processor-ruby
libshadow-ruby
libsha-ocaml-
libsha-ocaml-anrr
libsha-ocaml-b
libsha-ocaml-dev-
libsha-ocaml-dev-anrr
libsha-ocaml-dev-b
libshoulda-ruby
libshout-ocaml-
libshout-ocaml-dev-
libshout-ocaml-dev-p
libshout-ocaml-p
libsidl
libsidl-
libsidl-dev
libsidl-java
libsigc++
libsigc++-dev
libsimplelist
libsinatra-ruby
libsinatra-ruby-doc
libsmbclient-raw
libsmbclient-raw-dev
libsnappy-java
libsoap-ruby
libsocialtext-resting-perl
libsocialtext-resting-utils-perl
libsocks
libsocksd
libsolidcontrol
libsolidcontrolifaces
libsoprano-ruby
libsoundgen
libsoundgen-dbg
libsoundgen-dev
libsoundtouch-ocaml-dev-x
libsoundtouch-ocaml-x
libsoupcutter
libsoupcutter-dev
libsox-fmt-ffmpeg
libspeex-ocaml-dev-le
libspeex-ocaml-dev-y
libspeex-ocaml-le
libspeex-ocaml-y
libspoon-perl
libspork-perl
libspreadsheet-ruby
libspreadsheet-ruby-doc
libspring-web-struts-java
libsqlexpr-ocaml-byce
libsqlexpr-ocaml-dev-byce
libsqlexpr-ocaml-dev-e
libsqlexpr-ocaml-dev-l
libsqlexpr-ocaml-e
libsqlexpr-ocaml-l
libsqlheavy
libsqlheavy-dev
libsqlheavygtk
libsqlheavygtk-dev
libsqliteodbc
libsslcommon
libssl-ocaml-dev-l
libssl-ocaml-dev-uxlx
libssl-ocaml-l
libssl-ocaml-uxlx
libssreflect-ocaml-dev-vtgh
libssreflect-ocaml-vtgh
libsss-sudo-dev
libst
libst-dev
libsteptalk
libsteptalk-dev
libstlport
libstlport-dev
libstomp-ruby
libstomp-ruby-doc
libstonithd
libstrscan-ruby
libstruts
libsugarext
libsugarext-data
libsugarext-dbg
libsugarext-dev
libsuikyo-ruby
libsvga
libswf-perl
libswscale-extra-
libsymmetrica-
libsynce
libsynce-dbg
libsyncml
libsyncml-dev
libsyncml-doc
libsyncml-utils
libsyslog-ng-
libsyslog-ocaml-ajop
libsyslog-ocaml-dev-ajop
libsyslog-ocaml-dev-dhhl
libsyslog-ocaml-dhhl
libsyslog-ruby
libsystemu-ruby
libsystemu-ruby-doc
libtaglib-ocaml-dev-gor
libtaglib-ocaml-gor
libtarantool
libtarantoolnet
libtarantoolrpl
libtarantoolsql
libterm-ansicolor-ruby
libtermios-ruby
libtest-apocalypse-perl
libtest-cgi-multipart-perl
libtest-mockclass-perl
libtest-simpleunit-perl
libtest-unit-ruby
libtext-mediawikiformat-perl
libtext-ocaml-a
libtext-ocaml-dev-a
libtext-ocaml-dev-tbrl
libtext-ocaml-dev-z
libtext-ocaml-tbrl
libtext-ocaml-z
libtext-vimcolor-perl
libtheora-ocaml-
libtheora-ocaml-dev-
libtheora-ocaml-dev-e
libtheora-ocaml-dev-o
libtheora-ocaml-e
libtheora-ocaml-o
libthunar-vfs-
libtidy-ruby
libtioga-ruby
libtioga-ruby-doc
libtk-ruby
libtmail-ruby
libtmail-ruby-doc
libtododb
libtododb-dev
libtokyocabinet-ruby
libtokyocabinet-ruby-doc
libtomoe
libtomoe-dev
libtophide-ocaml-dev-swwr
libtorque
libtorque-dev
libtorrent-ruby
libtorture
libtorture-dev
libtqsllib
libtracker-extract-
libtracker-extract-doc
libtransaction-simple-ruby
libtransaction-simple-ruby-doc
libtransitioner
libts
libts-
libts-bin
libts-dev
libtulip-
libtulip-qt
libtuxcap
libtuxcap-dev
libtwitter-ruby
libtyxml-ocaml-dev-esbp
libtyxml-ocaml-dev-fj
libtyxml-ocaml-dev-ggad
libtyxml-ocaml-dev-pw
libtyxml-ocaml-esbp
libtyxml-ocaml-fj
libtyxml-ocaml-ggad
libtyxml-ocaml-pw
libtzinfo-ruby
libumem
libungif
libusb
libusbhid
libusbhid-dev
libusb-ocaml-bub
libusb-ocaml-dev-bub
libusb-ocaml-dev-emx
libusb-ocaml-dev-fq
libusb-ocaml-dev-wizb
libusb-ocaml-emx
libusb-ocaml-fq
libusb-ocaml-wizb
libusb-ruby
libust
libust-dev
libuuidm-ocaml-dev-mmw
libuuidm-ocaml-dev-ze
libuuidtools-ruby
libuuidtools-ruby-doc
libuutil
libvalhalla
libvalhalla-bin
libvalhalla-dev
libvalhalla-doc
libvalidatable-ruby
libvdkbuilder
libvdkxdb
libvia
libvia-dev
libvia-doc
libvirt-ocaml-dev-iqou
libvirt-ocaml-dev-np
libvirt-ocaml-iqou
libvirt-ocaml-np
libvirt-ruby
libvoaacenc-ocaml-dev-v
libvoaacenc-ocaml-v
libvorbisfile-ruby
libvorbis-ocaml-bhqx
libvorbis-ocaml-bz
libvorbis-ocaml-dev-bhqx
libvorbis-ocaml-dev-bz
libvorbis-ocaml-dev-gml
libvorbis-ocaml-gml
libvrb
libvrb-dev
libvte-ruby
libvtkedge
libvtkedge-dev
libwavefront-standalone
libwayland
libwebapp-ruby
libwebrick-ruby
libwill-paginate-ruby
libwill-paginate-ruby-doc
libworldwind-java
libwrap-ruby
libwww-mechanize-ruby
libwww-mechanize-ruby-doc
libwxsmithlib
libwxsmithlib-dev
libxapian-ruby
libxcp-ocaml
libxcp-ocaml-dev
libxcp-ocaml-dev-fajb
libxcp-ocaml-dev-sd
libxcp-ocaml-fajb
libxcp-ocaml-sd
libxdb
libxdb-dev
libxenapi-ocaml-dev
libxen-ocaml
libxen-ocaml-
libxen-ocaml-dev
libxen-ocaml-dev-
libxen-ocaml-dev-spos
libxen-ocaml-spos
libxine-dev
libxml-light-ocaml-a
libxml-light-ocaml-bmwk
libxml-light-ocaml-dev-a
libxml-light-ocaml-dev-bmwk
libxml-light-ocaml-dev-kz
libxml-light-ocaml-kz
libxmlm-ocaml-dev-iu
libxml-parser-ruby
libxmlplaylist-ocaml-dev-f
libxmlplaylist-ocaml-dev-ijgw
libxmlplaylist-ocaml-dev-yukj
libxml-qofqsf-perl
libxmlrpc-c
libxmlrpc-c-dev
libxmlrpc-c++-dev
libxmlrpc-light-ocaml-dev-j
libxmlrpc-ruby
libxml-ruby
libxml-validate-perl
libxml-xerces-perl
libxmmsclient-ruby
libxstr-ocaml-dev-segn
libxstr-ocaml-dev-wkvd
libxstr-ocaml-dev-y
libxvmcnvidia
libyaml-ruby
libyate
libyojson-ocaml-dev-g
libyojson-ocaml-dev-i
libyojson-ocaml-g
libyojson-ocaml-i
libzarith-ocaml-
libzarith-ocaml-c
libzarith-ocaml-dev-
libzarith-ocaml-dev-c
libzarith-ocaml-dev-yzge
libzarith-ocaml-yzge
libzfs
libzip-ocaml-dev-n
libzip-ocaml-dev-tcv
libzip-ocaml-n
libzip-ocaml-tcv
libzip-ruby
libzlib-ruby
libzoom-ruby
libzpool
licq-plugin-console
linux
linux-headers-iop
linux-headers-itanium
linux-headers-mckinley
linux-headers-mv
linux-headers-mx
linux-headers-omap
linux-headers-rt-
linux-headers-rt-amd
linux-headers-sparc
linux-headers-vexpress
linux-image-iop
linux-image-itanium
linux-image-mckinley
linux-image-mv
linux-image-mx
linux-image-omap
linux-image-rt-
linux-image-rt-amd
linux-image-sparc
linux-image-vexpress
lio-utils
lire
lire-devel-doc
lire-doc
lisp-core
live-config-upstart
lldpad
lldpad-dev
locale-config-skolelinux
localization-config
localization-config-udeb
longomatch
lsb-core-kfreebsd-amd
lsb-core-kfreebsd-i
lsb-core-sparc
lsb-cxx-kfreebsd-amd
lsb-cxx-kfreebsd-i
lsb-cxx-sparc
lsb-desktop-kfreebsd-amd
lsb-desktop-kfreebsd-i
lsb-desktop-sparc
lsb-graphics-kfreebsd-amd
lsb-graphics-kfreebsd-i
lsb-graphics-sparc
lsb-languages-kfreebsd-amd
lsb-languages-kfreebsd-i
lsb-languages-sparc
lsb-multimedia-kfreebsd-amd
lsb-multimedia-kfreebsd-i
lsb-multimedia-sparc
lsb-printing-kfreebsd-amd
lsb-printing-kfreebsd-i
lsb-printing-sparc
lsb-security-kfreebsd-amd
lsb-security-kfreebsd-i
lsb-security-sparc
ltsp-controlaula
lttv-dev
luakit
luvcview
lxc-dev
lxdoom
lxpolkit-dbg
lxsession-edit-dbg
lxshortcut-dbg
mach
mana
mana-data
mana-dbg
manpages-ru
mantis
maradns
maradns-docs
maradns-zoneserver
mathgl-doc-en
mathgl-doc-ru
mbot
mcdp
mediatomb
mediatomb-common
mediatomb-daemon
mediatomb-dbg
mediawiki-extensions-confirmedit
melange
melange-client
mencoder
metalink
mga-vid-common
mga-vid-source
mic
midori
midori-dbg
mii-diag
mii-diag-udeb
min
minbar
minbar-data
minetest-common
ming-fonts-dejavu
ming-fonts-opensymbol
mini-httpd
miro
miro-data
mistelix
mixal
mkuzip
mlton-runtime-ia
mlton-runtime-s
mlton-runtime-sparc-linux-gnu
monodevelop-debugger-gdb
monodoc-db
monodoc-rhash-manual
mono-winforms-a
moovida
moovida-plugins-bad
moovida-plugins-good
moovida-plugins-ugly
mopd
mountfloppy
movabletype
movabletype-opensource
movabletype-plugin-core
movabletype-plugin-zemanta
movixmaker-
mozart
mozart-doc
mozart-stdlib
mozilla-biofox
mozilla-diggler
mozilla-gtk-vnc
mozilla-plugin-gnash
mozilla-plugin-vlc
mplayer-doc
mplayer-gui
mplayer-skin
mplayer-skin-blue
mswordview
multiarch-binutils
multiget
mutrace
myspell-dictionary-fi
myspell-fi
nagiosgrapher
nagios-plugins-openstack
nagircbot
nana
nautilus-bzr
nautilus-sendto-empathy
naxsi
ncpfs
necpp
netatalk
netbeans
netbeans-ide
netbeans-platform
netcdf-ruby
netdisco-backend
netdisco-common
netdisco-frontend
netdisco-mibs-installer
netio
network-manager-kde
network-manager-strongswan
newlib-m
newlib-spu
nfdump
nfdump-dbg
nfdump-flow-tools
nfdump-sflow
nget
nginx-naxsi
nginx-naxsi-dbg
nginx-naxsi-ui
ngorca
nic-extra-modules-
nls-core-modules
nls-core-modules-
nova-api-ec
nova-api-metadata
nova-api-os-compute
nova-api-os-volume
nova-compute-xen
nova-objectstore
nova-vncproxy
nova-xcp-network
nova-xcp-plugins
ntfsdoc
ntfsprogs
ntfsprogs-udeb
ntfstools-udeb
nullfs-modules
nullfs-modules-
nulog
nut-dev
nut-usb
nvclock
nvclock-gtk
nvclock-qt
nvidia-alternative-legacy-
nvidia-glx-ia
nvidia-glx-legacy
nvidia-glx-legacy-
nvidia-glx-legacy-dev
nvidia-glx-legacy-ia
nvidia-kernel-legacy-
nvidia-kernel-legacy-source
nvidia-opencl-icd-i
nvidia-opencl-icd-ia
nvidia-vdpau-driver-i
nvidia-vdpau-driver-ia
oar-admin
obexd-client
obexd-server
obrowser-doc
ocamlduce
ocamlduce-
ocamlduce-base
ocamlduce-base-
ocaml-ulex-
ocaml-ulex-u
ocaml-ulex-yo
ocsigen
ocsigen-dev
ocsigen-doc
octave-benchmark
octave-fixed
octave-java
octave-mapping
octave-nnet
octave-octgpr
octave-plot
odccm
ofed-docs
ogre-doc
ogre-tools
oneliner-el
open
openbgpd
openbox-themes
openbve
openclipart-openoffice.org
openct
opendnssec-auditor
open-font-design-toolkit
openmeeg-tools
openmpi-dbg
openmpi-dev
openmpi-libs
openmpi-mpidoc
opennebula
opennebula-common
opennebula-node
opennebula-sunstone
opennebula-tools
openoffice.org-base
openoffice.org-calc
openoffice.org-common
openoffice.org-dmaths
openoffice.org-draw
openoffice.org-emailmerge
openoffice.org-evolution
openoffice.org-filter-binfilter
openoffice.org-filter-mobiledev
openoffice.org-gcj
openoffice.org-gnome
openoffice.org-gtk
openoffice.org-help-ca
openoffice.org-help-cs
openoffice.org-help-da
openoffice.org-help-de
openoffice.org-help-dz
openoffice.org-help-el
openoffice.org-help-en-gb
openoffice.org-help-en-us
openoffice.org-help-es
openoffice.org-help-et
openoffice.org-help-eu
openoffice.org-help-fi
openoffice.org-help-fr
openoffice.org-help-gl
openoffice.org-help-hi-in
openoffice.org-help-hu
openoffice.org-help-it
openoffice.org-help-ja
openoffice.org-help-km
openoffice.org-help-ko
openoffice.org-help-nl
openoffice.org-help-om
openoffice.org-help-pl
openoffice.org-help-pt
openoffice.org-help-pt-br
openoffice.org-help-ru
openoffice.org-help-sl
openoffice.org-help-sv
openoffice.org-help-zh-cn
openoffice.org-help-zh-tw
openoffice.org-hyphenation-hr
openoffice.org-hyphenation-zu
openoffice.org-impress
openoffice.org-java-common
openoffice.org-kde
openoffice.org-l
openoffice.org-math
openoffice.org-mysql-connector
openoffice.org-officebean
openoffice.org-ogltrans
openoffice.org-pdfimport
openoffice.org-presentation-minimizer
openoffice.org-presenter-console
openoffice.org-report-builder
openoffice.org-sdbc-postgresql
openoffice.org-spellcheck-fi
openoffice.org-style-crystal
openoffice.org-style-galaxy
openoffice.org-style-hicontrast
openoffice.org-style-oxygen
openoffice.org-style-tango
openoffice.org-thesaurus-it
openoffice.org-voikko
openoffice.org-wiki-publisher
openoffice.org-writer
openoffice.org-zemberek
openprinting-ppds-extra
openresolv
openstereogram
openswan
openswan-dbg
openswan-doc
openswan-modules-dkms
openswan-modules-source
open-vm-dkms
open-vm-toolbox
openvswitch-brcompat
openvswitch-controller
openvswitch-datapath-dkms
openvswitch-datapath-source
openwalnut-modules
openwalnut-qt
op-panel
ora
orange
otf-ipaexfont
otf-ipaexfont-gothic
otf-ipaexfont-mincho
otf-ipafont
otf-ipafont-gothic
otf-ipafont-mincho
otf-yozvox-yozfont
ovsdbmonitor
pacemaker
pacemaker-dev
packagekit-backend-aptcc
packagekit-backend-smart
pango-graphite
pango-graphite-dbg
pari-extra
parport-modules
parport-modules-
partman-reiserfs
partman-ufs
partman-zfs
pathfinderd
pathfinder-utils
pavuk
pbs-drmaa
pbs-drmaa-dev
pclock
pconf-detect
pdebuild-cross
pearpc
pf
pgstaging
pgstaging-client
pgtap
pgtune
phoneui-apps
phoneuid
phonon-backend-xine
phoronix-test-suite
photofilmstrip
php-cache
php-compat
php-config
php-crypt-cbc
php-event-dispatcher
php-http-upload
php-net-dnsbl
php-net-ftp
php-net-imap
php-net-lmtp
php-net-whois
php-xml-serializer
pidgin-microblog
pidgin-microblog-dbg
pidgin-musictracker
pilot-manager
pimd
pixelmed-java
pkglab
planetpenguin-racer
planetpenguin-racer-dbg
planetpenguin-racer-extras
planetpenguin-racer-gimp-dev
planner-el
plasma-widget-amule
plasma-widget-telepathy-chat
plasma-widget-telepathy-presence
plasma-widget-telepathy-presence-dbg
plip-modules
plip-modules-
ploader
ploticus-doc
plotmm-examples
plucker
plymouth-drm
plywood
pnm
pnp
pocketpc-cab
poppass-cgi
portslave
postfix-cluebringer
postfix-cluebringer-mysql
postfix-cluebringer-pgsql
postfix-cluebringer-sqlite
postfix-cluebringer-webui
postpone
powerd
pperl
ppmd
ppthtml
pptview
prayer-templates
primaxscan
prime
prime-dict
printer-applet
proftpd-mod-clamav
proftpd-mod-vroot
proll
protoize
provami
psi-plus-content-downloader
psychopy
pxljr
pycocuma
pyformex
pyformex-lib
pyg
pygmy
pyrad
pysol
python-aeidon
python-aiml
python-aptdaemon.pkcompat
python-aptdaemon.test
python-argparse-doc
python-ase
python-aspects
python-at-spi
python-byteplay
python-bzutils
python-carquinyol
python-carquinyol-
python-central
python-cl
python-cloudservers
python-codespeak-lib
python-configshell
python-constraint
python-cqmf
python-cqpid
python-cxx
python-deap-doc
python-debtorrent
python-deliciousapi
python-desktop-agnostic
python-dialog
python-distribute-doc
python-django-evolution
python-django-feincms
python-django-feincms-doc
python-django-lint
python-django-localeurl
python-django-social-auth
python-django-uwsgi-admin
python-django-voting
python-drizzle
python-drizzle-dbg
python-eggtrayicon
python-elements
python-envisagecore
python-envisageplugins
python-ethos
python-evolution
python-fltk
python-fltk-dbg
python-fltk-doc
python-glpk
python-gnomedesktop
python-gnupginterface
python-goopy
python-gtk-gnash
python-ibus
python-igraph
python-impacket-doc
python-import-relative
python-initgroups
python-insanity
python-irclib
python-jarabe
python-jarabe-
python-kwwidgets
python-liblcms
python-lilv
python-magic-dbg
python-melange
python-melangeclient
python-milter-docs
python-ming
python-moovida
python-mvpa-doc
python-mvpa-lib
python-necpp
python-netio
python-nipype
python-nipype-doc
python-nodebox-web
python-openmeeg
python-openoffice
python-openssl-dbg
python-openstack-common
python-osmgpsmap
python-otr
python-otr-dbg
python-packagekit
python-packagekit-gtk
python-pbs
python-pipeline
python-pisa
python-playerc
python-pyamf
python-pyamf-dbg
python-pyamf-doc
python-pycuda-headers
python-pykcs
python-pynetsnmp
python-pyopencl-headers
python-pysearch
python-pyxine
python-pyxine-dbg
python-qmf
python-radare
python-rapi
python-rhash
python-rra
python-rtai
python-rtslib
python-sidl
python-sorl-thumbnail
python-speechd
python-sqlkit
python-sqlkit-doc
python-statgrab
python-sugar
python-sugar-
python-sugar-toolkit
python-sugar-toolkit-
python-tastypie
python-tlslite
python-tomoe
python-tp-client
python-tp-netlib
python-traitsbackendqt
python-traitsbackendwx
python-traitsgui
python-uniconvertor
python-uniconvertor-dbg
python-unit
python-uwsgicc
python-weblib
python-weblib-doc
python-wimpiggy
python-workqueue
python-xdelta
python-xenapi
python-xklavier
python-yahoo
python-zope.component-hook
python-zope.security-zcml
pytimechart
pytrainer
qantenna
qbankmanager
qcad
qemu-kvm-dbg
qemu-launcher
qmfgen
qnx
qof-backend-sqlite
qpid-client
qpidd
qpid-doc
qpid-specs
qpid-tools
q-tools
qtractor-dbg
qtsmbstatus-client
qtsmbstatus-language
qtsmbstatus-light
qtsmbstatus-server
quantum-plugin-sample
quilt-el
radiance
radiance-doc
radiance-materials
radiance-sse
radiusclient
rails-doc
rails-ruby
rapid-spring
rastertosag-gdi
rats
rawstudio
rawstudio-dbg
rbot
rbot-doc
rcov
r-cran-fnonlinear
r-cran-rggobi
rds-tools
recover
red
redhat-cluster-source
redmine-plugin-botsfilter
refit
reiserfs-modules
reiserfs-modules-
rekonq
rekonq-dbg
remember-el
ricochet
robot-player
robot-player-dev
robot-player-doc
r-omegahat-ggobi
root-plugin-proof-peac
r-other-genabel
roundcube
roundcube-core
roundcube-mysql
roundcube-pgsql
roundcube-plugins
roundcube-plugins-extra
rtai
rtai-doc
rtai-source
rubrica
ruby-actionmailer-
ruby-actionpack-
ruby-activemodel-
ruby-activerecord-
ruby-activeresource
ruby-activeresource-
ruby-amrita
rubybook
ruby-commandline
ruby-commandline-doc
ruby-fastercsv
ruby-feedtools
ruby-feedtools-doc
rubygems-doc
ruby-gettext-activerecord
ruby-gettext-rails
ruby-goocanvas
ruby-goocanvas-dbg
ruby-heckle
ruby-hiera-puppet
ruby-ihelp
ruby-imagesize
ruby-inotify
ruby-kakasi
ruby-krb
ruby-locale-rails
ruby-ncursesw
ruby-nora
ruby-opennebula
ruby-parsetree
ruby-pcap
ruby-pkg-tools
ruby-playerc
ruby-prof
ruby-qpid
ruby-rails-
ruby-railties-
ruby-rd-html-ext
ruby-revolution
ruby-rhash
ruby-switch
ruby-systemtimer
ruby-tidy
ruby-tmail
ruby-tomoe
ruby-usb
rxvt-beta
sagan
salinfo
samba-doc-pdf
samba-tools
samidare
sampleicc-tools
sary
sary-doc
sauerbraten-data
sauerbraten-dbg
sauerbraten-wake
sawfish-merlin-ugliness
sawfish-themes
sbnc-mysql
schedutils
schleuder
scidavis
scilab-jims
scilab-scimysql
scim-mozc
scli
screader
scribes
scrotwm
sdic
sdic-edict
sdic-eijiro
sdic-gene
sdlmame
sdlmame-tools
sdpnetstat
secvpn
seed
seed-doc
seesat
seivot
selinux-policy-default
selinux-policy-dev
selinux-policy-doc
selinux-policy-mls
selinux-policy-src
setpwc
shaperd
shinken-arbiter
shinken-broker
shinken-discovery
shinken-poller
shinken-reactionner
shinken-receiver
shinken-scheduler
shisen.app
shoes
shush
silo
silo-installer
simba
sinhala-font-lklug
sitplus
sitplus-data
skytools-modules-
slimrat
slimrat-nox
slmon
slurm-llnl-basic-plugins
slurm-llnl-basic-plugins-dev
slurm-llnl-doc
slurm-llnl-sview
slurm-llnl-torque
smartdimmer
smbfs
smplayer-translations
smuxi-engine-irc
smuxi-engine-twitter
smuxi-engine-xmpp
smuxi-frontend
smuxi-frontend-gnome-irc
smuxi-server
sn-modules
sn-modules-
snort
snort-common
snort-common-libraries
snort-doc
snort-mysql
snort-pgsql
snort-rules-default
sobby
socks
software-center
sparc-utils
sparc-utils-udeb
sparsehash
specimen
spectemu-svga
speedy-cgi-perl
sphinxsearch
spidermonkey-bin
spring-lobby
spu-binutils
spu-g++
spu-gcc
spu-gfortran
spu-newlib
sqcwa
sqlheavy-utils
squeeze
squid-common
squid-prefetch
sshmenu
st
stepbill.app
steptalk
stud
sucrose-
sugar
sugar-artwork
sugar-artwork-
sugar-calculate-activity
sugar-connect-activity
sugar-emulator
sugar-emulator-
sugar-etoys-activity
sugar-irc-activity
sugar-memorize-activity
sugar-physics-activity
sugar-pippy-activity
sugar-presence-service
sugar-presence-service-
sugar-record-activity
sugar-session-
sugar-terminal-activity
sugar-tools
sugar-tools-
suikyo-elisp
suikyo-table
supercollider-doc
suphp-common
sux
svgalib
svgalib-bin
svgalibg
swat
swfdec-gnome
swfdec-mozilla
synapse
synapse-dbg
syncbbdb
synce-gnomevfs
synce-hal
synce-hal-bluetooth
synce-trayicon
syncplaces
syslinux-theme
syslinux-themes-debian
syslinux-themes-debian-squeeze
syslinux-themes-debian-wheezy
syslinux-udeb
syslogd
system-config-audit
system-config-printer-kde
systemtap-grapher
talksoup.app
tangerine
tangerine-dbg
tarantool-dbg
tardy
targetcli
task-database-server
task-dns-server
task-file-server
task-mail-server
tasks
tclcsound
tcng
t-coffee-doc
tdiary
tdiary-contrib
tdiary-mode
tdiary-plugin
tdiary-theme
tdl
teamspeak-client
teamspeak-server
telak
teleport
tenshi
testng-doc
texlive-common
texlive-doc-base
texlive-lang-arab
texmacs
texmacs-common
tgif
thrust
tifffile
timps
tiobench
tk-brief
tkcvs
tkdiff
tmview
tmw
tmw-music
tomoe-doc
toonloop
torque-client
torque-client-x
torque-common
torque-mom
torque-pam
torque-scheduler
torque-server
torrentflux
torus-trooper-pure
totem-mozilla
totem-plugin-arte
totem-plugins-dvb-daemon
tpclient-pywx
tpconfig
tqsllib
tqsllib-dev
trac-batchmodify
trac-bzr
trac-datefieldplugin
trac-git
trac-icalviewplugin
trackballs
trackballs-data
trackballs-dbg
tracker-explorer
trac-wikiprint
trac-wikitablemacro
trafficserver
trafficserver-dev
trafficserver-plugin-conf-remap
translate-toolkit-dev-doc
tryton-modules-ldap-connection
tsconf
tslib
ttf-aoyagi-kouzan-t
ttf-aoyagi-soseki
ttf-arphic-bkai
ttf-arphic-bsmi
ttf-arphic-gbsn
ttf-arphic-gkai
ttf-arphic-ukai
ttf-arphic-ukai-mbe
ttf-arphic-uming
ttf-bengali-fonts
ttf-beteckna
ttf-bpg-georgian-fonts
ttf-breip
ttf-century-catalogue
ttf-comfortaa
ttf-dejima-mincho
ttf-devanagari-fonts
ttf-droid
ttf-dustin
ttf-dzongkha
ttf-ecolier-court
ttf-ecolier-lignes-court
ttf-evertype-conakry
ttf-f
ttf-fanwood
ttf-farsiweb
ttf-gfs-artemisia
ttf-gfs-baskerville
ttf-gfs-bodoni-classic
ttf-gfs-complutum
ttf-gfs-didot
ttf-gfs-didot-classic
ttf-gfs-gazis
ttf-gfs-neohellenic
ttf-gfs-olga
ttf-gfs-porson
ttf-gfs-solomos
ttf-gfs-theokritos
ttf-gujarati-fonts
ttf-inconsolata
ttf-indic-fonts
ttf-ipafont-jisx
ttf-ipafont-uigothic
ttf-jura
ttf-kanjistrokeorders
ttf-kannada-fonts
ttf-kannada-fonts-udeb
ttf-khmeros
ttf-kiloji
ttf-kochi-gothic-naga
ttf-kochi-mincho-naga
ttf-komatuna
ttf-konatu
ttf-kouzan-mouhitsu
ttf-lao
ttf-lao-udeb
ttf-larabie-deco
ttf-larabie-straight
ttf-larabie-uncommon
ttf-levien-museum
ttf-levien-typoscript
ttf-lg-aboriginal
ttf-lindenhill
ttf-linex
ttf-malayalam-fonts
ttf-malayalam-fonts-udeb
ttf-manchufont
ttf-mgopen
ttf-misaki
ttf-monapo
ttf-motoya-l-cedar
ttf-motoya-l-maruberi
ttf-nafees
ttf-nanum
ttf-nanum-coding
ttf-nanum-extra
ttf-ocr-a
ttf-oflb-asana-math
ttf-oflb-euterpe
ttf-okolaks
ttf-oldstandard
ttf-opendin
ttf-oriya-fonts
ttf-paktype
ttf-punjabi-fonts
ttf-rufscript
ttf-sawarabi-gothic
ttf-sawarabi-mincho
ttf-sazanami-gothic
ttf-sazanami-mincho
ttf-sil-abyssinica
ttf-sil-andika
ttf-sil-charis
ttf-sil-dai-banna
ttf-sil-doulos
ttf-sil-ezra
ttf-sil-galatia
ttf-sil-gentium
ttf-sil-gentium-basic
ttf-sil-nuosusil
ttf-sil-padauk
ttf-sil-sophia-nubian
ttf-sil-yi
ttf-sil-zaghawa-beria
ttf-sinhala-lklug
ttf-sinhala-lkmug
ttf-takao
ttf-takao-gothic
ttf-takao-mincho
ttf-tamil-fonts
ttf-tamil-fonts-udeb
ttf-telugu-fonts
ttf-telugu-fonts-udeb
ttf-thai-tlwg
ttf-tmuni
ttf-tuffy
ttf-ubuntu-title
ttf-umefont
ttf-umeplus
ttf-unfonts-extra
ttf-unikurdweb
ttf-uralic
ttf-vlgothic
ttt
tttprobe
tttview
tulip-doc
tulip-help
tvflash
typo
tzdata-wheezy
uae
uae-dbg
uboot-envtools
uboot-mkimage
udev-gtk-udeb
ufc-doc
ufs-modules
ufs-modules-
ufsutils
ufsutils-udeb
uim-applet-kde
uim-hangul
uim-prime
ultrastar-ng
uncrustify
undertaker-el
unetbootin
unetbootin-translations
unhide.rb
update-manager-core
update-manager-doc
update-manager-gnome
update-notifier-common
update-notifier-kde
userdevfs
user-he
uwsgi-plugin-admin
uwsgi-plugin-cache
uwsgi-plugin-carbon
uwsgi-plugin-cgi
uwsgi-plugin-echo
uwsgi-plugin-erlang
uwsgi-plugin-fastrouter
uwsgi-plugin-http
uwsgi-plugin-logsocket
uwsgi-plugin-nagios
uwsgi-plugin-ping
uwsgi-plugin-probeconnect
uwsgi-plugin-probepg
uwsgi-plugin-pyerl-python
uwsgi-plugin-rpc
uwsgi-plugin-rrdtool
uwsgi-plugin-rsyslog
uwsgi-plugin-signal
uwsgi-plugin-symcall
uwsgi-plugin-syslog
uwsgi-plugin-ugreen
vala-gen-project
vala-gen-project-dbg
vala-utils
vavoom
vbuf
vdkbuilder
vdpau-video
via-bin
vidalia
vidcontrol
viewpdf.app
viridian
virtualbox-fuse
virtualbox-guest-additions
virtualbox-ose
virtualbox-ose-dbg
virtualbox-ose-dkms
virtualbox-ose-fuse
virtualbox-ose-guest-dkms
virtualbox-ose-guest-source
virtualbox-ose-guest-utils
virtualbox-ose-guest-x
virtualbox-ose-qt
virtualbox-ose-source
vm-bonus-el
vmware-view-open-client
volview
vor
v-sim
v-sim-common
v-sim-doc
v-sim-plugins
vuze
webgen
websimba
wfinnish
wfo
wimpiggy
wine-doc
wmcoincoin
wmweather+
worldwind
worldwind-doc
wormux
wormux-data
wormux-dbg
wormux-servers
wx-doc
wxgeometrie
wyg
wyrd
wzdftpd
wzdftpd-back-mysql
wzdftpd-back-pgsql
wzdftpd-dev
wzdftpd-mod-avahi
wzdftpd-mod-perl
wzdftpd-mod-tcl
xapt
xbattle
xboing
xchat-gnome
xchat-gnome-common
xcp
xcp-eliloader
xcp-fe
xcp-guest-templates
xcp-networkd
xcp-squeezed
xcp-storage-managers
xcp-v
xcp-vncterm
xcp-xapi
xcp-xapi-debug
xcp-xe
xdeb
xen-docs-
xen-hypervisor-i
xen-system-i
xenwatch
xfingerd
xfm
xfmpc
xfonts-mathml
xfprint
xfs
xgraph
xicc
xindy
xindy-rules
xlhtml
xmail
xmail-doc
xmame-common
xmame-sdl
xmame-svga
xmame-tools
xmame-x
xmanpages-ja
xmem
xmess-common
xmess-sdl
xmess-x
xmhtml-dev
xmp-audacious
xmp-common
xnetcardconfig
xresprobe
xserver-xfbdev
xserver-xorg-input-kbd-udeb
xserver-xorg-input-mouse-udeb
xserver-xorg-video-apm
xserver-xorg-video-ark
xserver-xorg-video-chips
xserver-xorg-video-glint
xserver-xorg-video-i
xserver-xorg-video-newport
xserver-xorg-video-omapfb
xserver-xorg-video-rendition
xserver-xorg-video-s
xserver-xorg-video-sis
xserver-xorg-video-suncg
xserver-xorg-video-sunffb
xserver-xorg-video-sunleo
xserver-xorg-video-suntcx
xserver-xorg-video-tga
xserver-xorg-video-tseng
xserver-xorg-video-vesa-udeb
xserver-xorg-video-voodoo
xserver-xspice
xsmc-calc
xtux
xtux-client
xtux-common
xtux-levels
xtux-server
xul-ext-biofox
xul-ext-googlebookmarks
xul-ext-syncplaces
xul-ext-zarafa-drag-n-drop
xulrunner-
xulrunner-dev
yafaray
yafaray-blender
yafaray-exporter
yardradius
yate
yate-alsa
yate-core
yate-dahdi
yate-dev
yate-doc
yate-mysql
yate-pgsql
yate-qt
yate-scripts
yate-sctp
ygraph
ytalk
zanshin
zarafa-drag-n-drop
zekr
zekr-quran-recitation-online-abdulbasit
zekr-quran-recitation-online-afasi
zekr-quran-recitation-online-ajmy
zekr-quran-recitation-online-ayyub
zekr-quran-recitation-online-ghamdi
zekr-quran-recitation-online-husary
zekr-quran-recitation-online-huzaifi
zekr-quran-recitation-online-minshawi
zekr-quran-recitation-online-shatri
zekr-quran-recitation-online-shuraim
zemberek-server
zfs-modules
zfs-modules-
zfsutils
zfsutils-udeb
zgv
zine
zlib-bin
znc-extra
zoneminder
zpspell
zynjacku

real 0m6.745s
user 0m4.184s
sys 0m0.116s


I am confused. Are these differences between them like with Denyhosts?
--
"Applied mathematics will always need pure mathematics, just as
anteaters will always need ants." --Paul Halmos
0 new messages