All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] unwanted client isolation AR9280 @ 5GHz mode
       [not found] <1385596455.40895.YahooMailNeo@web125002.mail.ne1.yahoo.com>
@ 2013-11-28 10:33 ` Oleksij Rempel
  2013-11-28 16:11   ` Gertjan Hofman
  0 siblings, 1 reply; 6+ messages in thread
From: Oleksij Rempel @ 2013-11-28 10:33 UTC (permalink / raw)
  To: ath9k-devel

Hi Gertjan,

suddenly i do not have HW to test it. My ar7010+ar2080 adapter has
blacklisted AP and IBSS modes for all 5GHz channels.

If some one else can answer here, it will be great.

Am 28.11.2013 00:54, schrieb Gertjan Hofman:
> 
> 
> Apologies if this should go to the ath mailing list, but we are not sure where in the stack the problem lies.
> 
> On a 3.11 kernel, we are trying to create a AP host using the following  hardware: driver (usb) ath9k_htc: Atheros AR9280 Rev:2 using htc_7010.fw firmware  (1.3, extracted from debian unstable)   After solving some  regulatory domain issues by patching the ath driver, we can force the card into becoming master at 5 GHz.  However, at  5GHz, the clients are isolated from each other (can not ping etc).  When we switch back  to 2.4 GHz (making only two changes in the hostapd file, hw_mode=a->g, channel=36->1) the system works as expected.  
> 
> 
> Using wireshark/tcpdump I verified that ARP packets are _not_  transmitted from the AP host to other clients. In other words, ARP from  client to AP hosts are resolved ok, but a client trying to resolve the  MAC from another client gets no response and the packet is not seen even on a Windows host running wireshark.  Switch to 2.4 GHz and the ARP packets return.
> 
> 
> Looking at mac80211/cfg.c, I see that host isolation is indeed an option.  I  printed the value of IEEE80211_SDATA_DONT_BRIDGE_PACKETS but it is  false as expected. 
> 
> 
> Can anyone tell me whether this is likely a problem at the mac80211 levelor the firmware ? Are there other settings that kick in a 5  GHz that would not at 2.4 GHz ?
> 
> We are quite capable of modifying drivers but have little knowledge of  wireless hardware.  Any information would be much appreciated.
> 
> 
> Sincerely,
> 
> Gertjan
> 
> 
> hostapd (v1.1) settings are:
> interface=wlan0
> driver=nl80211
> ssid=MSS-01
> ieee80211n=1
> macaddr_acl=0
> auth_algs=1
> ignore_broadcast_ssid=1
> require_ht=1
> ht_capab=[HT40+][SHORT-GI-40][TXSTBC][RXSTBC123]
> wmm_enabled=1
> hw_mode=a
> channel=36
> country_code=US
> ap_isolate=0
> 



-- 
Regards,
Oleksij

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ath9k-devel] unwanted client isolation AR9280 @ 5GHz mode
  2013-11-28 10:33 ` [ath9k-devel] unwanted client isolation AR9280 @ 5GHz mode Oleksij Rempel
@ 2013-11-28 16:11   ` Gertjan Hofman
  2013-12-06 16:00     ` Gertjan Hofman
  0 siblings, 1 reply; 6+ messages in thread
From: Gertjan Hofman @ 2013-11-28 16:11 UTC (permalink / raw)
  To: ath9k-devel



Yes,we has to modify regd.c as per the (simple) patch: 

wget --no-check- certificate https://dev.openwrt.org/export/32952/trunk/package/mac80211/patches/403-ath_regd_optional.patch

Thats not a pretty solution, but at least it gets us going. The results are really promising in terms of throughput so I need to solve why broadcasts go missing. Any thing I can try in terms of debugging ?

Thanks

Gertjan


On Thursday, November 28, 2013 2:33:43 AM, Oleksij Rempel <linux@rempel-privat.de> wrote:

Hi Gertjan,

suddenly i do not have HW to test it. My ar7010+ar2080 adapter has
blacklisted AP and IBSS modes for all 5GHz channels.

If some one else can answer here, it will be great.


Am 28.11.2013 00:54, schrieb Gertjan Hofman:
> 
> 
> Apologies if this should go to the ath mailing list, but we are not sure where in the stack the problem lies.
> 
> On a 3.11 kernel, we are trying to create a AP host using the following? hardware: driver (usb) ath9k_htc: Atheros AR9280 Rev:2 using htc_7010.fw firmware? (1.3, extracted from debian unstable)?? After solving some? regulatory domain issues by patching the ath driver, we can force the card into becoming master at 5 GHz.? However, at? 5GHz, the clients are isolated from each other (can not ping etc).? When we switch back? to 2.4 GHz (making only two changes in the hostapd file, hw_mode=a->g, channel=36->1) the system works as expected.? 
> 
> 
> Using wireshark/tcpdump I verified that ARP packets are _not_? transmitted from the AP host to other clients. In other words, ARP from? client to AP hosts are resolved ok, but a client trying to resolve the? MAC from another client gets no response and the packet is not seen even on a Windows host running wireshark.? Switch to 2.4 GHz and the ARP packets return.
> 
> 
> Looking at mac80211/cfg.c, I see that host isolation is indeed an option.? I? printed the value of IEEE80211_SDATA_DONT_BRIDGE_PACKETS but it is? false as expected. 
> 
> 
> Can anyone tell me whether this is likely a problem at the mac80211 levelor the firmware ? Are there other settings that kick in a 5? GHz that would not at 2.4 GHz ?
> 
> We are quite capable of modifying drivers but have little knowledge of? wireless hardware.? Any information would be much appreciated.
> 
> 
> Sincerely,
> 
> Gertjan
> 
> 
> hostapd (v1.1) settings are:
> interface=wlan0
> driver=nl80211
> ssid=MSS-01
> ieee80211n=1
> macaddr_acl=0
> auth_algs=1
> ignore_broadcast_ssid=1
> require_ht=1
> ht_capab=[HT40+][SHORT-GI-40][TXSTBC][RXSTBC123]
> wmm_enabled=1
> hw_mode=a
> channel=36
> country_code=US
> ap_isolate=0
> 



-- 
Regards,
Oleksij

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ath9k-devel] unwanted client isolation AR9280 @ 5GHz mode
  2013-11-28 16:11   ` Gertjan Hofman
@ 2013-12-06 16:00     ` Gertjan Hofman
  2013-12-07 17:15       ` Oleksij Rempel
  0 siblings, 1 reply; 6+ messages in thread
From: Gertjan Hofman @ 2013-12-06 16:00 UTC (permalink / raw)
  To: ath9k-devel

Oleksij,

I figured I should update the information in this chain.? My title should have probably better been, 'No broadcasts on Atheros AR9280'. 

Two things. I put some debugging statements in /kernel/linux-3.11.0/net/mac80211/rx.c. When pinging between two clients, I can see the ARP broadcast being copied back into the buffer:
???? xmit_skb = skb_copy(skb, GFP_ATOMIC);
never to appear anywhere after that.

That was with the: Atheros AR9280 Rev:2 usb 1-1: ath9k_htc: Firmware htc_7010.fw.

The second thing is that? I got a new card, a mini-pcie Atheros AR9300 Rev:3,? half-mini-PCIe (sold as WPEA-128N).? As far as I can tell it uses the same drivers but comes up at 5 GHz fine, no broadcast issues.?

This seems to point back at the firmware.? One more frustration is that I am sure I once got broadcast - which I am unable to replicate again. Secondly, a number of times the 9280 comes up? without even client-to-master ARP being answered.


I may well have a working system now, but I am interested in solving this issue. If you have any time to? look into this, I can send you a AR9280 USB wireless card.

In both cases of course, we had to patch the ath driver (regd.c) to ignore the region code issue.

Cheers

Gertjan




On Thursday, November 28, 2013 8:11:49 AM, Gertjan Hofman <gertjan_hofman@yahoo.com> wrote:


Yes,we has to modify regd.c as per the (simple) patch: 

wget --no-check- certificate https://dev.openwrt.org/export/32952/trunk/package/mac80211/patches/403-ath_regd_optional.patch

Thats not a pretty solution, but at least it gets us going. The results are really promising in terms of throughput so I need to solve why broadcasts go missing. Any thing I can try in terms of debugging ?

Thanks

Gertjan



On Thursday, November 28, 2013 2:33:43 AM, Oleksij Rempel <linux@rempel-privat.de> wrote:

Hi Gertjan,

suddenly i do not have HW to test it. My ar7010+ar2080 adapter has
blacklisted AP and IBSS modes for all 5GHz channels.

If some one else can answer here, it will be great.


Am 28.11.2013 00:54, schrieb Gertjan Hofman:
> 
> 
> Apologies if this should go to the ath mailing list, but we are not sure where in the stack the problem lies.
> 
> On a 3.11 kernel, we are trying to create a AP host using the following? hardware: driver (usb) ath9k_htc: Atheros AR9280 Rev:2 using htc_7010.fw firmware? (1.3, extracted from debian unstable)?? After solving some? regulatory domain issues by patching the ath driver, we can force the card into becoming master at 5 GHz.? However, at? 5GHz, the clients are isolated from each other (can not ping etc).? When we switch back? to 2.4 GHz (making only two changes in the hostapd file, hw_mode=a->g, channel=36->1) the system works as expected.? 
> 
> 
> Using wireshark/tcpdump I verified that ARP packets are _not_? transmitted from the AP host to other clients. In other words, ARP from? client to AP hosts are resolved ok, but a client trying to resolve the? MAC from another client gets no response and the packet is not seen even on a Windows host running wireshark.? Switch to 2.4 GHz and the ARP packets return.
> 
> 
> Looking at mac80211/cfg.c, I see that host isolation is indeed an option.? I? printed the value of IEEE80211_SDATA_DONT_BRIDGE_PACKETS but it is? false as expected. 
> 
> 
> Can anyone tell me whether this is likely a problem at the mac80211 levelor the firmware ? Are there other settings that kick in a 5? GHz that would not at 2.4 GHz ?
> 
> We are quite capable of modifying drivers but have little knowledge of? wireless hardware.? Any information would be much appreciated.
> 
> 
> Sincerely,
> 
> Gertjan
> 
> 
> hostapd (v1.1) settings are:
> interface=wlan0
> driver=nl80211
> ssid=MSS-01
> ieee80211n=1
> macaddr_acl=0
> auth_algs=1
> ignore_broadcast_ssid=1
> require_ht=1
> ht_capab=[HT40+][SHORT-GI-40][TXSTBC][RXSTBC123]
> wmm_enabled=1
> hw_mode=a
> channel=36
> country_code=US
> ap_isolate=0
> 



-- 
Regards,
Oleksij

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ath9k-devel] unwanted client isolation AR9280 @ 5GHz mode
  2013-12-06 16:00     ` Gertjan Hofman
@ 2013-12-07 17:15       ` Oleksij Rempel
  2013-12-10 23:04         ` Gertjan Hofman
  0 siblings, 1 reply; 6+ messages in thread
From: Oleksij Rempel @ 2013-12-07 17:15 UTC (permalink / raw)
  To: ath9k-devel

Am 06.12.2013 17:00, schrieb Gertjan Hofman:
> Oleksij,
> 
> I figured I should update the information in this chain.  My title should have probably better been, 'No broadcasts on Atheros AR9280'. 
> 
> Two things. I put some debugging statements in /kernel/linux-3.11.0/net/mac80211/rx.c. When pinging between two clients, I can see the ARP broadcast being copied back into the buffer:
>      xmit_skb = skb_copy(skb, GFP_ATOMIC);
> never to appear anywhere after that.
> 
> That was with the: Atheros AR9280 Rev:2 usb 1-1: ath9k_htc: Firmware htc_7010.fw.
> 
> The second thing is that  I got a new card, a mini-pcie Atheros AR9300 Rev:3,  half-mini-PCIe (sold as WPEA-128N).  As far as I can tell it uses the same drivers but comes up at 5 GHz fine, no broadcast issues. 
> 
> This seems to point back at the firmware.  One more frustration is that I am sure I once got broadcast - which I am unable to replicate again. Secondly, a number of times the 9280 comes up  without even client-to-master ARP being answered.
> 
> 
> I may well have a working system now, but I am interested in solving this issue.
> If you have any time to  look into this, I can send you a AR9280 USB wireless card.

Right now it has lower priority, but i'm interested in solving this
issue. What kind usb card do you have?
Do you able to compile ath9k-htc firmware? And use UART port on this
adapter?

> In both cases of course, we had to patch the ath driver (regd.c) to ignore the region code issue.
> 
> Cheers
> 
> Gertjan

-- 
Regards,
Oleksij

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ath9k-devel] unwanted client isolation AR9280 @ 5GHz mode
  2013-12-07 17:15       ` Oleksij Rempel
@ 2013-12-10 23:04         ` Gertjan Hofman
  2013-12-11 10:20           ` Oleksij Rempel
  0 siblings, 1 reply; 6+ messages in thread
From: Gertjan Hofman @ 2013-12-10 23:04 UTC (permalink / raw)
  To: ath9k-devel

Oleksij,

I am using this card: 
https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-dual-band-usb-adapter-gnu-linux-tpe-nusbdb

(which is Atheros AR9280 Rev:2). It appears to be made by panasonic.

No, I wasnt able to compile the firmware on either Ubuntu 10.04 or 13.10 but that might have been due to missing dependencies.? If you have any idea what packages might be missing or just give me a dpkg --list from your system I can probably work it out. I can also send you the compilation errors.

Not sure what you mean with: 'And use UART port on this adapter'. Is there some kind of serial debug port on these chips ?

As I said, I am happy to send you one.

Cheers

Gertjan







On Saturday, December 7, 2013 9:15:35 AM, Oleksij Rempel <linux@rempel-privat.de> wrote:
Am 06.12.2013 17:00, schrieb Gertjan Hofman:
> Oleksij,
> 
> I figured I should update the information in this chain.? My title should have probably better been, 'No broadcasts on Atheros AR9280'. 
> 
> Two things. I put some debugging statements in /kernel/linux-3.11.0/net/mac80211/rx.c. When pinging between two clients, I can see the ARP broadcast being copied back into the buffer:
>? ? ? xmit_skb = skb_copy(skb, GFP_ATOMIC);
> never to appear anywhere after that.
> 
> That was with the: Atheros AR9280 Rev:2 usb 1-1: ath9k_htc: Firmware htc_7010.fw.
> 
> The second thing is that? I got a new card, a mini-pcie Atheros AR9300 Rev:3,? half-mini-PCIe (sold as WPEA-128N).? As far as I can tell it uses the same drivers but comes up at 5 GHz fine, no broadcast issues. 
> 
> This seems to point back at the firmware.? One more frustration is that I am sure I once got broadcast - which I am unable to replicate again. Secondly, a number of times the 9280 comes up? without even client-to-master ARP being answered.
> 
> 
> I may well have a working system now, but I am interested in solving this issue.
> If you have any time to? look into this, I can send you a AR9280 USB wireless card.

Right now it has lower priority, but i'm interested in solving this
issue. What kind usb card do you have?
Do you able to compile ath9k-htc firmware? And use UART port on this
adapter?


> In both cases of course, we had to patch the ath driver (regd.c) to ignore the region code issue.
> 
> Cheers
> 
> Gertjan

-- 
Regards,
Oleksij

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ath9k-devel] unwanted client isolation AR9280 @ 5GHz mode
  2013-12-10 23:04         ` Gertjan Hofman
@ 2013-12-11 10:20           ` Oleksij Rempel
  0 siblings, 0 replies; 6+ messages in thread
From: Oleksij Rempel @ 2013-12-11 10:20 UTC (permalink / raw)
  To: ath9k-devel

Am 11.12.2013 00:04, schrieb Gertjan Hofman:
> Oleksij,
> 
> I am using this card: 
> https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-dual-band-usb-adapter-gnu-linux-tpe-nusbdb
> 
> (which is Atheros AR9280 Rev:2). It appears to be made by panasonic.
> 
> No, I wasnt able to compile the firmware on either Ubuntu 10.04 or 13.10 but that might have been due to missing dependencies.  If you have any idea what packages might be missing or just give me a dpkg --list from your system I can probably work it out. I can also send you the compilation errors.

my dpkg list is in attachment. If it won't help, here is link to
firmware source with compiled toolchain
https://www.dropbox.com/s/jul3alrje6zf30f/open-ath9k-htc-firmware.tar.bz2

> Not sure what you mean with: 'And use UART port on this adapter'. Is there some kind of serial debug port on these chips ?

yes. There is standard TTL level (3.3Volt) UART port. On AR7010 we even
have mini CLI.

See
http://wikidevi.com/wiki/AR7010
and here.
https://plus.google.com/102032716864870215256/posts/hZoEq8bo3zk
There is a bit too match wires on last image. I tried to access JTAG
port, but didn't got it working with openocd.

> As I said, I am happy to send you one.

i would prefer if some one working parallel on it. You have reproduction
case and configured environment. It will take more time for me to jump
from one issue to another. But if you still wont to send me one i will
not say no ;)


> Cheers
> 
> Gertjan
> 
> 
> 
> 
> 
> 
> 
> On Saturday, December 7, 2013 9:15:35 AM, Oleksij Rempel <linux@rempel-privat.de> wrote:
> Am 06.12.2013 17:00, schrieb Gertjan Hofman:
>> Oleksij,
>>
>> I figured I should update the information in this chain.  My title should have probably better been, 'No broadcasts on Atheros AR9280'. 
>>
>> Two things. I put some debugging statements in /kernel/linux-3.11.0/net/mac80211/rx.c. When pinging between two clients, I can see the ARP broadcast being copied back into the buffer:
>>       xmit_skb = skb_copy(skb, GFP_ATOMIC);
>> never to appear anywhere after that.
>>
>> That was with the: Atheros AR9280 Rev:2 usb 1-1: ath9k_htc: Firmware htc_7010.fw.
>>
>> The second thing is that  I got a new card, a mini-pcie Atheros AR9300 Rev:3,  half-mini-PCIe (sold as WPEA-128N).  As far as I can tell it uses the same drivers but comes up at 5 GHz fine, no broadcast issues. 
>>
>> This seems to point back at the firmware.  One more frustration is that I am sure I once got broadcast - which I am unable to replicate again. Secondly, a number of times the 9280 comes up  without even client-to-master ARP being answered.
>>
>>
>> I may well have a working system now, but I am interested in solving this issue.
>> If you have any time to  look into this, I can send you a AR9280 USB wireless card.
> 
> Right now it has lower priority, but i'm interested in solving this
> issue. What kind usb card do you have?
> Do you able to compile ath9k-htc firmware? And use UART port on this
> adapter?
> 
> 
>> In both cases of course, we had to patch the ath driver (regd.c) to ignore the region code issue.
>>
>> Cheers
>>
>> Gertjan
> 


-- 
Regards,
Oleksij
-------------- next part --------------
Gew?nscht=Unbekannt/Installieren/R=Entfernen/P=Vollst?ndig L?schen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anh?ngig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                                      Version                                            Architektur  Beschreibung
+++-=========================================-==================================================-============-=====================================================================================================================================================
ii  account-plugin-facebook                   0.11+13.10.20130802-0ubuntu1                       all          GNOME Control Center account plugin for single signon - facebook
ii  account-plugin-flickr                     0.11+13.10.20130802-0ubuntu1                       all          GNOME Control Center account plugin for single signon - flickr
rc  account-plugin-generic-oauth              0.10bzr13.03.26-0ubuntu1.1                         amd64        GNOME Control Center account plugin for single signon - generic OAuth
ii  account-plugin-google                     0.11+13.10.20130802-0ubuntu1                       all          GNOME Control Center account plugin for single signon
ii  account-plugin-icons                      0.11+13.10.20130802-0ubuntu1                       all          transitional dummy package
ii  account-plugin-identica                   0.11+13.10.20130802-0ubuntu1                       all          GNOME Control Center account plugin for single signon - identica
ii  account-plugin-irc                        3.8.4-1ubuntu2                                     amd64        Messaging account plugin for IRC
ii  account-plugin-jabber                     3.8.4-1ubuntu2                                     amd64        Messaging account plugin for Jabber/XMPP
ii  account-plugin-salut                      3.8.4-1ubuntu2                                     amd64        Messaging account plugin for Local XMPP (Salut)
ii  account-plugin-sip                        3.8.4-1ubuntu2                                     amd64        Messaging account plugin for SIP
ii  account-plugin-twitter                    0.11+13.10.20130802-0ubuntu1                       all          GNOME Control Center account plugin for single signon - twitter
ii  account-plugin-windows-live               0.11+13.10.20130802-0ubuntu1                       all          GNOME Control Center account plugin for single signon - windows live
ii  accountsservice                           0.6.34-0ubuntu6                                    amd64        query and manipulate user account information
ii  acl                                       2.2.52-1                                           amd64        Access control list utilities
ii  acpi-support                              0.142                                              amd64        scripts for handling many ACPI events
ii  acpid                                     1:2.0.18-1ubuntu2                                  amd64        Advanced Configuration and Power Interface event daemon
ii  activity-log-manager                      0.9.7-0ubuntu4                                     amd64        blacklist configuration user interface for Zeitgeist
ii  activity-log-manager-control-center       0.9.7-0ubuntu4                                     all          blacklist configuration for Zeitgeist (transitional package)
ii  adduser                                   3.113+nmu3ubuntu2                                  all          add and remove users and groups
ii  adium-theme-ubuntu                        0.3.3-0ubuntu1                                     all          Adium message style for Ubuntu
ii  aircrack-ng                               1:1.1-6                                            amd64        wireless WEP/WPA cracking utilities
ii  aisleriot                                 1:3.8.0-2                                          amd64        GNOME solitaire card game collection
ii  alsa-base                                 1.0.25+dfsg-0ubuntu4                               all          ALSA driver configuration files
ii  alsa-utils                                1.0.27.1-1ubuntu1                                  amd64        Utilities for configuring and using ALSA
ii  anacron                                   2.3-19ubuntu2                                      amd64        cron-like program that doesn't go by time
ii  ant                                       1.9.2-1                                            all          Java based build tool like make
ii  ant-optional                              1.9.2-1                                            all          Java based build tool like make - optional libraries
ii  apg                                       2.2.3.dfsg.1-2build1                               amd64        Automated Password Generator - Standalone version
ii  app-install-data                          13.10.1                                            all          Ubuntu applications (data files)
ii  app-install-data-partner                  13.04                                              all          Application Installer (data files for partner applications/repositories)
ii  apparmor                                  2.8.0-0ubuntu31.1                                  amd64        User-space parser utility for AppArmor
ii  apparmor-easyprof                         2.8.0-0ubuntu31.1                                  all          AppArmor easyprof profiling tool
rc  appmenu-gtk:amd64                         12.10.3daily13.04.03-0ubuntu1                      amd64        Export GTK menus over DBus
rc  appmenu-gtk3:amd64                        12.10.3daily13.04.03-0ubuntu1                      amd64        Export GTK menus over DBus
ii  appmenu-qt                                0.2.7daily13.05.02-0ubuntu1                        amd64        application menu for Qt
ii  appmenu-qt5                               0.2.7daily13.05.02-0ubuntu1                        amd64        application menu for Qt5
ii  apport                                    2.12.5-0ubuntu2.1                                  all          automatically generate crash reports for debugging
ii  apport-gtk                                2.12.5-0ubuntu2.1                                  all          GTK+ frontend for the apport crash report system
ii  apport-symptoms                           0.20                                               all          symptom scripts for apport
ii  apt                                       0.9.9.1~ubuntu3                                    amd64        commandline package manager
ii  apt-transport-https                       0.9.9.1~ubuntu3                                    amd64        https download transport for APT
ii  apt-utils                                 0.9.9.1~ubuntu3                                    amd64        package managment related utility programs
ii  apt-xapian-index                          0.45ubuntu3                                        all          maintenance and search tools for a Xapian index of Debian packages
ii  aptdaemon                                 1.1.1-0ubuntu4                                     all          transaction based package management service
ii  aptdaemon-data                            1.1.1-0ubuntu4                                     all          data files for clients
ii  aptitude                                  0.6.8.2-1ubuntu2                                   amd64        terminal-based package manager
ii  aptitude-common                           0.6.8.2-1ubuntu2                                   all          architecture indepedent files for the aptitude package manager
ii  apturl                                    0.5.2ubuntu2                                       amd64        install packages using the apt protocol - GTK+ frontend
ii  apturl-common                             0.5.2ubuntu2                                       amd64        install packages using the apt protocol - common data
ii  argyll                                    1.4.0-8ubuntu5                                     amd64        Color Management System, calibrator and profiler
ii  arj                                       3.10.22-11                                         amd64        archiver for .arj files
ii  asciidoc                                  8.6.7-1                                            all          Highly configurable text format for writing documentation
ii  aspectj                                   1.6.12+dfsg-3                                      all          aspect-oriented extension for Java - tools
ii  aspell                                    0.60.7~20110707-1build1                            amd64        GNU Aspell spell-checker
ii  aspell-en                                 7.1-0-1                                            all          English dictionary for GNU Aspell
ii  at                                        3.1.13-2ubuntu2                                    amd64        Delayed job execution and batch processing
ii  at-spi2-core                              2.10.1-0ubuntu0.1                                  amd64        Assistive Technology Service Provider Interface (dbus core)
ii  atomicparsley                             0.9.2~svn110-4                                     amd64        read, parse and set metadata of MPEG-4 and 3gp files
ii  audacity                                  2.0.3-1                                            amd64        fast, cross-platform audio editor
ii  audacity-data                             2.0.3-1                                            all          fast, cross-platform audio editor (data)
ii  autoconf                                  2.69-1.1                                           all          automatic configure script builder
ii  autogen                                   1:5.18-2ubuntu1                                    amd64        automated text file generator
ii  automake                                  1:1.13.3-1.1ubuntu2                                all          Tool for generating GNU Standards-compliant Makefiles
ii  autopoint                                 0.18.1.1-10ubuntu3                                 all          The autopoint program from GNU gettext
ii  autotools-dev                             20130810.1                                         all          Update infrastructure for config.{guess,sub} files
ii  avahi-autoipd                             0.6.31-2ubuntu4.1                                  amd64        Avahi IPv4LL network address configuration daemon
ii  avahi-daemon                              0.6.31-2ubuntu4.1                                  amd64        Avahi mDNS/DNS-SD daemon
ii  avahi-utils                               0.6.31-2ubuntu4.1                                  amd64        Avahi browsing, publishing and discovery utilities
ii  bamfdaemon                                0.5.1+13.10.20131011-0ubuntu1                      amd64        Window matching library - daemon
ii  baobab                                    3.8.2-1                                            amd64        GNOME disk usage analyzer
ii  base-files                                6.12ubuntu4                                        amd64        Debian base system miscellaneous files
ii  base-passwd                               3.5.26                                             amd64        Debian base system master password and group files
ii  bash                                      4.2-5ubuntu3                                       amd64        GNU Bourne Again SHell
ii  bash-completion                           1:2.0-1ubuntu3                                     all          programmable completion for the bash shell
ii  bc                                        1.06.95-8                                          amd64        GNU bc arbitrary precision calculator language
ii  bind9-host                                1:9.9.3.dfsg.P2-4ubuntu1                           amd64        Version of 'host' bundled with BIND 9.X
ii  binfmt-support                            2.0.15                                             amd64        Support for extra binary formats
ii  binutils                                  2.23.52.20130913-0ubuntu1                          amd64        GNU assembler, linker and binary utilities
ii  binutils-dev                              2.23.52.20130913-0ubuntu1                          amd64        GNU binary utilities (BFD development files)
ii  binwalk                                   1.0-1                                              amd64        tool for searching binary images for embedded files and executable code
ii  bison                                     2:2.7.1.dfsg-1                                     amd64        YACC-compatible parser generator
ii  bluez                                     4.101-0ubuntu8b1                                   amd64        Bluetooth tools and daemons
ii  bluez-alsa:amd64                          4.101-0ubuntu8b1                                   amd64        Bluetooth ALSA support
ii  bluez-cups                                4.101-0ubuntu8b1                                   amd64        Bluetooth printer driver for CUPS
ii  bluez-gstreamer                           4.101-0ubuntu8b1                                   amd64        Bluetooth GStreamer support
rc  boot-repair                               3.199~ppa27~raring                                 all          Graphical tool to repair boot problems
ii  branding-ubuntu                           0.8                                                all          Replacement artwork with Ubuntu branding
ii  brasero                                   3.8.0-1ubuntu3                                     amd64        CD/DVD burning application for GNOME
ii  brasero-cdrkit                            3.8.0-1ubuntu3                                     amd64        cdrkit extensions for the Brasero burning application
ii  brasero-common                            3.8.0-1ubuntu3                                     all          Common files for the Brasero CD burning application and library
ii  brltty                                    4.5-3ubuntu1                                       amd64        Access software for a blind person using a braille display
ii  bsdmainutils                              9.0.5ubuntu1                                       amd64        collection of more utilities from FreeBSD
ii  bsdutils                                  1:2.20.1-5.1ubuntu9                                amd64        Basic utilities from 4.4BSD-Lite
ii  build-essential                           11.6ubuntu5                                        amd64        Informational list of build-essential packages
ii  busybox-initramfs                         1:1.20.0-8.1ubuntu1                                amd64        Standalone shell setup for initramfs
ii  busybox-static                            1:1.20.0-8.1ubuntu1                                amd64        Standalone rescue shell with tons of builtin utilities
ii  bzip2                                     1.0.6-4                                            amd64        high-quality block-sorting file compressor - utilities
ii  ca-certificates                           20130610                                           all          Common CA certificates
ii  ca-certificates-java                      20130815                                           all          Common CA certificates (JKS keystore)
ii  cabextract                                1.4-4                                              amd64        Microsoft Cabinet file unpacker
ii  ccache                                    3.1.9-1                                            amd64        Compiler cache for fast recompilation of C/C++ code
ii  cdbs                                      0.4.121ubuntu1                                     all          common build system for Debian packages
ii  checkbox                                  0.16.7                                             amd64        System testing application
ii  checkbox-qt                               0.16.7                                             amd64        QT4 interface for checkbox
ii  cheese                                    3.8.3-0ubuntu1                                     amd64        tool to take pictures and videos from your webcam
ii  cheese-common                             3.8.3-0ubuntu1                                     all          Common files for the Cheese tool to take pictures and videos
ii  chromium-codecs-ffmpeg-extra              30.0.1599.114-0ubuntu0.13.10.2                     amd64        Extra ffmpeg codecs for the Chromium Browser
ii  cmake                                     2.8.11.2-1ubuntu5                                  amd64        cross-platform, open-source make system
ii  cmake-data                                2.8.11.2-1ubuntu5                                  all          CMake data files (modules, templates and documentation)
ii  codecgraph                                20120114-1                                         all          Generates graphviz graphs from HDA-Intel codec information
ii  colord                                    1.0.2-1                                            amd64        system service to manage device colour profiles -- system daemon
ii  colorhug-client                           0.2.0-3                                            amd64        Tools for the Hughski Colorimeter
ii  comerr-dev                                2.1-1.42.8-1ubuntu1                                amd64        common error description library - headers and static libraries
ii  command-not-found                         0.3ubuntu8                                         all          Suggest installation of packages in interactive bash sessions
ii  command-not-found-data                    0.3ubuntu8                                         amd64        Set of data files for command-not-found.
ii  compiz                                    1:0.9.10+13.10.20131011-0ubuntu1                   all          OpenGL window and compositing manager
ii  compiz-core                               1:0.9.10+13.10.20131011-0ubuntu1                   amd64        OpenGL window and compositing manager
ii  compiz-gnome                              1:0.9.10+13.10.20131011-0ubuntu1                   amd64        OpenGL window and compositing manager - GNOME window decorator
ii  compiz-plugins-default                    1:0.9.10+13.10.20131011-0ubuntu1                   amd64        OpenGL window and compositing manager - default plugins
ii  console-setup                             1.70ubuntu7                                        all          console font and keymap setup program
ii  consolekit                                0.4.5-3.1ubuntu2                                   amd64        framework for defining and tracking users, sessions and seats
ii  coreutils                                 8.20-3ubuntu5                                      amd64        GNU core utilities
ii  cpio                                      2.11+dfsg-1ubuntu1                                 amd64        GNU cpio -- a program to manage archives of files
ii  cpp                                       4:4.8.1-2ubuntu3                                   amd64        GNU C preprocessor (cpp)
ii  cpp-4.7                                   4.7.3-7ubuntu3                                     amd64        GNU C preprocessor
ii  cpp-4.8                                   4.8.1-10ubuntu9                                    amd64        GNU C preprocessor
ii  cpu-checker                               0.7-0ubuntu3                                       amd64        tools to help evaluate certain CPU (or BIOS) features
ii  cracklib-runtime                          2.8.22-1                                           amd64        runtime support for password checker library cracklib2
ii  crash                                     6.1.6-1ubuntu2                                     amd64        kernel debugging utility, allowing gdb like syntax
ii  crda                                      1.1.2-1ubuntu2                                     amd64        wireless Central Regulatory Domain Agent
ii  cron                                      3.0pl1-124ubuntu2                                  amd64        process scheduling daemon
ii  cryptsetup-bin                            2:1.4.3-4ubuntu4                                   amd64        disk encryption support - command line tools
ii  cups                                      1.7.0~rc1-0ubuntu5.1                               amd64        Common UNIX Printing System(tm) - server
ii  cups-browsed                              1.0.40-0ubuntu1                                    amd64        OpenPrinting CUPS Filters - cups-browsed
ii  cups-bsd                                  1.7.0~rc1-0ubuntu5.1                               amd64        Common UNIX Printing System(tm) - BSD commands
ii  cups-client                               1.7.0~rc1-0ubuntu5.1                               amd64        Common UNIX Printing System(tm) - client programs (SysV)
ii  cups-common                               1.7.0~rc1-0ubuntu5.1                               all          Common UNIX Printing System(tm) - common files
ii  cups-daemon                               1.7.0~rc1-0ubuntu5.1                               amd64        Common UNIX Printing System(tm) - daemon
ii  cups-filters                              1.0.40-0ubuntu1                                    amd64        OpenPrinting CUPS Filters
ii  cups-pk-helper                            0.2.5-0ubuntu1                                     amd64        PolicyKit helper to configure cups with fine-grained privileges
ii  cups-ppdc                                 1.7.0~rc1-0ubuntu5.1                               amd64        Common UNIX Printing System(tm) - PPD manipulation utilities
ii  cups-server-common                        1.7.0~rc1-0ubuntu5.1                               all          Common UNIX Printing System(tm) - server common files
ii  curl                                      7.32.0-1ubuntu1.1                                  amd64        command line tool for transferring data with URL syntax
ii  dash                                      0.5.7-3ubuntu1                                     amd64        POSIX-compliant shell
ii  dblatex                                   0.3.4-3                                            all          Produces DVI, PostScript, PDF documents from DocBook sources
ii  dbus                                      1.6.12-0ubuntu10                                   amd64        simple interprocess messaging system (daemon and utilities)
ii  dbus-x11                                  1.6.12-0ubuntu10                                   amd64        simple interprocess messaging system (X11 deps)
ii  dc                                        1.06.95-8                                          amd64        GNU dc arbitrary precision reverse-polish calculator
ii  dconf-cli                                 0.16.1-1                                           amd64        simple configuration storage system - utilities
ii  dconf-editor                              0.16.1-1                                           amd64        simple configuration storage system - utilities
ii  dconf-gsettings-backend:amd64             0.16.1-1                                           amd64        simple configuration storage system - GSettings back-end
ii  dconf-service                             0.16.1-1                                           amd64        simple configuration storage system - D-Bus service
ii  dconf-tools                               0.16.1-1                                           all          transitional dummy package
ii  ddd                                       1:3.3.12-5                                         amd64        The Data Display Debugger, a graphical debugger frontend
ii  debconf                                   1.5.50ubuntu1                                      all          Debian configuration management system
ii  debconf-i18n                              1.5.50ubuntu1                                      all          full internationalization support for debconf
ii  debhelper                                 9.20130630ubuntu1                                  all          helper programs for debian/rules
ii  debiandoc-sgml                            1.2.28-1                                           all          DebianDoc SGML DTD and formatting tools
ii  debianutils                               4.4                                                amd64        Miscellaneous utilities specific to Debian
ii  debsums                                   2.0.52+nmu1                                        all          tool for verification of installed package files against MD5 checksums
ii  default-jdk                               1:1.7-48ubuntu2                                    amd64        Standard Java or Java compatible Development Kit
ii  default-jre                               1:1.7-48ubuntu2                                    amd64        Standard Java or Java compatible Runtime
ii  default-jre-headless                      1:1.7-48ubuntu2                                    amd64        Standard Java or Java compatible Runtime (headless)
ii  deja-dup                                  27.3.1-0ubuntu1                                    amd64        Back up your files
ii  deja-dup-backend-gvfs                     27.3.1-0ubuntu1                                    all          Remote server support for D?j? Dup
ii  deja-dup-backend-ubuntuone                27.3.1-0ubuntu1                                    all          Ubuntu One support for D?j? Dup
ii  desktop-file-utils                        0.21-1ubuntu3                                      amd64        Utilities for .desktop files
ii  dh-apparmor                               2.8.0-0ubuntu31.1                                  all          AppArmor debhelper routines
ii  dh-autoreconf                             9                                                  all          debhelper add-on to call autoreconf and clean up after the build
ii  dh-python                                 1.20131003-1                                       all          Debian helper tools for packaging Python libraries and applications
ii  dh-translations                           118                                                all          debhelper extension for translation support
ii  dialog                                    1.2-20130523-1                                     amd64        Displays user-friendly dialog boxes from shell scripts
ii  dictionaries-common                       1.20.2                                             all          Common utilities for spelling dictionary tools
ii  diffstat                                  1.56-1                                             amd64        produces graph of changes introduced by a diff file
ii  diffutils                                 1:3.2-8                                            amd64        File comparison utilities
ii  dispcalgui                                1.2.7.0-1                                          amd64        Graphical user interface for the Argyll CMS.
ii  distcc                                    3.1-6                                              amd64        simple distributed compiler client and server
ii  distccmon-gnome                           3.1-6                                              amd64        GTK+ monitor for distcc a distributed client and server
ii  djvulibre-bin                             3.5.25.4-2                                         amd64        Utilities for the DjVu image format
ii  dkms                                      2.2.0.3-1.1ubuntu4                                 all          Dynamic Kernel Module Support Framework
ii  dmidecode                                 2.12-2                                             amd64        SMBIOS/DMI table decoder
ii  dmsetup                                   2:1.02.77-6ubuntu1                                 amd64        Linux Kernel Device Mapper userspace library
ii  dmz-cursor-theme                          0.4.3ubuntu1                                       all          Style neutral, scalable cursor theme
ii  dnsmasq                                   2.66-4ubuntu1                                      all          Small caching DNS proxy and DHCP/TFTP server
ii  dnsmasq-base                              2.66-4ubuntu1                                      amd64        Small caching DNS proxy and DHCP/TFTP server
ii  dnsutils                                  1:9.9.3.dfsg.P2-4ubuntu1                           amd64        Clients provided with BIND
ii  doc-base                                  0.10.5                                             all          utilities to manage online documentation
ii  docbook                                   4.5-5.1ubuntu1                                     all          standard SGML representation system for technical documents
ii  docbook-dsssl                             1.79-7ubuntu1                                      all          modular DocBook DSSSL stylesheets, for print and HTML
ii  docbook-to-man                            1:2.0.0-31                                         amd64        converter from DocBook SGML into roff man macros
ii  docbook-utils                             0.6.14-3ubuntu1                                    all          Convert DocBook files to other formats (HTML, RTF, PS, man, PDF)
ii  docbook-xml                               4.5-7.2                                            all          standard XML documentation system for software and systems
ii  docbook-xsl                               1.78.1+dfsg-1                                      all          stylesheets for processing DocBook XML to various output formats
ii  dosfstools                                3.0.16-2ubuntu2                                    amd64        utilities for making and checking MS-DOS FAT filesystems
ii  doxygen                                   1.8.4-1                                            amd64        Documentation system for C, C++, Java, Python and other languages
ii  dpkg                                      1.16.12ubuntu1                                     amd64        Debian package management system
ii  dpkg-dev                                  1.16.12ubuntu1                                     all          Debian package development tools
ii  duplicity                                 0.6.21-0ubuntu4.1                                  amd64        encrypted bandwidth-efficient backup
ii  dvd+rw-tools                              7.1-10build1                                       amd64        DVD+-RW/R tools
ii  e2fslibs:amd64                            1.42.8-1ubuntu1                                    amd64        ext2/ext3/ext4 file system libraries
ii  e2fsprogs                                 1.42.8-1ubuntu1                                    amd64        ext2/ext3/ext4 file system utilities
ii  eclipse-cdt                               8.1.2-2                                            all          C/C++ Development Tools for Eclipse
ii  eclipse-cdt-autotools                     8.1.2-2                                            all          Autotools support for Eclipse CDT
ii  eclipse-cdt-jni                           8.1.2-2                                            amd64        C/C++ Development Tools for Eclipse (JNI)
ii  eclipse-egit                              2.3.1-2                                            all          Eclipse Team provider for the Git version control system
ii  eclipse-jdt                               3.8.1-4                                            all          Eclipse Java Development Tools (JDT)
ii  eclipse-pde                               3.8.1-4                                            amd64        Eclipse Plug-in Development Environment (PDE)
ii  eclipse-platform                          3.8.1-4                                            amd64        Eclipse platform without development plug-ins
ii  eclipse-platform-data                     3.8.1-4                                            all          Eclipse platform without development plug-ins (data)
ii  eclipse-rcp                               3.8.1-4                                            amd64        Eclipse Rich Client Platform (RCP)
ii  ed                                        1.9-2                                              amd64        classic UNIX line editor
ii  efibootmgr                                0.5.4-7                                            amd64        Interact with the EFI Boot Manager
ii  eject                                     2.1.5+deb1+cvs20081104-13                          amd64        ejects CDs and operates CD-Changers under Linux
ii  emacsen-common                            2.0.5                                              all          Common facilities for all emacsen
ii  empathy                                   3.8.4-1ubuntu2                                     amd64        GNOME multi-protocol chat and call client
ii  empathy-common                            3.8.4-1ubuntu2                                     all          GNOME multi-protocol chat and call client (common files)
ii  enchant                                   1.6.0-10                                           amd64        Wrapper for various spell checker engines (binary programs)
ii  eog                                       3.8.2-1ubuntu1                                     amd64        Eye of GNOME graphics viewer program
ii  esound-common                             0.2.41-11                                          all          Enlightened Sound Daemon - Common files
ii  espeak-data:amd64                         1.47.11-1                                          amd64        Multi-lingual software speech synthesizer: speech data files
ii  ethtool                                   1:3.9-1                                            amd64        display or change Ethernet device settings
ii  evince                                    3.10.0-0ubuntu2                                    amd64        Document (PostScript, PDF) viewer
ii  evince-common                             3.10.0-0ubuntu2                                    all          Document (PostScript, PDF) viewer - common files
ii  evolution-data-server                     3.8.5-1ubuntu3                                     amd64        evolution database backend server
ii  evolution-data-server-common              3.8.5-1ubuntu3                                     all          architecture independent files for Evolution Data Server
ii  evolution-data-server-goa                 3.8.5-1ubuntu3                                     amd64        evolution data server integration with GNOME Online Accounts
rc  evolution-data-server-uoa                 3.8.5-1ubuntu2                                     amd64        evolution data server integration with Ubuntu Online Accounts
ii  example-content                           48                                                 all          Ubuntu example content
ii  extra-xdg-menus                           1.0-4                                              all          Extra menu categories for applications under GNOME and KDE
ii  fakeroot                                  1.20-1                                             amd64        tool for simulating superuser privileges
ii  fastjar                                   2:0.98-5                                           amd64        Jar creation utility
ii  file                                      5.11-2ubuntu4                                      amd64        Determines file type using "magic" numbers
ii  file-roller                               3.10.1-0ubuntu1                                    amd64        archive manager for GNOME
ii  findutils                                 4.4.2-6ubuntu1                                     amd64        utilities for finding files--find, xargs
ii  firefox                                   25.0.1+build1-0ubuntu0.13.10.1                     amd64        Safe and easy web browser from Mozilla
ii  firefox-globalmenu                        25.0.1+build1-0ubuntu0.13.10.1                     amd64        Safe and easy web browser from Mozilla (transitional package)
ii  firefox-locale-de                         25.0.1+build1-0ubuntu0.13.10.1                     amd64        German language pack for Firefox
ii  firefox-locale-en                         25.0.1+build1-0ubuntu0.13.10.1                     amd64        English language pack for Firefox
ii  flashplugin-installer                     11.2.202.327ubuntu0.13.10.1                        amd64        Adobe Flash Player plugin installer
ii  flex                                      2.5.35-10.1ubuntu1                                 amd64        A fast lexical analyzer generator.
ii  folks-common                              0.9.2-1                                            all          library to aggregates people into metacontacts (common files)
ii  fontconfig                                2.10.93-0ubuntu1                                   amd64        generic font configuration library - support binaries
ii  fontconfig-config                         2.10.93-0ubuntu1                                   all          generic font configuration library - configuration
ii  fonts-dejavu-core                         2.33+svn2514-3ubuntu1                              all          Vera font family derivate with additional characters
ii  fonts-dejavu-extra                        2.33+svn2514-3ubuntu1                              all          Vera font family derivate with additional characters (extra variants)
ii  fonts-droid                               1:4.2.r1-2                                         all          handheld device font with extensive style and language support
ii  fonts-freefont-ttf                        20120503-1                                         all          Freefont Serif, Sans and Mono Truetype fonts
ii  fonts-horai-umefont                       454-1                                              all          Japanese TrueType font, Ume-font
ii  fonts-kacst                               2.01+mry-9                                         all          KACST free TrueType Arabic fonts
ii  fonts-kacst-one                           5.0+svn11846-6                                     all          TrueType font designed for Arabic language
ii  fonts-khmeros-core                        5.0-5ubuntu1                                       all          KhmerOS Unicode fonts for the Khmer language of Cambodia
ii  fonts-lao                                 0.0.20060226-9                                     all          TrueType font for Lao language
ii  fonts-liberation                          1.07.3-2                                           all          Fonts with the same metrics as Times, Arial and Courier
ii  fonts-lklug-sinhala                       0.6-3                                              all          Unicode Sinhala font by Lanka Linux User Group
ii  fonts-lmodern                             2.004.4-3                                          all          OpenType fonts based on Computer Modern
ii  fonts-nanum                               3.020-3                                            all          Nanum Korean fonts
ii  fonts-opensymbol                          2:102.3+LibO4.1.3-0ubuntu1                         all          OpenSymbol TrueType font
ii  fonts-sil-abyssinica                      1.200-6                                            all          smart Unicode font for Ethiopian and Erythrean scripts (Amharic et al.)
ii  fonts-sil-padauk                          2.80-2                                             all          smart Unicode font for languages in Myanmar
ii  fonts-takao-pgothic                       003.02.01-7.1ubuntu1                               all          Japanese TrueType font set, Takao P Gothic Fonts
ii  fonts-texgyre                             2.004.2-4                                          all          OpenType fonts based on URW Fonts
ii  fonts-thai-tlwg                           1:0.5.1-3                                          all          Thai fonts maintained by TLWG (meta package)
ii  fonts-tibetan-machine                     1.901b-5                                           all          font for Tibetan, Dzongkha and Ladakhi (OpenType Unicode)
ii  fonts-tlwg-garuda                         1:0.5.1-3                                          all          Thai Garuda font
ii  fonts-tlwg-kinnari                        1:0.5.1-3                                          all          Thai Kinnari font
ii  fonts-tlwg-loma                           1:0.5.1-3                                          all          Thai Loma font
ii  fonts-tlwg-mono                           1:0.5.1-3                                          all          Thai TlwgMono font
ii  fonts-tlwg-norasi                         1:0.5.1-3                                          all          Thai Norasi font
ii  fonts-tlwg-purisa                         1:0.5.1-3                                          all          Thai Purisa font
ii  fonts-tlwg-sawasdee                       1:0.5.1-3                                          all          Thai Sawasdee font
ii  fonts-tlwg-typewriter                     1:0.5.1-3                                          all          Thai TlwgTypewriter font
ii  fonts-tlwg-typist                         1:0.5.1-3                                          all          Thai TlwgTypist font
ii  fonts-tlwg-typo                           1:0.5.1-3                                          all          Thai TlwgTypo font
ii  fonts-tlwg-umpush                         1:0.5.1-3                                          all          Thai Umpush font
ii  fonts-tlwg-waree                          1:0.5.1-3                                          all          Thai Waree font
ii  fonts-unfonts-core                        1.0.3.is.1.0.2-080608-5ubuntu3                     all          Un series Korean TrueType fonts
ii  foomatic-db-compressed-ppds               20130912-0ubuntu1                                  all          OpenPrinting printer support - Compressed PPDs derived from the database
ii  foomatic-filters                          4.0.17-1ubuntu1                                    amd64        OpenPrinting printer support - filters
ii  freepats                                  20060219-1                                         all          Free patch set for MIDI audio synthesis
ii  freerdp-x11                               1.0.2-1ubuntu1                                     amd64        RDP client for Windows Terminal Services
ii  frei0r-plugins                            1.1.22git20091109-1.2build1                        amd64        minimalistic plugin API for video effects, plugins collection
ii  friendly-recovery                         0.2.25                                             all          Make recovery more user-friendly
ii  friends                                   0.2.0+13.10.20130926-0ubuntu1                      amd64        Social integration with the desktop
ii  friends-dispatcher                        0.2.0+13.10.20130926-0ubuntu1                      all          Social integration with the desktop
ii  friends-facebook                          0.2.0+13.10.20130926-0ubuntu1                      all          Social integration with the desktop - Facebook
ii  friends-identica                          0.2.0+13.10.20130926-0ubuntu1                      all          Social integration with the desktop - Identi.ca
ii  friends-twitter                           0.2.0+13.10.20130926-0ubuntu1                      all          Social integration with the desktop - Twitter
ii  fslint                                    2.42-3                                             all          Utility collection to find and fix common errors in file storage
ii  ftp                                       0.17-28                                            amd64        classical file transfer client
ii  fuse                                      2.9.2-4ubuntu3                                     amd64        Filesystem in Userspace
ii  fxload                                    0.0.20081013-1ubuntu1                              amd64        Firmware download to EZ-USB devices
ii  g++                                       4:4.8.1-2ubuntu3                                   amd64        GNU C++ compiler
ii  g++-4.7                                   4.7.3-7ubuntu3                                     amd64        GNU C++ compiler
ii  g++-4.8                                   4.8.1-10ubuntu9                                    amd64        GNU C++ compiler
ii  gawk                                      1:4.0.1+dfsg-2.1ubuntu2                            amd64        GNU awk, a pattern scanning and processing language
ii  gcalctool                                 1:3.8.2-1ubuntu4                                   all          gnome-calculator is a powerful graphical calculator for GNOME (transitional package)
ii  gcc                                       4:4.8.1-2ubuntu3                                   amd64        GNU C compiler
ii  gcc-4.7                                   4.7.3-7ubuntu3                                     amd64        GNU C compiler
ii  gcc-4.7-base:amd64                        4.7.3-7ubuntu3                                     amd64        GCC, the GNU Compiler Collection (base package)
ii  gcc-4.8                                   4.8.1-10ubuntu9                                    amd64        GNU C compiler
ii  gcc-4.8-base:amd64                        4.8.1-10ubuntu9                                    amd64        GCC, the GNU Compiler Collection (base package)
ii  gcc-4.8-base:i386                         4.8.1-10ubuntu9                                    i386         GCC, the GNU Compiler Collection (base package)
ii  gconf-service                             3.2.6-0ubuntu1                                     amd64        GNOME configuration database system (D-Bus service)
ii  gconf-service-backend                     3.2.6-0ubuntu1                                     amd64        GNOME configuration database system (D-Bus service)
ii  gconf2                                    3.2.6-0ubuntu1                                     amd64        GNOME configuration database system (support tools)
ii  gconf2-common                             3.2.6-0ubuntu1                                     all          GNOME configuration database system (common files)
ii  gcr                                       3.8.2-4                                            amd64        GNOME crypto services (daemon and tools)
ii  gdb                                       7.6.1-0ubuntu3                                     amd64        GNU Debugger
ii  geda                                      1:1.8.1-3                                          all          GPL EDA -- Electronics design software (metapackage)
ii  geda-doc                                  1:1.8.1-3                                          all          GPL EDA -- Electronics design software (documentation)
ii  geda-examples                             1:1.8.1-3                                          all          GPL EDA -- Electronics design software (example designs)
ii  geda-gattrib                              1:1.8.1-3                                          amd64        GPL EDA -- Electronics design software (attribute editor)
ii  geda-gnetlist                             1:1.8.1-3                                          amd64        GPL EDA -- Electronics design software (netlister)
ii  geda-gschem                               1:1.8.1-3                                          amd64        GPL EDA -- Electronics design software (schematic editor)
ii  geda-gsymcheck                            1:1.8.1-3                                          amd64        GPL EDA -- Electronics design software (symbol checker)
ii  geda-symbols                              1:1.8.1-3                                          all          GPL EDA -- Electronics design software (symbols library)
ii  geda-utils                                1:1.8.1-3                                          amd64        GPL EDA -- Electronics design software (utilities)
ii  gedit                                     3.8.3-0ubuntu3                                     amd64        official text editor of the GNOME desktop environment
ii  gedit-common                              3.8.3-0ubuntu3                                     all          official text editor of the GNOME desktop environment (support files)
ii  genisoimage                               9:1.1.11-2ubuntu3                                  amd64        Creates ISO-9660 CD-ROM filesystem images
ii  geoclue                                   0.12.99-2ubuntu5                                   amd64        Geographic information framework
ii  geoclue-ubuntu-geoip                      1.0.2+13.10.20130722-0ubuntu1                      amd64        Provide positioning for GeoClue via Ubuntu GeoIP services
ii  geoip-database                            20130813-1                                         all          IP lookup command line tools that use the GeoIP library (country database)
ii  gerbv                                     2.6.0-1                                            amd64        Gerber file viewer for PCB design
ii  get-flash-videos                          1.25~git2012.06.27-1                               all          video downloader for various Flash-based video hosting sites
ii  get-iplayer                               2.83-1                                             all          download/stream available BBC iPlayer TV and radio programmes
ii  gettext                                   0.18.1.1-10ubuntu3                                 amd64        GNU Internationalization utilities
ii  gettext-base                              0.18.1.1-10ubuntu3                                 amd64        GNU Internationalization utilities for the base system
ii  ghex                                      3.8.1-1                                            amd64        GNOME Hex editor for files
ii  ghostscript                               9.10~dfsg-0ubuntu2                                 amd64        interpreter for the PostScript language and for PDF
ii  ghostscript-x                             9.10~dfsg-0ubuntu2                                 amd64        interpreter for the PostScript language and for PDF - X11 support
ii  gimp                                      2.8.6-1ubuntu1.1                                   amd64        The GNU Image Manipulation Program
ii  gimp-data                                 2.8.6-1ubuntu1.1                                   all          Data files for GIMP
ii  gimp-help-common                          2.6.1-1                                            all          Data files for the GIMP documentation
ii  gimp-help-de                              2.6.1-1                                            all          Documentation for the GIMP (German)
ii  gimp-help-en                              2.6.1-1                                            all          Documentation for the GIMP (English)
ii  gir1.2-accounts-1.0                       1.14+13.10.20131016.2-0ubuntu1                     amd64        typelib file for libaccounts-glib0
ii  gir1.2-appindicator3-0.1                  12.10.1+13.10.20130920-0ubuntu2                    amd64        Typelib files for libappindicator3-1.
ii  gir1.2-atk-1.0                            2.10.0-2                                           amd64        ATK accessibility toolkit (GObject introspection)
ii  gir1.2-atspi-2.0                          2.10.1-0ubuntu0.1                                  amd64        Assistive Technology Service Provider (GObject introspection)
ii  gir1.2-cogl-1.0                           1.14.0-2                                           amd64        GObject introspection data for the Cogl 1.0 library
ii  gir1.2-coglpango-1.0                      1.14.0-2                                           amd64        GObject introspection data for the CoglPango 1.0 library
ii  gir1.2-dbusmenu-glib-0.4                  12.10.3+13.10.20131104-0ubuntu1                    amd64        typelib file for libdbusmenu-glib4
ii  gir1.2-dee-1.0                            1.2.7+13.10.20130924.1-0ubuntu1                    amd64        GObject introspection data for the Dee library
ii  gir1.2-ebook-1.2                          3.8.5-1ubuntu3                                     amd64        GObject introspection for the EBook library
ii  gir1.2-ebookcontacts-1.2                  3.8.5-1ubuntu3                                     amd64        GObject introspection for the EBook Contacts library
ii  gir1.2-edataserver-1.2                    3.8.5-1ubuntu3                                     amd64        GObject introspection for the EDataServer library
ii  gir1.2-farstream-0.2                      0.2.3-1ubuntu1                                     amd64        Audio/Video communications framework: GObject-Introspection
ii  gir1.2-freedesktop                        1.38.0-0ubuntu1                                    amd64        Introspection data for some FreeDesktop components
ii  gir1.2-gconf-2.0                          3.2.6-0ubuntu1                                     amd64        GNOME configuration database system (GObject-Introspection)
ii  gir1.2-gdata-0.0                          0.14.0-1ubuntu1                                    amd64        GObject introspection data for the GData webservices library
ii  gir1.2-gdkpixbuf-2.0                      2.28.1-1ubuntu2                                    amd64        GDK Pixbuf library - GObject-Introspection
ii  gir1.2-glib-2.0                           1.38.0-0ubuntu1                                    amd64        Introspection data for GLib, GObject, Gio and GModule
ii  gir1.2-gmenu-3.0                          3.8.0-1ubuntu5                                     amd64        GObject introspection data for the GNOME menu library
ii  gir1.2-gnomebluetooth-1.0                 3.8.1-2ubuntu2                                     amd64        Introspection data for GnomeBluetooth
ii  gir1.2-gnomekeyring-1.0                   3.8.0-2                                            amd64        GNOME keyring services library - introspection data
ii  gir1.2-goa-1.0                            3.8.3-2                                            amd64        Introspection data for GNOME Online Accounts
ii  gir1.2-gssdp-1.0                          0.14.4-1                                           amd64        GObject introspection data for the GSSDP library
ii  gir1.2-gst-plugins-base-0.10              0.10.36-1.1ubuntu1                                 amd64        Description: GObject introspection data for the GStreamer Plugins Base library
ii  gir1.2-gst-plugins-base-1.0               1.2.0-1ubuntu1                                     amd64        Description: GObject introspection data for the GStreamer Plugins Base library
ii  gir1.2-gstreamer-0.10                     0.10.36-1.2ubuntu1                                 amd64        Description: GObject introspection data for the GStreamer library
ii  gir1.2-gstreamer-1.0                      1.2.0-1                                            amd64        Description: GObject introspection data for the GStreamer library
ii  gir1.2-gtk-2.0                            2.24.20-1ubuntu1                                   amd64        GTK+ graphical user interface library -- gir bindings
ii  gir1.2-gtk-3.0                            3.8.6-0ubuntu3                                     amd64        GTK+ graphical user interface library -- gir bindings
ii  gir1.2-gtksource-3.0                      3.8.2-0ubuntu1                                     amd64        gir files for the GTK+ syntax highlighting widget
ii  gir1.2-gudev-1.0                          204-0ubuntu19                                      amd64        libgudev-1.0 introspection data
ii  gir1.2-gupnp-1.0                          0.20.4-1                                           amd64        GObject introspection data for the GUPnP library
ii  gir1.2-gupnpigd-1.0                       0.2.2-1                                            amd64        GObject introspection data for the GUPnP IGD library
ii  gir1.2-ibus-1.0                           1.5.3-6ubuntu2.1                                   amd64        Intelligent Input Bus - introspection data
ii  gir1.2-indicate-0.7                       12.10.1-0ubuntu3                                   amd64        Typelib file for libindicate5
ii  gir1.2-javascriptcoregtk-3.0              1.10.2-0ubuntu2                                    amd64        GObject introspection data for the GTK+-based JavaScriptCore library
ii  gir1.2-messagingmenu-1.0                  13.10.1+13.10.20131011-0ubuntu1                    amd64        Messaging Menu - gir bindings
ii  gir1.2-networkmanager-1.0                 0.9.8.0-0ubuntu22                                  amd64        GObject introspection data for NetworkManager
ii  gir1.2-notify-0.7                         0.7.6-1ubuntu1                                     amd64        sends desktop notifications to a notification daemon (Introspection files)
ii  gir1.2-packagekitglib-1.0                 0.8.10-2ubuntu2                                    amd64        GObject introspection data for the PackageKit GLib library
ii  gir1.2-pango-1.0                          1.32.5-5ubuntu1                                    amd64        Layout and rendering of internationalized text - gir bindings
ii  gir1.2-peas-1.0                           1.8.1-1ubuntu1                                     amd64        Application plugin library (introspection files)
ii  gir1.2-polkit-1.0                         0.105-3ubuntu3                                     amd64        GObject introspection data for PolicyKit
ii  gir1.2-rb-3.0                             2.99.1-0ubuntu1                                    amd64        GObject introspection data for the rhythmbox music player
ii  gir1.2-signon-1.0                         1.10daily13.06.25-0ubuntu1                         amd64        GObject introspection data for the Signon library
ii  gir1.2-soup-2.4                           2.42.2-6                                           amd64        GObject introspection data for the libsoup HTTP library
ii  gir1.2-syncmenu-0.1                       12.10.5+13.10.20131011-0ubuntu1                    amd64        indicator for synchronisation processes status - bindings
ii  gir1.2-totem-1.0                          3.8.2-0ubuntu1                                     amd64        GObject introspection data for Totem media player
ii  gir1.2-totem-plparser-1.0                 3.4.5-1                                            amd64        GObject introspection data for the Totem Playlist Parser library
ii  gir1.2-unity-5.0:amd64                    7.1.2+13.10.20131010-0ubuntu2                      amd64        GObject introspection data for the Unity library
ii  gir1.2-vte-2.90                           1:0.34.6-1ubuntu1                                  amd64        GObject introspection data for the VTE library
ii  gir1.2-webkit-3.0                         1.10.2-0ubuntu2                                    amd64        GObject introspection data for the WebKit library
ii  gir1.2-wnck-3.0                           3.4.7-0ubuntu2                                     amd64        GObject introspection data for the WNCK library
ii  git                                       1:1.8.3.2-1                                        amd64        fast, scalable, distributed revision control system
ii  git-core                                  1:1.8.3.2-1                                        all          fast, scalable, distributed revision control system (obsolete)
ii  git-email                                 1:1.8.3.2-1                                        all          fast, scalable, distributed revision control system (email add-on)
ii  git-man                                   1:1.8.3.2-1                                        all          fast, scalable, distributed revision control system (manual pages)
ii  gitk                                      1:1.8.3.2-1                                        all          fast, scalable, distributed revision control system (revision tree visualizer)
ii  gkbd-capplet                              3.6.0-0ubuntu2                                     amd64        GNOME Panel applet for libgnomekbd
ii  gksu                                      2.0.2-6ubuntu2                                     amd64        graphical frontend to su
rc  glade2script                              3.2.2~ppa45~raring                                 all          Glade interface engine for scripts (Gtk3 version)
ii  glib-networking:amd64                     2.38.1-0ubuntu1                                    amd64        network-related giomodules for GLib
ii  glib-networking-common                    2.38.1-0ubuntu1                                    all          network-related giomodules for GLib - data files
ii  glib-networking-services                  2.38.1-0ubuntu1                                    amd64        network-related giomodules for GLib - D-Bus services
ii  gnome-accessibility-themes                3.8.4-0ubuntu1                                     all          Accessibility themes for the GNOME desktop
ii  gnome-bluetooth                           3.8.1-2ubuntu2                                     amd64        GNOME Bluetooth tools
ii  gnome-calculator                          1:3.8.2-1ubuntu4                                   amd64        GNOME desktop calculator
ii  gnome-color-manager                       3.8.3-1                                            amd64        Color management integration for the GNOME desktop environment
ii  gnome-common                              3.7.4-1                                            all          common scripts and macros to develop with GNOME
ii  gnome-contacts                            3.8.3-0ubuntu1                                     amd64        Contacts manager for GNOME
ii  gnome-control-center                      1:3.6.3-0ubuntu45.2                                amd64        utilities to configure the GNOME desktop
ii  gnome-control-center-data                 1:3.6.3-0ubuntu45.2                                all          configuration applets for GNOME - data files
ii  gnome-control-center-datetime             13.10.0+13.10.20131023.2-0ubuntu1                  amd64        Clock settings in the GNOME Control Center
ii  gnome-control-center-signon               0.1.7~+13.10.20130724.1-0ubuntu1                   amd64        GNOME Control Center extension for single signon
ii  gnome-control-center-unity                1.3+13.10.20131004-0ubuntu1                        amd64        change the settings of the Unity desktop
ii  gnome-desktop3-data                       3.8.4-0ubuntu1.1                                   all          Common files for GNOME desktop apps
ii  gnome-disk-utility                        3.8.2-1ubuntu2                                     amd64        manage and configure disk drives and media
ii  gnome-doc-utils                           0.20.10-1                                          all          collection of documentation utilities for the GNOME project
ii  gnome-exe-thumbnailer                     0.9-0ubuntu2                                       all          Wine .exe and other executable thumbnailer for Gnome
ii  gnome-font-viewer                         3.8.0-1build1                                      amd64        font viewer for GNOME
ii  gnome-games-data                          1:3.6.1-0ubuntu3                                   all          data files for the GNOME games
ii  gnome-icon-theme                          3.8.3-0ubuntu3                                     all          GNOME Desktop icon theme (small subset)
ii  gnome-icon-theme-symbolic                 3.8.2.2-2                                          all          GNOME desktop icon theme (symbolic icons)
ii  gnome-keyring                             3.8.2-0ubuntu3.1                                   amd64        GNOME keyring services (daemon and tools)
ii  gnome-mahjongg                            1:3.8.0-1                                          amd64        classic Eastern tile game for GNOME
ii  gnome-media                               3.4.0-1ubuntu1                                     amd64        GNOME media utilities
ii  gnome-menus                               3.8.0-1ubuntu5                                     amd64        GNOME implementation of the freedesktop menu specification
ii  gnome-mines                               1:3.8.2-1                                          amd64        popular minesweeper puzzle game for GNOME
ii  gnome-online-accounts                     3.8.3-2                                            amd64        GNOME Online Accounts
ii  gnome-orca                                3.10.1-0ubuntu0.1                                  all          Scriptable screen reader
ii  gnome-pkg-tools                           0.19.3ubuntu2                                      all          Tools for the Debian GNOME Packaging Team
ii  gnome-power-manager                       3.8.2-0ubuntu1                                     amd64        power management tool for the GNOME desktop
ii  gnome-schedule                            2.1.1-4                                            all          GNOME scheduler for automatic tasks
ii  gnome-screensaver                         3.6.1-0ubuntu7                                     amd64        GNOME screen saver and locker
ii  gnome-screenshot                          3.8.2-0ubuntu1                                     amd64        screenshot application for GNOME
ii  gnome-session                             3.9.90-0ubuntu3                                    all          GNOME Session Manager - GNOME 3 session
ii  gnome-session-bin                         3.9.90-0ubuntu3                                    amd64        GNOME Session Manager - Minimal runtime
ii  gnome-session-canberra                    0.30-0ubuntu2                                      amd64        GNOME session log in and log out sound events
ii  gnome-session-common                      3.9.90-0ubuntu3                                    all          GNOME Session Manager - common files
ii  gnome-settings-daemon                     3.8.5-0ubuntu11.2                                  amd64        daemon handling the GNOME session settings
ii  gnome-sudoku                              1:3.8.1-1                                          all          Sudoku puzzle game for GNOME
ii  gnome-system-log                          3.8.1-1svn1                                        amd64        system log viewer for GNOME
ii  gnome-system-monitor                      3.8.2.1-2                                          amd64        Process viewer and system resource monitor for GNOME
ii  gnome-terminal                            3.6.1-0ubuntu6                                     amd64        GNOME terminal emulator application
ii  gnome-terminal-data                       3.6.1-0ubuntu6                                     all          Data files for the GNOME terminal emulator
ii  gnome-user-guide                          3.8.2-1                                            all          GNOME user's guide
ii  gnome-user-share                          3.0.4-0ubuntu1                                     amd64        User level public file sharing via WebDAV or ObexFTP
ii  gnome-video-effects                       0.4.0-1ubuntu5                                     all          GNOME Video Effects
ii  gnomine                                   1:3.8.2-1                                          all          popular minesweeper puzzle game for GNOME (transitional package)
ii  gnote                                     3.8.1-2                                            amd64        desktop note taking program using Wiki style links
ii  gnucap                                    1:0.36~20091207-2                                  amd64        GNU Circuit Analysis package
ii  gnupg                                     1.4.14-1ubuntu2                                    amd64        GNU privacy guard - a free PGP replacement
ii  gobject-introspection                     1.38.0-0ubuntu1                                    amd64        Generate interface introspection data for GObject libraries
ii  google-chrome-stable                      30.0.1599.101-1                                    amd64        The web browser from Google
ii  google-talkplugin                         4.6.3.0-1                                          amd64        Google Talk Plugin
ii  gpgv                                      1.4.14-1ubuntu2                                    amd64        GNU privacy guard - signature verification tool
ii  gputils                                   0.13.7-1                                           amd64        GNU PIC utilities
ii  gputils-common                            0.13.7-1                                           all          headers and linker scripts for gputils
ii  gputils-doc                               0.13.7-1                                           all          documentation for gputils
ii  graphviz                                  2.26.3-15ubuntu4                                   amd64        rich set of graph drawing tools
ii  grep                                      2.14-3                                             amd64        GNU grep, egrep and fgrep
ii  groff-base                                1.22.2-3                                           amd64        GNU troff text-formatting system (base system components)
ii  growisofs                                 7.1-10build1                                       amd64        DVD+-RW/R recorder
ii  grub-common                               2.00-19ubuntu2.1                                   amd64        GRand Unified Bootloader (common files)
ii  grub-efi                                  2.00-19ubuntu2.1                                   amd64        GRand Unified Bootloader, version 2 (dummy package)
ii  grub-efi-amd64                            2.00-19ubuntu2.1                                   amd64        GRand Unified Bootloader, version 2 (EFI-AMD64 version)
ii  grub-efi-amd64-bin                        2.00-19ubuntu2.1                                   amd64        GRand Unified Bootloader, version 2 (EFI-AMD64 binaries)
ii  grub2-common                              2.00-19ubuntu2.1                                   amd64        GRand Unified Bootloader (common files for version 2)
ii  gsettings-desktop-schemas                 3.8.0-1ubuntu1                                     all          GSettings deskop-wide schemas
ii  gsfonts                                   1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1                all          Fonts for the Ghostscript interpreter(s)
ii  gspiceui                                  1.0.00+dfsg-1                                      amd64        Graphical user interface for gnucap and ngspice
ii  gstreamer0.10-alsa:amd64                  0.10.36-1.1ubuntu1                                 amd64        GStreamer plugin for ALSA
ii  gstreamer0.10-ffmpeg:amd64                0.10.13-5                                          amd64        FFmpeg plugin for GStreamer
ii  gstreamer0.10-fluendo-mp3:amd64           0.10.23.debian-3                                   amd64        Fluendo mp3 decoder GStreamer 0.10 plugin
ii  gstreamer0.10-gconf:amd64                 0.10.31-3+nmu1ubuntu3                              amd64        GStreamer plugin for getting the sink/source information from GConf
ii  gstreamer0.10-gnonlin                     0.10.17-2build1                                    amd64        non-linear editing module for GStreamer
ii  gstreamer0.10-nice:amd64                  0.1.4-1                                            amd64        ICE library (GStreamer 0.10 plugin)
ii  gstreamer0.10-plugins-bad:amd64           0.10.23-7ubuntu2                                   amd64        GStreamer plugins from the "bad" set
ii  gstreamer0.10-plugins-bad-multiverse      0.10.21-1ubuntu1                                   amd64        GStreamer plugins from the "bad" set (Multiverse Variant)
ii  gstreamer0.10-plugins-base:amd64          0.10.36-1.1ubuntu1                                 amd64        GStreamer plugins from the "base" set
ii  gstreamer0.10-plugins-base:i386           0.10.36-1.1ubuntu1                                 i386         GStreamer plugins from the "base" set
ii  gstreamer0.10-plugins-base-apps           0.10.36-1.1ubuntu1                                 amd64        GStreamer helper programs from the "base" set
ii  gstreamer0.10-plugins-good:amd64          0.10.31-3+nmu1ubuntu3                              amd64        GStreamer plugins from the "good" set
rc  gstreamer0.10-plugins-good:i386           0.10.31-3+nmu1ubuntu1                              i386         GStreamer plugins from the "good" set
ii  gstreamer0.10-plugins-ugly:amd64          0.10.19-2                                          amd64        GStreamer plugins from the "ugly" set
ii  gstreamer0.10-pulseaudio:amd64            0.10.31-3+nmu1ubuntu3                              amd64        GStreamer plugin for PulseAudio
ii  gstreamer0.10-tools                       0.10.36-1.2ubuntu1                                 amd64        Tools for use with GStreamer
ii  gstreamer0.10-x:amd64                     0.10.36-1.1ubuntu1                                 amd64        GStreamer plugins for X11 and Pango
ii  gstreamer1.0-alsa:amd64                   1.2.0-1ubuntu1                                     amd64        GStreamer plugin for ALSA
ii  gstreamer1.0-clutter                      2.0.8-1                                            amd64        Clutter PLugin for GStreamer 1.0
ii  gstreamer1.0-fluendo-mp3:amd64            0.10.23.debian-3                                   amd64        Fluendo mp3 decoder GStreamer 1.0 plugin
ii  gstreamer1.0-libav:amd64                  1.0.10-1ubuntu1                                    amd64        FFmpeg plugin for GStreamer
ii  gstreamer1.0-nice:amd64                   0.1.4-1                                            amd64        ICE library (GStreamer plugin)
ii  gstreamer1.0-plugins-bad:amd64            1.2.0-3ubuntu5                                     amd64        GStreamer plugins from the "bad" set
ii  gstreamer1.0-plugins-base:amd64           1.2.0-1ubuntu1                                     amd64        GStreamer plugins from the "base" set
ii  gstreamer1.0-plugins-base-apps            1.2.0-1ubuntu1                                     amd64        GStreamer helper programs from the "base" set
ii  gstreamer1.0-plugins-good:amd64           1.2.0-1ubuntu1                                     amd64        GStreamer plugins from the "good" set
ii  gstreamer1.0-plugins-ugly:amd64           1.2.0-1                                            amd64        GStreamer plugins from the "ugly" set
ii  gstreamer1.0-pulseaudio:amd64             1.2.0-1ubuntu1                                     amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-tools                        1.2.0-1                                            amd64        Tools for use with GStreamer
ii  gstreamer1.0-x:amd64                      1.2.0-1ubuntu1                                     amd64        GStreamer plugins for X11 and Pango
ii  gtk-doc-tools                             1.19-0ubuntu2                                      all          GTK+ documentation tools
ii  gtk2-engines:amd64                        1:2.20.2-2ubuntu2                                  amd64        theme engines for GTK+ 2.x
ii  gtk2-engines-murrine:amd64                0.98.2-0ubuntu2                                    amd64        cairo-based gtk+-2.0 theme engine
ii  gtk2-engines-pixbuf:i386                  2.24.20-1ubuntu1                                   i386         pixbuf-based theme for GTK+ 2.x
ii  gtk3-engines-unico:amd64                  1.0.3daily13.05.30-0ubuntu1                        amd64        Unico Gtk+ 3 theme engine
ii  gucharmap                                 1:3.8.2-3                                          amd64        Unicode character picker and font browser
ii  guile-1.8-libs                            1.8.8+1-8ubuntu1                                   amd64        Core Guile libraries
ii  guile-2.0-libs                            2.0.9-0ubuntu1                                     amd64        Core Guile libraries
ii  guile-cairo                               1.4.0-3                                            amd64        Guile bindings for Cairo
ii  guile-g-wrap                              1.9.14-1.1                                         amd64        scripting interface generator for C - Guile runtime
ii  guile-gnome2-glib                         2.16.2-1                                           amd64        Guile bindings for GLib
ii  guile-gnome2-gtk                          2.16.2-1                                           amd64        Guile bindings for GTK+, libglade, Pango and ATK
ii  guvcview                                  1.7.1-1                                            amd64        GTK+ base UVC Viewer
ii  gvfs:amd64                                1.18.2-0ubuntu1                                    amd64        userspace virtual filesystem - GIO module
ii  gvfs:i386                                 1.18.2-0ubuntu1                                    i386         userspace virtual filesystem - GIO module
ii  gvfs-backends                             1.18.2-0ubuntu1                                    amd64        userspace virtual filesystem - backends
ii  gvfs-bin                                  1.18.2-0ubuntu1                                    amd64        userspace virtual filesystem - binaries
ii  gvfs-common                               1.18.2-0ubuntu1                                    all          userspace virtual filesystem - common data files
ii  gvfs-daemons                              1.18.2-0ubuntu1                                    amd64        userspace virtual filesystem - servers
ii  gvfs-fuse                                 1.18.2-0ubuntu1                                    amd64        userspace virtual filesystem - fuse server
ii  gvfs-libs:amd64                           1.18.2-0ubuntu1                                    amd64        userspace virtual filesystem - private libraries
ii  gvfs-libs:i386                            1.18.2-0ubuntu1                                    i386         userspace virtual filesystem - private libraries
ii  gwave                                     20090213-4                                         amd64        waveform viewer eg for spice simulators
rc  gwibber                                   3.6.0-0ubuntu2                                     amd64        Open source social networking client for GNOME
ii  gwibber-service                           3.7.0bzr13.04.05-0ubuntu1                          all          transitional dummy package
ii  gwibber-service-facebook                  3.7.0bzr13.04.05-0ubuntu1                          all          transitional dummy package
ii  gwibber-service-identica                  3.7.0bzr13.04.05-0ubuntu1                          all          transitional dummy package
ii  gwibber-service-twitter                   3.7.0bzr13.04.05-0ubuntu1                          all          transitional dummy package
ii  gzip                                      1.6-2ubuntu1                                       amd64        GNU compression utilities
ii  hardening-includes                        2.3ubuntu1                                         all          Makefile for enabling compiler flags for security hardening
ii  hdparm                                    9.43-1ubuntu2                                      amd64        tune hard disk parameters for high performance
ii  heirloom-mailx                            12.5-2                                             amd64        feature-rich BSD mail(1)
ii  hicolor-icon-theme                        0.12-1ubuntu2                                      all          default fallback theme for FreeDesktop.org icon themes
ii  hostapd                                   1:1.0-3ubuntu2.1                                   amd64        user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
ii  hostname                                  3.13ubuntu1                                        amd64        utility to set/show the host name or domain name
ii  hplip                                     3.13.9-1                                           amd64        HP Linux Printing and Imaging System (HPLIP)
ii  hplip-data                                3.13.9-1                                           all          HP Linux Printing and Imaging - data files
ii  html2text                                 1.3.2a-16                                          amd64        advanced HTML to text converter
ii  hud                                       13.10.1+13.10.20131031-0ubuntu1                    amd64        Backend for the Unity HUD
ii  humanity-icon-theme                       0.6.4                                              all          Humanity Icon theme
ii  hunspell-de-de                            20120607-1                                         all          German dictionary for hunspell
ii  hunspell-en-us                            20070829-4ubuntu3                                  all          English_american dictionary for hunspell
ii  hwdata                                    0.234-1                                            all          hardware identification / configuration data
ii  hyphen-de                                 1:3.3.0-2ubuntu3                                   all          German hyphenation patterns for LibreOffice/OpenOffice.org
ii  hyphen-en-us                              2.8.6-3                                            all          US English hyphenation patterns for LibreOffice/OpenOffice.org
ii  iasl                                      20100528-3ubuntu2                                  amd64        Intel ASL compiler/decompiler
ii  ibus                                      1.5.3-6ubuntu2.1                                   amd64        Intelligent Input Bus - core
ii  ibus-gtk:amd64                            1.5.3-6ubuntu2.1                                   amd64        Intelligent Input Bus - GTK+2 support
ii  ibus-gtk3:amd64                           1.5.3-6ubuntu2.1                                   amd64        Intelligent Input Bus - GTK+3 support
ii  ibus-pinyin                               1.4.0-2ubuntu2                                     amd64        Pinyin engine for IBus
ii  ibus-pinyin-db-android                    1.4.0-2ubuntu2                                     all          Pinyin engine for IBus - Android database
ii  ibus-pinyin-db-open-phrase                1.4.0-2ubuntu2                                     all          Pinyin engine for IBus - open-phrase database
ii  ibus-table                                1.5.0.is.1.5.0-0ubuntu1                            all          table engine for IBus
ii  icedtea-6-jre-cacao:amd64                 6b27-1.12.6-1ubuntu2.1                             amd64        Alternative JVM for OpenJDK, using Cacao
ii  icedtea-6-jre-jamvm:amd64                 6b27-1.12.6-1ubuntu2.1                             amd64        Alternative JVM for OpenJDK, using JamVM
ii  icedtea-7-jre-jamvm:amd64                 7u25-2.3.12-4ubuntu3                               amd64        Alternative JVM for OpenJDK, using JamVM
ii  icedtea-netx:amd64                        1.4-3ubuntu2                                       amd64        NetX - implementation of the Java Network Launching Protocol (JNLP)
ii  icedtea-netx-common                       1.4-3ubuntu2                                       all          NetX - implementation of the Java Network Launching Protocol (JNLP)
ii  icoutils                                  0.31.0-1                                           amd64        Create and extract MS Windows icons and cursors
ii  id3v2                                     0.1.12-2.1                                         amd64        A command line id3v2 tag editor
ii  ifupdown                                  0.7.44ubuntu3                                      amd64        high level tools to configure network interfaces
ii  im-config                                 0.21ubuntu4                                        all          Input method configuration framework
rc  im-switch                                 1.22ubuntu2.1                                      all          Input method switch framework
ii  imagemagick                               8:6.7.7.10-5ubuntu3                                amd64        image manipulation programs
ii  imagemagick-common                        8:6.7.7.10-5ubuntu3                                all          image manipulation programs -- infrastructure
ii  indicator-application                     12.10.1+13.10.20131107-0ubuntu1                    amd64        Application Indicators
ii  indicator-appmenu                         13.01.0+13.10.20131031-0ubuntu1                    amd64        Indicator for application menus.
ii  indicator-bluetooth                       0.0.6+13.10.20131016-0ubuntu1                      amd64        System bluetooth indicator.
ii  indicator-datetime                        13.10.0+13.10.20131023.2-0ubuntu1                  amd64        Simple clock
ii  indicator-keyboard                        0.0.0+13.10.20131010.1-0ubuntu1                    amd64        Keyboard indicator
ii  indicator-messages                        13.10.1+13.10.20131011-0ubuntu1                    amd64        indicator that collects messages that need a response
ii  indicator-power                           12.10.6+13.10.20131008-0ubuntu1                    amd64        Indicator showing power state.
ii  indicator-printers                        0.1.7daily13.03.01-0ubuntu1                        amd64        indicator showing active print jobs
ii  indicator-session                         12.10.5+13.10.20131023.1-0ubuntu1                  amd64        indicator showing session management, status and user switching
ii  indicator-sound                           12.10.2+13.10.20131011-0ubuntu1                    amd64        System sound indicator.
ii  indicator-sync                            12.10.5+13.10.20131011-0ubuntu1                    amd64        indicator for synchronisation processes status
ii  info                                      5.1.dfsg.1-4ubuntu1                                amd64        Standalone GNU Info documentation browser
ii  init-system-helpers                       1.7                                                all          helper tools for all init systems
ii  initramfs-tools                           0.103ubuntu1.1                                     all          tools for generating an initramfs
ii  initramfs-tools-bin                       0.103ubuntu1.1                                     amd64        binaries used by initramfs-tools
ii  initscripts                               2.88dsf-41ubuntu3                                  amd64        scripts for initializing and shutting down the system
ii  inkscape                                  0.48.4-1ubuntu3                                    amd64        vector-based drawing program
ii  inputattach                               1:1.4.6-1                                          amd64        utility to connect serial-attached peripherals to the input subsystem
ii  insserv                                   1.14.0-5ubuntu2                                    amd64        boot sequence organizer using LSB init.d script dependency information
ii  install-info                              5.1.dfsg.1-4ubuntu1                                amd64        Manage installed documentation in info format
ii  intel-gpu-tools                           1.3-0ubuntu2                                       amd64        tools for debugging the Intel graphics driver
ii  intltool                                  0.50.2-2                                           all          Utility scripts for internationalizing XML
ii  intltool-debian                           0.35.0+20060710.1                                  all          Help i18n of RFC822 compliant config files
ii  ioquake3                                  1.36+u20130504+g42eeb75-2                          amd64        Game engine for 3D first person shooter games
ii  iperf                                     2.0.5-3                                            amd64        Internet Protocol bandwidth measuring tool
ii  iproute                                   1:3.10.0-1ubuntu1                                  all          transitional dummy package for iproute2
ii  iproute2                                  3.10.0-1ubuntu1                                    amd64        networking and traffic control tools
ii  iptables                                  1.4.18-1.1ubuntu1                                  amd64        administration tools for packet filtering and NAT
ii  iptraf                                    3.0.0-8.1                                          amd64        Interactive Colorful IP LAN Monitor
ii  iputils-arping                            3:20121221-1ubuntu1                                amd64        Tool to send ICMP echo requests to an ARP address
ii  iputils-ping                              3:20121221-1ubuntu1                                amd64        Tools to test the reachability of network hosts
ii  iputils-tracepath                         3:20121221-1ubuntu1                                amd64        Tools to trace the network path to a remote host
ii  ipxe-qemu                                 1.0.0+git-20130710.936134e-0ubuntu1                all          Virtual package to support use of kvm-ipxe with qemu
ii  irqbalance                                1.0.6-2                                            amd64        Daemon to balance interrupts for SMP systems
ii  isc-dhcp-client                           4.2.4-7ubuntu8                                     amd64        ISC DHCP client
ii  isc-dhcp-common                           4.2.4-7ubuntu8                                     amd64        common files used by all the isc-dhcp* packages
ii  isc-dhcp-server                           4.2.4-7ubuntu8                                     amd64        ISC DHCP server for automatic IP address assignment
ii  iscan                                     2.29.1-5~usb0.1.ltdl7                              amd64        simple, easy to use scanner utility for EPSON scanners
ii  iscan-data                                1.21.0-1                                           all          Image Scan! for Linux data files
ii  iscan-plugin-gt-x750                      2.1.2-1                                            amd64        Image Scan! plugin for the Epson GT-X750 / Epson Perfection 4490
ii  iso-codes                                 3.46-1                                             all          ISO language, territory, currency, script codes and their translations
ii  itstool                                   1.2.0-3                                            all          tool for translating XML documents with PO files
ii  iw                                        3.4-1                                              amd64        tool for configuring Linux wireless devices
ii  jade                                      1.2.1-47.1ubuntu2                                  amd64        James Clark's DSSSL Engine
ii  jadetex                                   3.13-14                                            all          generator of printable output from SGML or XML using Jade
ii  jarwrapper                                0.43ubuntu2                                        all          Run executable Java .jar files
ii  java-common                               0.48ubuntu2                                        all          Base of all Java packages
rc  josm                                      0.0.svn5608+dfsg1-2ubuntu0.1                       all          Editor for OpenStreetMap
ii  josm-latest                               1.5.svn6458                                        all          Editor for OpenStreetMap (daily development snapshot)
ii  junit                                     3.8.2-8build1                                      all          Automated testing framework for Java
ii  junit4                                    4.11-2                                             all          JUnit regression test framework for Java
ii  kate-data                                 4:4.11.2a-0ubuntu1                                 all          shared data files for kate
ii  katepart                                  4:4.11.2a-0ubuntu1                                 amd64        kate KPart
ii  kbd                                       1.15.5-1ubuntu1                                    amd64        Linux console font and keytable utilities
ii  kcalc                                     4:4.11.2-0ubuntu1                                  amd64        simple and scientific calculator
ii  kde-runtime                               4:4.11.2-0ubuntu1                                  amd64        runtime components from the official KDE release
ii  kde-runtime-data                          4:4.11.2-0ubuntu1                                  all          shared data files for the KDE base runtime module
ii  kdelibs-bin                               4:4.11.3-0ubuntu0.1                                amd64        core executables for KDE Applications
ii  kdelibs5-data                             4:4.11.3-0ubuntu0.1                                all          core shared data for all KDE Applications
ii  kdelibs5-plugins                          4:4.11.3-0ubuntu0.1                                amd64        core plugins for KDE Applications
ii  kdoctools                                 4:4.11.3-0ubuntu0.1                                amd64        various tools for accessing application documentation
ii  kdump-tools                               1.5.3-1ubuntu1                                     all          scripts and tools for automating kdump (Linux crash dumps)
ii  kernel-wedge                              2.87ubuntu1                                        all          udeb package builder for Debian-Installer
ii  kerneloops-daemon                         0.12+git20090217-3ubuntu3                          amd64        kernel oops tracker
ii  kexec-tools                               1:2.0.3-2ubuntu2                                   amd64        tools to support fast kexec reboots
ii  keyboard-configuration                    1.70ubuntu7                                        all          system-wide keyboard preferences
ii  kismet                                    2013.03.R1b-1                                      amd64        wireless sniffer and monitor - core
ii  klibc-utils                               2.0.1-3.1ubuntu2                                   amd64        small utilities built with klibc for early boot
ii  kmod                                      9-3ubuntu1                                         amd64        tools for managing Linux kernel modules
ii  krb5-locales                              1.10.1+dfsg-6.1ubuntu1                             all          Internationalization support for MIT Kerberos
ii  krb5-multidev                             1.10.1+dfsg-6.1ubuntu1                             amd64        Development files for MIT Kerberos without Heimdal conflict
ii  kubuntu-debug-installer                   13.10ubuntu1                                       amd64        Debug package installer for Kubuntu
ii  landscape-client-ui-install               13.07.3-0ubuntu1                                   amd64        The Landscape administration system client - UI installer
ii  language-pack-de                          1:13.10+20131012                                   all          translation updates for language German
ii  language-pack-de-base                     1:13.10+20131012                                   all          translations for language German
ii  language-pack-en                          1:13.10+20131012                                   all          translation updates for language English
ii  language-pack-en-base                     1:13.10+20131012                                   all          translations for language English
ii  language-pack-gnome-de                    1:13.10+20131012                                   all          GNOME translation updates for language German
ii  language-pack-gnome-de-base               1:13.10+20131012                                   all          GNOME translations for language German
ii  language-pack-gnome-en                    1:13.10+20131012                                   all          GNOME translation updates for language English
ii  language-pack-gnome-en-base               1:13.10+20131012                                   all          GNOME translations for language English
ii  language-selector-common                  0.116                                              all          Language selector for Ubuntu
ii  language-selector-gnome                   0.116                                              all          Language selector for Ubuntu
ii  laptop-detect                             0.13.7ubuntu2                                      amd64        attempt to detect a laptop
ii  latex-beamer                              3.24-1                                             all          LaTeX class to produce presentations
ii  latex-xcolor                              2.11-1.1                                           all          Easy driver-independent TeX class for color
ii  less                                      458-2                                              amd64        pager program similar to more
rc  lesstif2:amd64                            1:0.95.2-1.1                                       amd64        OSF/Motif 2.1 implementation released under LGPL
rc  lib32asound2                              1.0.25-4ubuntu2                                    amd64        shared library for ALSA applications (32 bit)
ii  lib32gcc1                                 1:4.8.1-10ubuntu9                                  amd64        GCC support library (32 bit Version)
ii  lib32stdc++6                              4.8.1-10ubuntu9                                    amd64        GNU Standard C++ Library v3 (32 bit Version)
ii  liba52-0.7.4                              0.7.4-16build1                                     amd64        library for decoding ATSC A/52 streams
ii  libaa1:amd64                              1.4p5-41                                           amd64        ASCII art library
rc  libaa1:i386                               1.4p5-40                                           i386         ASCII art library
ii  libaacs0:amd64                            0.6.0-2                                            amd64        free-and-libre implementation of AACS
ii  libaccount-plugin-1.0-0                   0.1.7~+13.10.20130724.1-0ubuntu1                   amd64        libaccount-plugin for GNOME Control Center
ii  libaccount-plugin-generic-oauth           0.11+13.10.20130802-0ubuntu1                       amd64        GNOME Control Center account plugin for single signon - generic OAuth
ii  libaccount-plugin-google                  0.11+13.10.20130802-0ubuntu1                       amd64        GNOME Control Center account plugin for single signon - Google Auth
ii  libaccounts-glib0                         1.14+13.10.20131016.2-0ubuntu1                     amd64        library for single signon
ii  libaccounts-qt1                           1.10+13.10.20131016.1-0ubuntu1                     amd64        QT library for single sign on
ii  libaccounts-qt5-1                         1.10+13.10.20131016.1-0ubuntu1                     amd64        QT library for single sign on
ii  libaccountsservice0                       0.6.34-0ubuntu6                                    amd64        query and manipulate user account information - shared libraries
ii  libacl1:amd64                             2.2.52-1                                           amd64        Access control list shared library
ii  libacl1:i386                              2.2.52-1                                           i386         Access control list shared library
ii  libacl1-dev                               2.2.52-1                                           amd64        Access control list static libraries and headers
ii  libaio1:amd64                             0.3.109-4                                          amd64        Linux kernel AIO access library - shared library
rc  libaio1:i386                              0.3.109-3                                          i386         Linux kernel AIO access library - shared library
ii  libalgorithm-c3-perl                      0.08-1                                             all          Perl module for merging hierarchies using the C3 algorithm
ii  libalgorithm-diff-perl                    1.19.02-3                                          all          module to find differences between files
ii  libalgorithm-diff-xs-perl                 0.04-2build3                                       amd64        module to find differences between files (XS accelerated)
ii  libalgorithm-merge-perl                   0.08-2                                             all          Perl module for three-way merge of textual data
ii  libamd2.2.0                               1:3.4.0-3ubuntu1                                   amd64        approximate minimum degree ordering library for sparse matrices
ii  libany-moose-perl                         0.21-1                                             all          module to use either Moose or Mouse, based on availability
ii  libao-common                              1.1.0-2ubuntu1                                     all          Cross Platform Audio Output Library (Common files)
ii  libao4:i386                               1.1.0-2ubuntu1                                     i386         Cross Platform Audio Output Library
ii  libapache-pom-java                        10-2build1                                         all          Maven metadata for all Apache Software projects
ii  libapparmor-perl                          2.8.0-0ubuntu31.1                                  amd64        AppArmor library Perl bindings
ii  libapparmor1                              2.8.0-0ubuntu31.1                                  amd64        changehat AppArmor library
ii  libappindicator1                          12.10.1+13.10.20130920-0ubuntu2                    amd64        Application Indicators
ii  libappindicator3-1                        12.10.1+13.10.20130920-0ubuntu2                    amd64        Application Indicators
ii  libapr1                                   1.4.8-1ubuntu1                                     amd64        Apache Portable Runtime Library
ii  libaprutil1                               1.5.2-1                                            amd64        Apache Portable Runtime Utility Library
ii  libapt-inst1.5:amd64                      0.9.9.1~ubuntu3                                    amd64        deb package format runtime library
ii  libapt-pkg-perl                           0.1.29                                             amd64        Perl interface to libapt-pkg
ii  libapt-pkg4.12:amd64                      0.9.9.1~ubuntu3                                    amd64        package managment runtime library
ii  libarchive-zip-perl                       1.30-7                                             all          Perl module for manipulation of ZIP archives
ii  libarchive12:amd64                        3.0.4-2git2                                        amd64        Multi-format archive and compression library (shared library)
ii  libarchive13:amd64                        3.1.2-5ubuntu1                                     amd64        Multi-format archive and compression library (shared library)
ii  libart-2.0-2:amd64                        2.3.21-2                                           amd64        Library of functions for 2D graphics - runtime files
ii  libasan0:amd64                            4.8.1-10ubuntu9                                    amd64        AddressSanitizer -- a fast memory error detector
ii  libasm3-java                              3.3.2-2                                            all          Java bytecode manipulation framework
ii  libasn1-8-heimdal:amd64                   1.6~git20120403+dfsg1-3ubuntu0.1                   amd64        Heimdal Kerberos - ASN.1 library
ii  libasn1-8-heimdal:i386                    1.6~git20120403+dfsg1-3ubuntu0.1                   i386         Heimdal Kerberos - ASN.1 library
ii  libasound2:amd64                          1.0.27.2-1ubuntu6                                  amd64        shared library for ALSA applications
ii  libasound2:i386                           1.0.27.2-1ubuntu6                                  i386         shared library for ALSA applications
ii  libasound2-data                           1.0.27.2-1ubuntu6                                  all          Configuration files and profiles for ALSA drivers
ii  libasound2-dev:amd64                      1.0.27.2-1ubuntu6                                  amd64        shared library for ALSA applications -- development files
ii  libasound2-plugins:amd64                  1.0.27-2ubuntu1                                    amd64        ALSA library additional plugins
ii  libasound2-plugins:i386                   1.0.27-2ubuntu1                                    i386         ALSA library additional plugins
ii  libaspectj-java                           1.6.12+dfsg-3                                      all          aspect-oriented extension for Java - library
ii  libaspell15                               0.60.7~20110707-1build1                            amd64        GNU Aspell spell-checker runtime library
ii  libasprintf-dev:amd64                     0.18.1.1-10ubuntu3                                 amd64        GNU Internationalization library development files
ii  libasprintf0c2:amd64                      0.18.1.1-10ubuntu3                                 amd64        GNU library to use fprintf and friends in C++
ii  libass4:amd64                             0.10.1-1ubuntu1                                    amd64        library for SSA/ASS subtitles rendering
ii  libassuan0:amd64                          2.1.0-1                                            amd64        IPC library for the GnuPG components
ii  libasyncns0:amd64                         0.8-4ubuntu1                                       amd64        Asynchronous name service query library
ii  libasyncns0:i386                          0.8-4ubuntu1                                       i386         Asynchronous name service query library
ii  libatasmart-dev                           0.19-2ubuntu1                                      amd64        ATA S.M.A.R.T. reading and parsing library - development files
ii  libatasmart4:amd64                        0.19-2ubuntu1                                      amd64        ATA S.M.A.R.T. reading and parsing library
ii  libatk-adaptor:amd64                      2.10.0-1                                           amd64        AT-SPI 2 toolkit bridge
ii  libatk-adaptor-data                       2.10.0-1                                           all          AT-SPI 2 toolkit bridge - transitional dummy package
ii  libatk-bridge2.0-0:amd64                  2.10.0-1                                           amd64        AT-SPI 2 toolkit bridge - shared library
ii  libatk-bridge2.0-dev:amd64                2.10.0-1                                           amd64        Development files for the AT-SPI 2 toolkit bridge
ii  libatk-wrapper-java                       0.30.4-0ubuntu4                                    all          An ATK implementation for Java using JNI
ii  libatk-wrapper-java-jni:amd64             0.30.4-0ubuntu4                                    amd64        An ATK implementation for Java using JNI (jni bindings)
ii  libatk1.0-0:amd64                         2.10.0-2                                           amd64        ATK accessibility toolkit
ii  libatk1.0-0:i386                          2.10.0-2                                           i386         ATK accessibility toolkit
ii  libatk1.0-data                            2.10.0-2                                           all          Common files for the ATK accessibility toolkit
ii  libatk1.0-dev                             2.10.0-2                                           amd64        Development files for the ATK accessibility toolkit
ii  libatkmm-1.6-1:amd64                      2.22.7-2                                           amd64        C++ wrappers for ATK accessibility toolkit (shared libraries)
ii  libatkmm-1.6-dev:amd64                    2.22.7-2                                           amd64        C++ wrappers for ATK accessibility toolkit (development files)
ii  libatm1:amd64                             1:2.5.1-1.5                                        amd64        shared library for ATM (Asynchronous Transfer Mode)
ii  libatomic1:amd64                          4.8.1-10ubuntu9                                    amd64        support library providing __atomic built-in functions
ii  libatspi2.0-0:amd64                       2.10.1-0ubuntu0.1                                  amd64        Assistive Technology Service Provider Interface - shared library
ii  libattica0.4:amd64                        0.4.2-1                                            amd64        Qt library that implements the Open Collaboration Services API
ii  libattr1:amd64                            1:2.4.47-1                                         amd64        Extended attribute shared library
ii  libattr1:i386                             1:2.4.47-1                                         i386         Extended attribute shared library
ii  libattr1-dev:amd64                        1:2.4.47-1                                         amd64        Extended attribute static libraries and headers
ii  libaudio2:amd64                           1.9.3-6                                            amd64        Network Audio System - shared libraries
ii  libaudio2:i386                            1.9.3-6                                            i386         Network Audio System - shared libraries
ii  libaudiofile1:amd64                       0.3.6-2                                            amd64        Open-source version of SGI's audiofile library
ii  libaudiofile1:i386                        0.3.6-2                                            i386         Open-source version of SGI's audiofile library
ii  libaudit-common                           1:2.2.2-1ubuntu4                                   all          Dynamic library for security auditing - common files
ii  libaudit-dev                              1:2.2.2-1ubuntu4                                   amd64        Header files and static library for security auditing
ii  libaudit1:amd64                           1:2.2.2-1ubuntu4                                   amd64        Dynamic library for security auditing
ii  libauthen-sasl-perl                       2.1500-1                                           all          Authen::SASL - SASL Authentication framework
ii  libav-tools                               6:0.8.9-0ubuntu0.13.10.1                           amd64        Multimedia player, server, encoder and transcoder
ii  libavahi-client-dev                       0.6.31-2ubuntu4.1                                  amd64        Development files for the Avahi client library
ii  libavahi-client3:amd64                    0.6.31-2ubuntu4.1                                  amd64        Avahi client library
ii  libavahi-client3:i386                     0.6.31-2ubuntu4.1                                  i386         Avahi client library
ii  libavahi-common-data:amd64                0.6.31-2ubuntu4.1                                  amd64        Avahi common data files
ii  libavahi-common-data:i386                 0.6.31-2ubuntu4.1                                  i386         Avahi common data files
ii  libavahi-common-dev                       0.6.31-2ubuntu4.1                                  amd64        Development files for the Avahi common library
ii  libavahi-common3:amd64                    0.6.31-2ubuntu4.1                                  amd64        Avahi common library
ii  libavahi-common3:i386                     0.6.31-2ubuntu4.1                                  i386         Avahi common library
ii  libavahi-core7:amd64                      0.6.31-2ubuntu4.1                                  amd64        Avahi's embeddable mDNS/DNS-SD library
ii  libavahi-glib1:amd64                      0.6.31-2ubuntu4.1                                  amd64        Avahi GLib integration library
ii  libavahi-gobject0:amd64                   0.6.31-2ubuntu4.1                                  amd64        Avahi GObject library
ii  libavc1394-0:amd64                        0.5.4-2                                            amd64        control IEEE 1394 audio/video devices
rc  libavc1394-0:i386                         0.5.4-1                                            i386         control IEEE 1394 audio/video devices
ii  libavcodec-dev                            6:0.8.9-0ubuntu0.13.10.1                           amd64        Development files for libavcodec
ii  libavcodec53:amd64                        6:0.8.9-0ubuntu0.13.10.1                           amd64        Libav codec library
ii  libavdevice53:amd64                       6:0.8.9-0ubuntu0.13.10.1                           amd64        Libav device handling library
ii  libavfilter2:amd64                        6:0.8.9-0ubuntu0.13.10.1                           amd64        Libav video filtering library
ii  libavformat-dev                           6:0.8.9-0ubuntu0.13.10.1                           amd64        Development files for libavformat
ii  libavformat53:amd64                       6:0.8.9-0ubuntu0.13.10.1                           amd64        Libav file format library
ii  libavutil-dev                             6:0.8.9-0ubuntu0.13.10.1                           amd64        Development files for libavutil
ii  libavutil51:amd64                         6:0.8.9-0ubuntu0.13.10.1                           amd64        Libav utility library
ii  libbabl-0.1-0:amd64                       0.1.10-1ubuntu1                                    amd64        Dynamic, any to any, pixel format conversion library
rc  libbamf3-0:amd64                          0.3.4-0ubuntu1                                     amd64        Window matching library - shared library
rc  libbamf3-1:amd64                          0.4.0daily13.06.19~13.04-0ubuntu1                  amd64        Window matching library - shared library
ii  libbamf3-2:amd64                          0.5.1+13.10.20131011-0ubuntu1                      amd64        Window matching library - shared library
rc  libbind9-80                               1:9.8.1.dfsg.P1-4.2ubuntu3.1                       amd64        BIND9 Shared Library used by BIND
ii  libbind9-90                               1:9.9.3.dfsg.P2-4ubuntu1                           amd64        BIND9 Shared Library used by BIND
ii  libbison-dev:amd64                        2:2.7.1.dfsg-1                                     amd64        YACC-compatible parser generator - development library
ii  libblas3                                  1.2.20110419-5                                     amd64        Basic Linear Algebra Reference implementations, shared library
ii  libblkid-dev                              2.20.1-5.1ubuntu9                                  amd64        block device id library - headers and static libraries
ii  libblkid1:amd64                           2.20.1-5.1ubuntu9                                  amd64        block device id library
ii  libbluetooth3:amd64                       4.101-0ubuntu8b1                                   amd64        Library to use the BlueZ Linux Bluetooth stack
ii  libbluray1:amd64                          1:0.2.3-1                                          amd64        Blu-ray disc playback support library (shared library)
ii  libbonobo2-0:amd64                        2.32.1-0ubuntu4                                    amd64        Bonobo CORBA interfaces library
ii  libbonobo2-common                         2.32.1-0ubuntu4                                    all          Bonobo CORBA interfaces library -- support files
ii  libbonoboui2-0:amd64                      2.24.5-0ubuntu2                                    amd64        The Bonobo UI library
ii  libbonoboui2-common                       2.24.5-0ubuntu2                                    all          The Bonobo UI library -- common files
ii  libboost-chrono1.53.0:amd64               1.53.0-6+exp3ubuntu8                               amd64        C++ representation of time duration, time point, and clocks
ii  libboost-date-time1.49.0                  1.49.0-4                                           amd64        set of date-time libraries based on generic programming concepts
ii  libboost-date-time1.53.0:amd64            1.53.0-6+exp3ubuntu8                               amd64        set of date-time libraries based on generic programming concepts
rc  libboost-filesystem1.49.0                 1.49.0-4                                           amd64        filesystem operations (portable paths, iteration over directories, etc) in C++
ii  libboost-filesystem1.53.0:amd64           1.53.0-6+exp3ubuntu8                               amd64        filesystem operations (portable paths, iteration over directories, etc) in C++
ii  libboost-iostreams1.49.0                  1.49.0-4                                           amd64        Boost.Iostreams Library
ii  libboost-iostreams1.53.0:amd64            1.53.0-6+exp3ubuntu8                               amd64        Boost.Iostreams Library
rc  libboost-program-options1.49.0            1.49.0-4                                           amd64        program options library for C++
ii  libboost-program-options1.53.0:amd64      1.53.0-6+exp3ubuntu8                               amd64        program options library for C++
ii  libboost-serialization1.49.0              1.49.0-4                                           amd64        serialization library for C++
ii  libboost-serialization1.53.0:amd64        1.53.0-6+exp3ubuntu8                               amd64        serialization library for C++
rc  libboost-system1.49.0                     1.49.0-4                                           amd64        Operating system (e.g. diagnostics support) library
ii  libboost-system1.53.0:amd64               1.53.0-6+exp3ubuntu8                               amd64        Operating system (e.g. diagnostics support) library
rc  libboost-thread1.49.0                     1.49.0-4                                           amd64        portable C++ multi-threading
ii  libboost-thread1.53.0:amd64               1.53.0-6+exp3ubuntu8                               amd64        portable C++ multi-threading
ii  libbrasero-media3-1                       3.8.0-1ubuntu3                                     amd64        CD/DVD burning library for GNOME - runtime
rc  libbrlapi0.5:amd64                        4.4-8ubuntu4                                       amd64        braille display access via BRLTTY - shared library
ii  libbrlapi0.6:amd64                        4.5-3ubuntu1                                       amd64        braille display access via BRLTTY - shared library
ii  libbsd0:amd64                             0.6.0-1                                            amd64        utility functions from BSD systems - shared library
ii  libburn4                                  1.3.2-1                                            amd64        library to provide CD/DVD writing functions
ii  libbz2-1.0:amd64                          1.0.6-4                                            amd64        high-quality block-sorting file compressor library - runtime
ii  libbz2-1.0:i386                           1.0.6-4                                            i386         high-quality block-sorting file compressor library - runtime
ii  libbz2-dev:amd64                          1.0.6-4                                            amd64        high-quality block-sorting file compressor library - development
ii  libc-ares2:amd64                          1.10.0-2                                           amd64        asynchronous name resolver
ii  libc-bin                                  2.17-93ubuntu4                                     amd64        Embedded GNU C Library: Binaries
ii  libc-dev-bin                              2.17-93ubuntu4                                     amd64        Embedded GNU C Library: Development binaries
ii  libc6:amd64                               2.17-93ubuntu4                                     amd64        Embedded GNU C Library: Shared libraries
ii  libc6:i386                                2.17-93ubuntu4                                     i386         Embedded GNU C Library: Shared libraries
ii  libc6-dbg:amd64                           2.17-93ubuntu4                                     amd64        Embedded GNU C Library: detached debugging symbols
ii  libc6-dev:amd64                           2.17-93ubuntu4                                     amd64        Embedded GNU C Library: Development Libraries and Header Files
ii  libc6-i386                                2.17-93ubuntu4                                     amd64        Embedded GNU C Library: 32-bit shared libraries for AMD64
ii  libcaca-dev                               0.99.beta18-1ubuntu2                               amd64        development files for libcaca
ii  libcaca0:amd64                            0.99.beta18-1ubuntu2                               amd64        colour ASCII art library
rc  libcaca0:i386                             0.99.beta18-1                                      i386         colour ASCII art library
ii  libcairo-gobject2:amd64                   1.12.16-0ubuntu2                                   amd64        The Cairo 2D vector graphics library (GObject library)
ii  libcairo-gobject2:i386                    1.12.16-0ubuntu2                                   i386         The Cairo 2D vector graphics library (GObject library)
ii  libcairo-perl                             1.103-2                                            amd64        Perl interface to the Cairo graphics library
ii  libcairo-script-interpreter2:amd64        1.12.16-0ubuntu2                                   amd64        The Cairo 2D vector graphics library (script interpreter)
ii  libcairo2:amd64                           1.12.16-0ubuntu2                                   amd64        The Cairo 2D vector graphics library
ii  libcairo2:i386                            1.12.16-0ubuntu2                                   i386         The Cairo 2D vector graphics library
ii  libcairo2-dev                             1.12.16-0ubuntu2                                   amd64        Development files for the Cairo 2D graphics library
ii  libcairomm-1.0-1:amd64                    1.10.0-1ubuntu2                                    amd64        C++ wrappers for Cairo (shared libraries)
ii  libcairomm-1.0-dev:amd64                  1.10.0-1ubuntu2                                    amd64        C++ wrappers for Cairo (development files)
rc  libcamel-1.2-40                           3.6.4-0ubuntu1.1                                   amd64        Evolution MIME message handling library
ii  libcamel-1.2-43                           3.8.5-1ubuntu3                                     amd64        Evolution MIME message handling library
ii  libcanberra-dev:amd64                     0.30-0ubuntu2                                      amd64        simple abstract interface for playing event sounds
ii  libcanberra-gtk-common-dev                0.30-0ubuntu2                                      all          simple abstract interface for playing event sounds
ii  libcanberra-gtk-module:amd64              0.30-0ubuntu2                                      amd64        translates GTK+ widgets signals to event sounds
ii  libcanberra-gtk0:amd64                    0.30-0ubuntu2                                      amd64        GTK+ helper for playing widget event sounds with libcanberra
rc  libcanberra-gtk0:i386                     0.30-0ubuntu1                                      i386         GTK+ helper for playing widget event sounds with libcanberra
ii  libcanberra-gtk3-0:amd64                  0.30-0ubuntu2                                      amd64        GTK+ 3.0 helper for playing widget event sounds with libcanberra
ii  libcanberra-gtk3-dev:amd64                0.30-0ubuntu2                                      amd64        simple abstract interface for playing event sounds
ii  libcanberra-gtk3-module:amd64             0.30-0ubuntu2                                      amd64        translates GTK3 widgets signals to event sounds
ii  libcanberra-pulse:amd64                   0.30-0ubuntu2                                      amd64        PulseAudio backend for libcanberra
ii  libcanberra0:amd64                        0.30-0ubuntu2                                      amd64        simple abstract interface for playing event sounds
rc  libcanberra0:i386                         0.30-0ubuntu1                                      i386         simple abstract interface for playing event sounds
ii  libcap-ng0                                0.7.3-1ubuntu1                                     amd64        An alternate POSIX capabilities library
ii  libcap2:amd64                             1:2.22-1.2ubuntu2                                  amd64        support for getting/setting POSIX.1e capabilities
ii  libcap2:i386                              1:2.22-1.2ubuntu2                                  i386         support for getting/setting POSIX.1e capabilities
ii  libcap2-bin                               1:2.22-1.2ubuntu2                                  amd64        basic utility programs for using capabilities
ii  libcapi20-3:amd64                         1:3.12.20071127-0ubuntu11                          amd64        libraries for CAPI support
ii  libcapi20-3:i386                          1:3.12.20071127-0ubuntu11                          i386         libraries for CAPI support
ii  libcdaudio1                               0.99.12p2-13                                       amd64        library for controlling a CD-ROM when playing audio CDs
ii  libcddb2                                  1.3.2-3fakesync1                                   amd64        library to access CDDB data - runtime files
ii  libcdio-cdda1                             0.83-4ubuntu1                                      amd64        library to read and control digital audio CDs
ii  libcdio-paranoia1                         0.83-4ubuntu1                                      amd64        library to read digital audio CDs with error correction
ii  libcdio13                                 0.83-4ubuntu1                                      amd64        library to read and control CD-ROM
ii  libcdparanoia0:amd64                      3.10.2+debian-11                                   amd64        audio extraction tool for sampling CDs (library)
ii  libcdparanoia0:i386                       3.10.2+debian-11                                   i386         audio extraction tool for sampling CDs (library)
ii  libcdr-0.0-0                              0.0.14-1                                           amd64        library for reading and converting Corel DRAW files
ii  libcdt4                                   2.26.3-15ubuntu4                                   amd64        rich set of graph drawing tools - cdt library
rc  libcelt0-0                                0.7.1-1                                            amd64        The CELT codec runtime library
ii  libcgraph5                                2.26.3-15ubuntu4                                   amd64        rich set of graph drawing tools - cgraph library
rc  libcheese-gtk21:amd64                     3.5.5-0ubuntu1                                     amd64        tool to take pictures and videos from your webcam - widgets
ii  libcheese-gtk23:amd64                     3.8.3-0ubuntu1                                     amd64        tool to take pictures and videos from your webcam - widgets
rc  libcheese3:amd64                          3.5.5-0ubuntu1                                     amd64        tool to take pictures and videos from your webcam - base library
ii  libcheese7:amd64                          3.8.3-0ubuntu1                                     amd64        tool to take pictures and videos from your webcam - base library
ii  libchromaprint0:amd64                     0.7-1                                              amd64        audio fingerprint library
ii  libck-connector0:amd64                    0.4.5-3.1ubuntu2                                   amd64        ConsoleKit libraries
ii  libclass-accessor-perl                    0.34-1                                             all          Perl module that automatically generates accessors
ii  libclass-c3-perl                          0.25-1                                             all          pragma for using the C3 method resolution order
ii  libclass-c3-xs-perl                       0.13-1build3                                       amd64        Perl module to accelerate Class::C3
ii  libclass-isa-perl                         0.36-5                                             all          report the search path for a class's ISA tree
ii  libclass-load-perl                        0.20-1                                             all          module for loading modules by name
ii  libclass-method-modifiers-perl            2.03-1                                             all          Perl module providing method modifiers
ii  libclass-singleton-perl                   1.4-1                                              all          implementation of a "Singleton" class
ii  libclone-perl                             0.34-1                                             amd64        module for recursively copying Perl datatypes
ii  libcloog-isl4:amd64                       0.18.0-2                                           amd64        Chunky Loop Generator (runtime library)
ii  libcloog-ppl1:amd64                       0.16.1-3                                           amd64        Chunky Loop Generator (runtime library)
ii  libclucene-contribs1:amd64                2.3.3.4-4                                          amd64        language specific text analyzers (runtime)
ii  libclucene-core1:amd64                    2.3.3.4-4                                          amd64        core library for full-featured text search engine (runtime)
ii  libclutter-1.0-0:amd64                    1.14.4-3                                           amd64        Open GL based interactive canvas library
ii  libclutter-1.0-common                     1.14.4-3                                           all          Open GL based interactive canvas library (common files)
ii  libclutter-gst-1.0-0:amd64                1.6.0-2                                            amd64        Open GL based interactive canvas library GStreamer elements
ii  libclutter-gst-2.0-0:amd64                2.0.8-1                                            amd64        Open GL based interactive canvas library GStreamer elements
ii  libclutter-gtk-1.0-0:amd64                1.4.4-3                                            amd64        Open GL based interactive canvas library GTK+ widget
ii  libcmis-0.2-2                             0.2.3-1                                            amd64        CMIS protocol client library
ii  libcmis-0.3-3                             0.3.1-3ubuntu1                                     amd64        CMIS protocol client library
ii  libcogl-common                            1.14.0-2                                           all          Object oriented GL/GLES Abstraction/Utility Layer (common files)
ii  libcogl-gles2-12:amd64                    1.14.0-2                                           amd64        Object oriented GL/GLES Abstraction/Utility Layer
rc  libcogl-pango0:amd64                      1.12.2-0ubuntu1                                    amd64        Object oriented GL/GLES Abstraction/Utility Layer
ii  libcogl-pango12:amd64                     1.14.0-2                                           amd64        Object oriented GL/GLES Abstraction/Utility Layer
rc  libcogl11:amd64                           1.12.2-0ubuntu1                                    amd64        Object oriented GL/GLES Abstraction/Utility Layer
ii  libcogl12:amd64                           1.14.0-2                                           amd64        Object oriented GL/GLES Abstraction/Utility Layer
ii  libcogl12-dbg:amd64                       1.14.0-2                                           amd64        Object oriented GL/GLES Abstraction/Utility Layer (debug files)
rc  libcogl9:amd64                            1.10.4-0ubuntu1                                    amd64        Object oriented GL/GLES Abstraction/Utility Layer
ii  libcolamd2.7.1                            1:3.4.0-3ubuntu1                                   amd64        column approximate minimum degree ordering library for sparse matrices
ii  libcolord-gtk1:amd64                      0.1.25-1                                           amd64        GTK+ convenience library for interacting with colord
ii  libcolord1:amd64                          1.0.2-1                                            amd64        system service to manage device colour profiles -- runtime
ii  libcolorhug1:amd64                        1.0.2-1                                            amd64        library to access the ColorHug colourimeter -- runtime
rc  libcolumbus0-0                            0.4.0daily13.04.16~13.04-0ubuntu1                  amd64        error tolerant matching engine - shared library
ii  libcolumbus1:amd64                        1.0.0+13.10.20130814.1-0ubuntu1                    amd64        error tolerant matching engine - shared library
ii  libcolumbus1-common                       1.0.0+13.10.20130814.1-0ubuntu1                    all          error tolerant matching engine - common files
ii  libcomerr2:amd64                          1.42.8-1ubuntu1                                    amd64        common error description library
ii  libcomerr2:i386                           1.42.8-1ubuntu1                                    i386         common error description library
ii  libcommons-beanutils-java                 1.8.3-4                                            all          utility for manipulating JavaBeans
ii  libcommons-cli-java                       1.2-3ubuntu1                                       all          API for working with the command line arguments and options
ii  libcommons-codec-java                     1.8-1                                              all          encoder and decoders such as Base64 and hexadecimal codec
ii  libcommons-collections3-java              3.2.1-5build1                                      all          A set of abstract data type interfaces and implementations
ii  libcommons-compress-java                  1.5-2                                              all          Java API for working with compression and archive formats
ii  libcommons-dbcp-java                      1.4-3ubuntu1                                       all          Database Connection Pooling Services
ii  libcommons-digester-java                  1.8.1-3                                            all          Rule based XML Java object mapping tool
ii  libcommons-httpclient-java                3.1-10.2                                           all          A Java(TM) library for creating HTTP clients
ii  libcommons-lang-java                      2.6-3ubuntu2                                       all          Extension of the java.lang package
ii  libcommons-logging-java                   1.1.3-1                                            all          common wrapper interface for several logging APIs
ii  libcommons-net2-java                      2.2-2                                              all          internet protocol suite Java library
ii  libcommons-parent-java                    22-2build1                                         all          Maven metadata for Apache Commons project
ii  libcommons-pool-java                      1.6-2                                              all          pooling implementation for Java objects
ii  libcompizconfig0                          1:0.9.10+13.10.20131011-0ubuntu1                   amd64        Settings library for plugins - OpenCompositing Project
rc  libcppunit-1.12-1                         1.12.1-4build1                                     amd64        Unit Testing Library for C++
ii  libcppunit-1.13-0:amd64                   1.13.1-2                                           amd64        Unit Testing Library for C++
ii  libcppunit-dev                            1.13.1-2                                           amd64        Unit Testing Library for C++
ii  libcrack2                                 2.8.22-1                                           amd64        pro-active password checker library
ii  libcroco3:amd64                           0.6.8-2                                            amd64        Cascading Style Sheet (CSS) parsing and manipulation toolkit
ii  libcroco3:i386                            0.6.8-2                                            i386         Cascading Style Sheet (CSS) parsing and manipulation toolkit
ii  libcrypt-blowfish-perl                    2.12-2                                             amd64        Blowfish cryptography for Perl
ii  libcrypt-passwdmd5-perl                   1.3-10                                             all          interoperable MD5-based crypt() for perl
ii  libcrypt-rijndael-perl                    1.11-1                                             amd64        Perl module implementing the Rijndael algorithm
ii  libcryptsetup4                            2:1.4.3-4ubuntu4                                   amd64        disk encryption support - shared library
ii  libcrystalhd3:amd64                       1:0.0~git20110715.fdd2f19-9ubuntu1                 amd64        Crystal HD Video Decoder (shared library)
ii  libcups2:amd64                            1.7.0~rc1-0ubuntu5.1                               amd64        Common UNIX Printing System(tm) - Core library
ii  libcups2:i386                             1.7.0~rc1-0ubuntu5.1                               i386         Common UNIX Printing System(tm) - Core library
ii  libcupscgi1:amd64                         1.7.0~rc1-0ubuntu5.1                               amd64        Common UNIX Printing System(tm) - CGI library
ii  libcupsfilters1:amd64                     1.0.40-0ubuntu1                                    amd64        OpenPrinting CUPS Filters - Shared library
rc  libcupsfilters1:i386                      1.0.28-0ubuntu2                                    i386         OpenPrinting CUPS Filters - Shared library
ii  libcupsimage2:amd64                       1.7.0~rc1-0ubuntu5.1                               amd64        Common UNIX Printing System(tm) - Raster image library
rc  libcupsimage2:i386                        1.6.1-1ubuntu1                                     i386         Common UNIX Printing System(tm) - Raster image library
ii  libcupsmime1:amd64                        1.7.0~rc1-0ubuntu5.1                               amd64        Common UNIX Printing System(tm) - MIME library
ii  libcupsppdc1:amd64                        1.7.0~rc1-0ubuntu5.1                               amd64        Common UNIX Printing System(tm) - PPD manipulation library
ii  libcurl3:amd64                            7.32.0-1ubuntu1.1                                  amd64        easy-to-use client-side URL transfer library (OpenSSL flavour)
rc  libcurl3:i386                             7.28.0-3ubuntu1                                    i386         easy-to-use client-side URL transfer library (OpenSSL flavour)
ii  libcurl3-gnutls:amd64                     7.32.0-1ubuntu1.1                                  amd64        easy-to-use client-side URL transfer library (GnuTLS flavour)
ii  libcurl3-nss:amd64                        7.32.0-1ubuntu1.1                                  amd64        easy-to-use client-side URL transfer library (NSS flavour)
ii  libcurl4-gnutls-dev                       7.32.0-1ubuntu1.1                                  amd64        development files and documentation for libcurl (GnuTLS flavour)
ii  libcwidget3                               0.5.16-3.4ubuntu2                                  amd64        high-level terminal interface library for C++ (runtime files)
ii  libdaemon0                                0.14-2build1                                       amd64        lightweight C library for daemons - runtime library
ii  libdata-amf-perl                          0.09-3                                             all          Perl module for serialize / deserialize AMF data
ii  libdata-optlist-perl                      0.107-1                                            all          module to parse and validate simple name/value option pairs
ii  libdatetime-locale-perl                   1:0.45-2                                           all          Perl extension providing localization support for DateTime
ii  libdatetime-perl                          2:1.03-1                                           amd64        module for manipulating dates, times and timestamps
ii  libdatetime-timezone-perl                 1:1.60-1+2013d                                     all          framework exposing the Olson time zone database to Perl
ii  libdatrie1:amd64                          0.2.6-2                                            amd64        Double-array trie library
ii  libdatrie1:i386                           0.2.6-2                                            i386         Double-array trie library
ii  libdb-dev:amd64                           5.1.6                                              amd64        Berkeley Database Libraries [development]
ii  libdb-java                                5.1.6                                              all          Berkeley Database Libraries for Java
ii  libdb-je-java                             3.3.98-1                                           all          Oracle Berkeley Database Java Edition
ii  libdb5.1:amd64                            5.1.29-7                                           amd64        Berkeley v5.1 Database Libraries [runtime]
ii  libdb5.1:i386                             5.1.29-7                                           i386         Berkeley v5.1 Database Libraries [runtime]
ii  libdb5.1-dev                              5.1.29-7                                           amd64        Berkeley v5.1 Database Libraries [development]
ii  libdb5.1-java                             5.1.29-7                                           all          Berkeley v5.1 Database Libraries for Java
ii  libdb5.1-java-jni:amd64                   5.1.29-7                                           amd64        Berkeley v5.1 Database Libraries for Java
ii  libdbus-1-3:amd64                         1.6.12-0ubuntu10                                   amd64        simple interprocess messaging system (library)
ii  libdbus-1-3:i386                          1.6.12-0ubuntu10                                   i386         simple interprocess messaging system (library)
ii  libdbus-1-dev:amd64                       1.6.12-0ubuntu10                                   amd64        simple interprocess messaging system (development headers)
ii  libdbus-glib-1-2:amd64                    0.100.2-1                                          amd64        simple interprocess messaging system (GLib-based shared library)
rc  libdbus-glib-1-2:i386                     0.100-1                                            i386         simple interprocess messaging system (GLib-based shared library)
ii  libdbus-glib-1-dev                        0.100.2-1                                          amd64        simple interprocess messaging system (GLib interface)
ii  libdbusmenu-glib4:amd64                   12.10.3+13.10.20131104-0ubuntu1                    amd64        library for passing menus over DBus
ii  libdbusmenu-gtk3-4:amd64                  12.10.3+13.10.20131104-0ubuntu1                    amd64        library for passing menus over DBus - GTK+ version
ii  libdbusmenu-gtk4:amd64                    12.10.3+13.10.20131104-0ubuntu1                    amd64        library for passing menus over DBus - GTK+ version
ii  libdbusmenu-qt2:amd64                     0.9.2+13.10.20130826-0ubuntu1                      amd64        Qt implementation of the DBusMenu protocol
ii  libdbusmenu-qt2:i386                      0.9.2+13.10.20130826-0ubuntu1                      i386         Qt implementation of the DBusMenu protocol
ii  libdbusmenu-qt5:amd64                     0.9.2+13.10.20130826-0ubuntu1                      amd64        Qt5 implementation of the DBusMenu protocol
ii  libdc1394-22:amd64                        2.2.1-1ubuntu1                                     amd64        high level programming interface for IEEE1394 digital camera
ii  libdca0:amd64                             0.0.5-6                                            amd64        decoding library for DTS Coherent Acoustics streams
ii  libdconf1:amd64                           0.16.1-1                                           amd64        simple configuration storage system - runtime library
ii  libdecoration0                            1:0.9.10+13.10.20131011-0ubuntu1                   amd64        Compiz window decoration library
ii  libdee-1.0-4                              1.2.7+13.10.20130924.1-0ubuntu1                    amd64        model to synchronize multiple instances over DBus - shared lib
ii  libdevmapper-dev:amd64                    2:1.02.77-6ubuntu1                                 amd64        Linux Kernel Device Mapper header files
ii  libdevmapper-event1.02.1:amd64            2:1.02.77-6ubuntu1                                 amd64        Linux Kernel Device Mapper event support library
ii  libdevmapper1.02.1:amd64                  2:1.02.77-6ubuntu1                                 amd64        Linux Kernel Device Mapper userspace library
ii  libdigest-hmac-perl                       1.03+dfsg-1                                        all          module for creating standard message integrity checks
ii  libdirac-encoder0:amd64                   1.0.2-6ubuntu1                                     amd64        open and royalty free high quality video codec - encoder library
ii  libdirectfb-1.2-9:amd64                   1.2.10.0-5                                         amd64        direct frame buffer graphics - shared libraries
ii  libdiscid0:amd64                          0.5.1-1                                            amd64        library for creating MusicBrainz DiscIDs
ii  libdjvulibre-text                         3.5.25.4-2                                         all          Linguistic support files for libdjvulibre
ii  libdjvulibre21:amd64                      3.5.25.4-2                                         amd64        Runtime support for the DjVu image format
ii  libdlrestrictions1                        0.15.8ubuntu2                                      amd64        library that implements library compatibility checks for dlopen()
ii  libdmapsharing-3.0-2                      2.9.23-1                                           amd64        DMAP client and server library - runtime
rc  libdns81                                  1:9.8.1.dfsg.P1-4.2ubuntu3.1                       amd64        DNS Shared Library used by BIND
rc  libdns95                                  1:9.9.2.dfsg.P1-2ubuntu2.1                         amd64        DNS Shared Library used by BIND
ii  libdns99                                  1:9.9.3.dfsg.P2-4ubuntu1                           amd64        DNS Shared Library used by BIND
ii  libdotconf1.0                             1.0.13-3build2                                     amd64        Configuration file parser library - runtime files
ii  libdpkg-perl                              1.16.12ubuntu1                                     all          Dpkg perl modules
ii  libdrm-dev:amd64                          2.4.46-1ubuntu1                                    amd64        Userspace interface to kernel DRM services -- development files
ii  libdrm-intel1:amd64                       2.4.46-1ubuntu1                                    amd64        Userspace interface to intel-specific kernel DRM services -- runtime
ii  libdrm-intel1:i386                        2.4.46-1ubuntu1                                    i386         Userspace interface to intel-specific kernel DRM services -- runtime
rc  libdrm-nouveau1a:amd64                    2.4.46+git20130702.c6d73cfe-0ubuntu0sarvatt~raring amd64        Userspace interface to nouveau-specific kernel DRM services -- runtime
ii  libdrm-nouveau2:amd64                     2.4.46-1ubuntu1                                    amd64        Userspace interface to nouveau-specific kernel DRM services -- runtime
ii  libdrm-nouveau2:i386                      2.4.46-1ubuntu1                                    i386         Userspace interface to nouveau-specific kernel DRM services -- runtime
ii  libdrm-radeon1:amd64                      2.4.46-1ubuntu1                                    amd64        Userspace interface to radeon-specific kernel DRM services -- runtime
ii  libdrm-radeon1:i386                       2.4.46-1ubuntu1                                    i386         Userspace interface to radeon-specific kernel DRM services -- runtime
ii  libdrm2:amd64                             2.4.46-1ubuntu1                                    amd64        Userspace interface to kernel DRM services -- runtime
ii  libdrm2:i386                              2.4.46-1ubuntu1                                    i386         Userspace interface to kernel DRM services -- runtime
ii  libdv4:amd64                              1.0.0-6                                            amd64        software library for DV format digital video (runtime lib)
rc  libdv4:i386                               1.0.0-6                                            i386         software library for DV format digital video (runtime lib)
rc  libdvbpsi7                                0.2.2-1                                            amd64        library for MPEG TS and DVB PSI tables decoding and generating
ii  libdvbpsi8:amd64                          1.0.0-3                                            amd64        library for MPEG TS and DVB PSI tables decoding and generating
ii  libdvdnav4:amd64                          4.2.0+20130225-3                                   amd64        DVD navigation library
ii  libdvdread4:amd64                         4.2.0+20130219-2ubuntu2                            amd64        library for reading DVDs
ii  libdw-dev:amd64                           0.157-1ubuntu1                                     amd64        libdw1 development libraries and header files
ii  libdw1:amd64                              0.157-1ubuntu1                                     amd64        library that provides access to the DWARF debug information
ii  libeasymock-java                          2.5.2+ds-1                                         all          Java library to generate Mock Objects for given interfaces
rc  libebackend-1.2-5                         3.6.4-0ubuntu1.1                                   amd64        Utility library for evolution data servers
ii  libebackend-1.2-6                         3.8.5-1ubuntu3                                     amd64        Utility library for evolution data servers
ii  libebml3:amd64                            1.2.2-2                                            amd64        access library for the EBML format (shared library)
ii  libebook-1.2-14                           3.8.5-1ubuntu3                                     amd64        Client library for evolution address books
ii  libebook-contacts-1.2-0                   3.8.5-1ubuntu3                                     amd64        Client library for evolution contacts books
ii  libecal-1.2-15                            3.8.5-1ubuntu3                                     amd64        Client library for evolution calendars
ii  libecj-java                               3.8.2-4                                            all          Eclipse Java compiler (library)
rc  libedata-book-1.2-15                      3.6.4-0ubuntu1.1                                   amd64        Backend library for evolution address books
ii  libedata-book-1.2-17                      3.8.5-1ubuntu3                                     amd64        Backend library for evolution address books
rc  libedata-cal-1.2-18                       3.6.4-0ubuntu1.1                                   amd64        Backend library for evolution calendars
ii  libedata-cal-1.2-20                       3.8.5-1ubuntu3                                     amd64        Backend library for evolution calendars
ii  libedataserver-1.2-17                     3.8.5-1ubuntu3                                     amd64        Utility library for evolution data servers
ii  libedit2:amd64                            3.1-20130712-1                                     amd64        BSD editline and history libraries
ii  libegl1-mesa:amd64                        9.2.1-1ubuntu3                                     amd64        free implementation of the EGL API -- runtime
ii  libelf-dev:amd64                          0.157-1ubuntu1                                     amd64        libelf1 development libraries and header files
ii  libelf1:amd64                             0.157-1ubuntu1                                     amd64        library to read and write ELF files
ii  libelf1:i386                              0.157-1ubuntu1                                     i386         library to read and write ELF files
ii  libelfg0:amd64                            0.8.13-4~1                                         amd64        an ELF object file access library
ii  libemail-valid-perl                       0.190-1                                            all          Perl module for checking the validity of Internet email addresses
ii  libenca0:amd64                            1.14-3                                             amd64        Extremely Naive Charset Analyser - shared library files
ii  libenchant1c2a:amd64                      1.6.0-10                                           amd64        Wrapper library for various spell checker engines (runtime libs)
ii  libencode-locale-perl                     1.03-1                                             all          utility to determine the locale encoding
ii  libept1.4.12                              1.0.9                                              amd64        High-level library for managing Debian package information
ii  libepub0                                  0.2.2-1ubuntu1                                     amd64        library to work with the EPUB file format - runtime library
ii  libequinox-osgi-java                      3.8.1-4                                            all          Equinox OSGi framework
ii  liberror-perl                             0.17-1                                             all          Perl module for error/exception handling in an OO-ish way
ii  libesd0:amd64                             0.2.41-11                                          amd64        Enlightened Sound Daemon - Shared libraries
ii  libesd0:i386                              0.2.41-11                                          i386         Enlightened Sound Daemon - Shared libraries
ii  libespeak1:amd64                          1.47.11-1                                          amd64        Multi-lingual software speech synthesizer: shared library
ii  libevdocument3-4                          3.10.0-0ubuntu2                                    amd64        Document (PostScript, PDF) rendering library
ii  libevent-2.0-5:amd64                      2.0.21-stable-1                                    amd64        Asynchronous event notification library
ii  libevview3-3                              3.10.0-0ubuntu2                                    amd64        Document (PostScript, PDF) rendering library - Gtk+ widgets
ii  libexempi3:amd64                          2.2.1-1ubuntu1                                     amd64        library to parse XMP metadata (Library)
ii  libexif12:amd64                           0.6.21-1                                           amd64        library to parse EXIF files
ii  libexif12:i386                            0.6.21-1                                           i386         library to parse EXIF files
ii  libexiv2-12                               0.23-1ubuntu1                                      amd64        EXIF/IPTC metadata manipulation library
ii  libexpat1:amd64                           2.1.0-4                                            amd64        XML parsing C library - runtime library
ii  libexpat1:i386                            2.1.0-4                                            i386         XML parsing C library - runtime library
ii  libexpat1-dev:amd64                       2.1.0-4                                            amd64        XML parsing C library - development kit
rc  libexttextcat-1.0-0                       3.3.1-2                                            amd64        Language detection library
ii  libexttextcat-2.0-0                       3.4.0-4                                            amd64        Language detection library
ii  libexttextcat-data                        3.4.0-4                                            all          Language detection library - data files
ii  libfaac0:amd64                            1.28-5                                             amd64        AAC audio encoder (library)
ii  libfaad2:amd64                            2.7-8                                              amd64        freeware Advanced Audio Decoder - runtime files
rc  libfarstream-0.1-0:amd64                  0.1.2-1ubuntu1                                     amd64        Audio/Video communications framework: core library
ii  libfarstream-0.2-2:amd64                  0.2.3-1ubuntu1                                     amd64        Audio/Video communications framework: core library
ii  libfarstream-0.2-dbg:amd64                0.2.3-1ubuntu1                                     amd64        Audio/Video communications framework: debugging symbols
ii  libfarstream-0.2-dev                      0.2.3-1ubuntu1                                     amd64        Audio/Video communications framework: development files
ii  libfarstream-0.2-doc                      0.2.3-1ubuntu1                                     all          Audio/Video communications framework: documentation
ii  libfdt1                                   1.4.0-1                                            amd64        Flat Device Trees manipulation library
ii  libfelix-bundlerepository-java            1.6.6-1                                            all          Felix OSGi bundle repository service
ii  libfelix-gogo-command-java                0.12.0-2                                           all          Apache Felix Gogo Command bundle
ii  libfelix-gogo-runtime-java                0.10.0-2                                           all          Apache Felix Gogo Runtime bundle
ii  libfelix-gogo-shell-java                  0.10.0-2                                           all          Apache Felix Gogo Shell bundle
ii  libfelix-osgi-obr-java                    1.0.2-3fakesync1                                   all          OSGi OBR Service API
ii  libfelix-shell-java                       1.4.2-3                                            all          Felix OSGi shell to issue commands to the framework
ii  libfelix-utils-java                       1.1.0-3                                            all          collection of utility classes for Apache Felix
ii  libffi-dev:amd64                          3.0.13-4                                           amd64        Foreign Function Interface library (development files)
ii  libffi6:amd64                             3.0.13-4                                           amd64        Foreign Function Interface library runtime
ii  libffi6:i386                              3.0.13-4                                           i386         Foreign Function Interface library runtime
ii  libffms2-2                                2.17+r731-2                                        amd64        Cross platform ffmpeg wrapper library
ii  libffms2-dev                              2.17+r731-2                                        amd64        Development files for libffms2
ii  libfftw3-3:amd64                          3.3.3-5ubuntu1                                     amd64        Library for computing Fast Fourier Transforms
ii  libfftw3-bin                              3.3.3-5ubuntu1                                     amd64        Library for computing Fast Fourier Transforms - Tools
ii  libfftw3-dev:amd64                        3.3.3-5ubuntu1                                     amd64        Library for computing Fast Fourier Transforms - development
ii  libfftw3-double3:amd64                    3.3.3-5ubuntu1                                     amd64        Library for computing Fast Fourier Transforms - Double precision
ii  libfftw3-long3:amd64                      3.3.3-5ubuntu1                                     amd64        Library for computing Fast Fourier Transforms - Long precision
ii  libfftw3-quad3:amd64                      3.3.3-5ubuntu1                                     amd64        Library for computing Fast Fourier Transforms - Quad precision
ii  libfftw3-single3:amd64                    3.3.3-5ubuntu1                                     amd64        Library for computing Fast Fourier Transforms - Single precision
ii  libfile-basedir-perl                      0.03-1fakesync1                                    all          Perl module to use the freedesktop basedir specification
ii  libfile-copy-recursive-perl               0.38-1                                             all          Perl extension for recursively copying files and directories
ii  libfile-desktopentry-perl                 0.04-3                                             all          Perl module to handle freedesktop .desktop files
ii  libfile-fcntllock-perl                    0.14-2                                             amd64        Perl module for file locking with fcntl(2)
ii  libfile-fnmatch-perl                      0.02-1build2                                       amd64        Perl module that provides simple filename and pathname matching
ii  libfile-listing-perl                      6.04-1                                             all          module to parse directory listings
ii  libfile-mimeinfo-perl                     0.16-2                                             all          Perl module to determine file types
ii  libfl-dev:amd64                           2.5.35-10.1ubuntu1                                 amd64        static library for flex (a fast lexical analyzer generator).
ii  libflac++6:amd64                          1.3.0-1                                            amd64        Free Lossless Audio Codec - C++ runtime library
ii  libflac8:amd64                            1.3.0-1                                            amd64        Free Lossless Audio Codec - runtime C library
ii  libflac8:i386                             1.3.0-1                                            i386         Free Lossless Audio Codec - runtime C library
rc  libflickcurl0                             1.23-1                                             amd64        C library for accessing the Flickr API
ii  libflite1:amd64                           1.4-release-7                                      amd64        Small run-time speech synthesis engine - shared libraries
ii  libfluidsynth1:amd64                      1.1.6-2                                            amd64        Real-time MIDI software synthesizer (runtime library)
ii  libfolks-eds25:amd64                      0.9.2-1                                            amd64        Evolution-data-server backend for libfolks
ii  libfolks-telepathy25:amd64                0.9.2-1                                            amd64        Telepathy backend for libfolks
ii  libfolks25:amd64                          0.9.2-1                                            amd64        library to aggregates people into metacontacts
ii  libfontconfig1:amd64                      2.10.93-0ubuntu1                                   amd64        generic font configuration library - runtime
ii  libfontconfig1:i386                       2.10.93-0ubuntu1                                   i386         generic font configuration library - runtime
ii  libfontconfig1-dev                        2.10.93-0ubuntu1                                   amd64        generic font configuration library - development
ii  libfontembed1:amd64                       1.0.40-0ubuntu1                                    amd64        OpenPrinting CUPS Filters - Font Embed Shared library
ii  libfontenc1:amd64                         1:1.1.2-1                                          amd64        X11 font encoding library
ii  libframe6:amd64                           2.5.0daily13.06.05-0ubuntu1                        amd64        Touch Frame Library
ii  libfreerdp-plugins-standard:amd64         1.0.2-1ubuntu1                                     amd64        RDP client for Windows Terminal Services (plugins)
ii  libfreerdp1:amd64                         1.0.2-1ubuntu1                                     amd64        RDP client for Windows Terminal Services (library)
ii  libfreetype6:amd64                        2.4.12-0ubuntu1                                    amd64        FreeType 2 font engine, shared library files
ii  libfreetype6:i386                         2.4.12-0ubuntu1                                    i386         FreeType 2 font engine, shared library files
ii  libfreetype6-dev                          2.4.12-0ubuntu1                                    amd64        FreeType 2 font engine, development files
ii  libfribidi0:amd64                         0.19.5-2                                           amd64        Free Implementation of the Unicode BiDi algorithm
ii  libfriends0                               0.1.2daily13.06.07-0ubuntu1                        amd64        Provides an API for accessing social networks
ii  libfs6:amd64                              2:1.0.5-1                                          amd64        X11 Font Services library
ii  libfuse2:amd64                            2.9.2-4ubuntu3                                     amd64        Filesystem in Userspace (library)
ii  libgail-3-0:amd64                         3.8.6-0ubuntu3                                     amd64        GNOME Accessibility Implementation Library -- shared libraries
ii  libgail-common:amd64                      2.24.20-1ubuntu1                                   amd64        GNOME Accessibility Implementation Library -- common modules
ii  libgail18:amd64                           2.24.20-1ubuntu1                                   amd64        GNOME Accessibility Implementation Library -- shared libraries
rc  libgail18:i386                            2.24.14-0ubuntu1                                   i386         GNOME Accessibility Implementation Library -- shared libraries
ii  libgavl1:amd64                            1.4.0-1                                            amd64        low level audio and video library - runtime files
ii  libgbm1:amd64                             9.2.1-1ubuntu3                                     amd64        generic buffer management API -- runtime
ii  libgc1c2:amd64                            1:7.2d-5ubuntu1                                    amd64        conservative garbage collector for C and C++
rc  libgc1c3:amd64                            1:7.2d-0ubuntu5                                    amd64        conservative garbage collector for C and C++
ii  libgcc-4.7-dev:amd64                      4.7.3-7ubuntu3                                     amd64        GCC support library (development files)
ii  libgcc-4.8-dev:amd64                      4.8.1-10ubuntu9                                    amd64        GCC support library (development files)
ii  libgcc1:amd64                             1:4.8.1-10ubuntu9                                  amd64        GCC support library
ii  libgcc1:i386                              1:4.8.1-10ubuntu9                                  i386         GCC support library
ii  libgck-1-0:amd64                          3.8.2-4                                            amd64        Glib wrapper library for PKCS#11 - runtime
ii  libgconf-2-4:amd64                        3.2.6-0ubuntu1                                     amd64        GNOME configuration database system (shared libraries)
rc  libgconf-2-4:i386                         3.2.6-0ubuntu1                                     i386         GNOME configuration database system (shared libraries)
ii  libgconf2-4:amd64                         3.2.6-0ubuntu1                                     amd64        GNOME configuration database system (dummy package)
ii  libgconf2-dev                             3.2.6-0ubuntu1                                     amd64        GNOME configuration database system (development)
ii  libgcr-3-1:amd64                          3.8.2-4                                            amd64        Library for Crypto UI related task - transitional package
ii  libgcr-3-common                           3.8.2-4                                            all          Library for Crypto UI related tasks - common files
ii  libgcr-base-3-1:amd64                     3.8.2-4                                            amd64        Library for Crypto related tasks
ii  libgcr-ui-3-1:amd64                       3.8.2-4                                            amd64        Library for Crypto UI related tasks
ii  libgcrypt11:amd64                         1.5.0-3ubuntu3                                     amd64        LGPL Crypto library - runtime library
ii  libgcrypt11:i386                          1.5.0-3ubuntu3                                     i386         LGPL Crypto library - runtime library
ii  libgcrypt11-dev                           1.5.0-3ubuntu3                                     amd64        LGPL Crypto library - development files
rc  libgd2-xpm:amd64                          2.0.36~rc1~dfsg-6.1ubuntu1                         amd64        GD Graphics Library version 2
rc  libgd2-xpm:i386                           2.0.36~rc1~dfsg-6.1ubuntu1                         i386         GD Graphics Library version 2
ii  libgd3:amd64                              2.1.0-2                                            amd64        GD Graphics Library
ii  libgd3:i386                               2.1.0-2                                            i386         GD Graphics Library
ii  libgdata-common                           0.14.0-1ubuntu1                                    all          Library for accessing GData webservices - common data files
ii  libgdata13                                0.14.0-1ubuntu1                                    amd64        Library for accessing GData webservices - shared libraries
ii  libgdbm3:amd64                            1.8.3-12build1                                     amd64        GNU dbm database routines (runtime version)
rc  libgdbm3:i386                             1.8.3-11ubuntu1                                    i386         GNU dbm database routines (runtime version)
ii  libgdk-pixbuf2.0-0:amd64                  2.28.1-1ubuntu2                                    amd64        GDK Pixbuf library
ii  libgdk-pixbuf2.0-0:i386                   2.28.1-1ubuntu2                                    i386         GDK Pixbuf library
ii  libgdk-pixbuf2.0-common                   2.28.1-1ubuntu2                                    all          GDK Pixbuf library - data files
ii  libgdk-pixbuf2.0-dev                      2.28.1-1ubuntu2                                    amd64        GDK Pixbuf library (development files)
ii  libgeda-common                            1:1.8.1-3                                          all          GPL EDA -- Electronics design software (data files)
rc  libgeda38:amd64                           1:1.6.2-4.3                                        amd64        GPL EDA -- Electronics design software (library files)
ii  libgeda42:amd64                           1:1.8.1-3                                          amd64        GPL EDA -- Electronics design software (library files)
ii  libgee-0.8-2:amd64                        0.10.5-1                                           amd64        GObject based collection library
ii  libgee2:amd64                             0.6.8-1                                            amd64        GObject based collection library
ii  libgegl-0.2-0:amd64                       0.2.0-3ubuntu1                                     amd64        Generic Graphics Library
ii  libgeis1:amd64                            2.2.16+13.10.20130919.4-0ubuntu1                   amd64        Gesture engine interface support
ii  libgeoclue0                               0.12.99-2ubuntu5                                   amd64        C API for GeoClue
ii  libgeoip1:amd64                           1.5.1-1ubuntu1                                     amd64        non-DNS IP-to-country resolver library
ii  libgeronimo-jpa-2.0-spec-java             1.1-2                                              all          Geronimo JSR-317 Java Persistence (JPA) 2.0 Spec API
ii  libgeronimo-jta-1.1-spec-java             1.1.1-3ubuntu1                                     all          Geronimo API implementation of the JTA 1.1 spec
ii  libgeronimo-osgi-support-java             1.0-2                                              all          Java libraries providing OSGi lookup support for Geronimo projects
ii  libgettextpo-dev:amd64                    0.18.1.1-10ubuntu3                                 amd64        GNU Internationalization library development files
ii  libgettextpo0:amd64                       0.18.1.1-10ubuntu3                                 amd64        GNU Internationalization library
ii  libgettextpo0:i386                        0.18.1.1-10ubuntu3                                 i386         GNU Internationalization library
ii  libgexiv2-1                               0.5.0-0ubuntu1                                     amd64        GObject-based wrapper around the Exiv2 library
ii  libgexiv2-2                               0.6.1-2                                            amd64        GObject-based wrapper around the Exiv2 library
ii  libgfortran3:amd64                        4.8.1-10ubuntu9                                    amd64        Runtime library for GNU Fortran applications
ii  libgif4:amd64                             4.1.6-10ubuntu1                                    amd64        library for GIF images (library)
ii  libgif4:i386                              4.1.6-10ubuntu1                                    i386         library for GIF images (library)
ii  libgimp2.0                                2.8.6-1ubuntu1.1                                   amd64        Libraries for the GNU Image Manipulation Program
ii  libgirepository-1.0-1                     1.38.0-0ubuntu1                                    amd64        Library for handling GObject introspection data (runtime library)
ii  libgirepository1.0-dev                    1.38.0-0ubuntu1                                    amd64        Library for handling GObject introspection data (development files)
ii  libgksu2-0                                2.0.13~pre1-6ubuntu3                               amd64        library providing su and sudo functionality
ii  libgl1-mesa-dev                           9.2.1-1ubuntu3                                     amd64        free implementation of the OpenGL API -- GLX development files
ii  libgl1-mesa-dri:amd64                     9.2.1-1ubuntu3                                     amd64        free implementation of the OpenGL API -- DRI modules
ii  libgl1-mesa-dri:i386                      9.2.1-1ubuntu3                                     i386         free implementation of the OpenGL API -- DRI modules
ii  libgl1-mesa-glx:amd64                     9.2.1-1ubuntu3                                     amd64        free implementation of the OpenGL API -- GLX runtime
ii  libgl1-mesa-glx:i386                      9.2.1-1ubuntu3                                     i386         free implementation of the OpenGL API -- GLX runtime
ii  libglade2-0:amd64                         1:2.6.4-1ubuntu3                                   amd64        library to load .glade files at runtime
ii  libglade2-dev:amd64                       1:2.6.4-1ubuntu3                                   amd64        development files for libglade
ii  libglademm-2.4-1c2a                       2.6.7-2build1                                      amd64        C++ wrappers for libglade2 (shared library)
ii  libglademm-2.4-dev                        2.6.7-2build1                                      amd64        C++ wrappers for libglade2 (development files)
ii  libglamor0:amd64                          0.5.1-0ubuntu4.2                                   amd64        shared graphics acceleration library based on OpenGL
ii  libglapi-mesa:amd64                       9.2.1-1ubuntu3                                     amd64        free implementation of the GL API -- shared library
ii  libglapi-mesa:i386                        9.2.1-1ubuntu3                                     i386         free implementation of the GL API -- shared library
ii  libgles2-mesa:amd64                       9.2.1-1ubuntu3                                     amd64        free implementation of the OpenGL|ES 2.x API -- runtime
ii  libglew1.8:amd64                          1.9.0.is.1.8.0-0ubuntu2                            amd64        OpenGL Extension Wrangler - runtime environment
ii  libglewmx1.8:amd64                        1.9.0.is.1.8.0-0ubuntu2                            amd64        OpenGL Extension Wrangler (Multiple Rendering Contexts)
ii  libglib-perl                              3:1.301-1                                          amd64        interface to the GLib and GObject libraries
ii  libglib2.0-0:amd64                        2.38.1-0ubuntu1                                    amd64        GLib library of C routines
ii  libglib2.0-0:i386                         2.38.1-0ubuntu1                                    i386         GLib library of C routines
ii  libglib2.0-bin                            2.38.1-0ubuntu1                                    amd64        Programs for the GLib library
ii  libglib2.0-data                           2.38.1-0ubuntu1                                    all          Common files for GLib library
ii  libglib2.0-dev                            2.38.1-0ubuntu1                                    amd64        Development files for the GLib library
ii  libglibmm-2.4-1c2a:amd64                  2.37.4-0ubuntu3                                    amd64        C++ wrapper for the GLib toolkit (shared libraries)
ii  libglibmm-2.4-dev:amd64                   2.37.4-0ubuntu3                                    amd64        C++ wrapper for the GLib toolkit (development files)
ii  libglu1-mesa:amd64                        9.0.0-1                                            amd64        Mesa OpenGL utility library (GLU)
ii  libglu1-mesa:i386                         9.0.0-1                                            i386         Mesa OpenGL utility library (GLU)
ii  libglu1-mesa-dev                          9.0.0-1                                            amd64        Mesa OpenGL utility library -- development files
ii  libgme0                                   0.5.5-2                                            amd64        Playback library for video game music files - shared library
ii  libgmime-2.6-0                            2.6.16-1ubuntu1                                    amd64        MIME message parser and creator library - runtime
ii  libgmp10:amd64                            2:5.1.2+dfsg-2ubuntu1                              amd64        Multiprecision arithmetic library
ii  libgmpxx4ldbl:amd64                       2:5.1.2+dfsg-2ubuntu1                              amd64        Multiprecision arithmetic library (C++ bindings)
ii  libgnome-bluetooth11                      3.8.1-2ubuntu2                                     amd64        GNOME Bluetooth tools - support library
ii  libgnome-control-center1                  1:3.6.3-0ubuntu45.2                                amd64        utilities to configure the GNOME desktop
ii  libgnome-desktop-3-4                      3.6.3-0ubuntu1                                     amd64        Utility library for loading .desktop files - runtime files
ii  libgnome-desktop-3-7                      3.8.4-0ubuntu1.1                                   amd64        Utility library for loading .desktop files - runtime files
ii  libgnome-keyring-common                   3.8.0-2                                            all          GNOME keyring services library - data files
ii  libgnome-keyring0:amd64                   3.8.0-2                                            amd64        GNOME keyring services library
rc  libgnome-keyring0:i386                    3.6.0-1                                            i386         GNOME keyring services library
ii  libgnome-media-profiles-3.0-0             3.0.0-1ubuntu2                                     amd64        GNOME Media Profiles library
ii  libgnome-media-profiles-dev               3.0.0-1ubuntu2                                     amd64        GNOME Media Profiles library
ii  libgnome-menu-3-0                         3.8.0-1ubuntu5                                     amd64        GNOME implementation of the freedesktop menu specification
ii  libgnome-menu2                            3.0.1-0ubuntu8                                     amd64        GNOME implementation of the freedesktop menu specification
ii  libgnome2-0:amd64                         2.32.1-2ubuntu4                                    amd64        The GNOME library - runtime files
ii  libgnome2-bin                             2.32.1-2ubuntu4                                    amd64        The GNOME library - binary files
ii  libgnome2-common                          2.32.1-2ubuntu4                                    all          The GNOME library - common files
ii  libgnomecanvas2-0:amd64                   2.30.3-1ubuntu2                                    amd64        powerful object-oriented display engine - runtime files
ii  libgnomecanvas2-common                    2.30.3-1ubuntu2                                    all          powerful object-oriented display engine - common files
ii  libgnomekbd-common                        3.6.0-0ubuntu2                                     all          GNOME library to manage keyboard configuration - common files
ii  libgnomekbd8                              3.6.0-0ubuntu2                                     amd64        GNOME library to manage keyboard configuration - shared library
ii  libgnomeui-0:amd64                        2.24.5-2ubuntu3                                    amd64        GNOME user interface library - runtime files
ii  libgnomeui-common                         2.24.5-2ubuntu3                                    all          GNOME user interface library - common files
ii  libgnomevfs2-0:amd64                      1:2.24.4-1ubuntu6                                  amd64        GNOME Virtual File System (runtime libraries)
ii  libgnomevfs2-common                       1:2.24.4-1ubuntu6                                  amd64        GNOME Virtual File System (common files)
ii  libgnomevfs2-extra:amd64                  1:2.24.4-1ubuntu6                                  amd64        GNOME Virtual File System (extra modules)
ii  libgnutls-dev                             2.12.23-1ubuntu4                                   amd64        GNU TLS library - development files
ii  libgnutls-openssl27:amd64                 2.12.23-1ubuntu4                                   amd64        GNU TLS library - OpenSSL wrapper
ii  libgnutls26:amd64                         2.12.23-1ubuntu4                                   amd64        GNU TLS library - runtime library
ii  libgnutls26:i386                          2.12.23-1ubuntu4                                   i386         GNU TLS library - runtime library
ii  libgnutlsxx27:amd64                       2.12.23-1ubuntu4                                   amd64        GNU TLS library - C++ runtime library
ii  libgoa-1.0-0:amd64                        3.8.3-2                                            amd64        library for GNOME Online Accounts
ii  libgoa-1.0-common                         3.8.3-2                                            all          library for GNOME Online Accounts - common files
ii  libgomp1:amd64                            4.8.1-10ubuntu9                                    amd64        GCC OpenMP (GOMP) support library
ii  libgoocanvas-2.0-9                        2.0.1-0ubuntu1                                     amd64        canvas widget for GTK+ that uses the cairo 2D library
ii  libgoocanvas-2.0-9-common                 2.0.1-0ubuntu1                                     all          translations for goocanvas
ii  libgoocanvas-2.0-dev                      2.0.1-0ubuntu1                                     amd64        development libraries, include files and documentation for goocanvas
ii  libgoocanvas-common                       0.15-1ubuntu1                                      all          translations for goocanvas
ii  libgoocanvas-dev                          0.15-1ubuntu1                                      amd64        development libraries, include files and documentation for goocanvas
ii  libgoocanvas3                             0.15-1ubuntu1                                      amd64        canvas widget for GTK+ that uses the cairo 2D library
ii  libgpac-dev:amd64                         0.5.0+svn4288~dfsg1-1ubuntu1                       amd64        GPAC Project on Advanced Content - development files
ii  libgpac2:amd64                            0.5.0+svn4288~dfsg1-1ubuntu1                       amd64        GPAC Project on Advanced Content - shared libraries
ii  libgpg-error-dev                          1.12-0.2                                           amd64        library for common error values and messages in GnuPG components (development)
ii  libgpg-error0:amd64                       1.12-0.2                                           amd64        library for common error values and messages in GnuPG components
ii  libgpg-error0:i386                        1.12-0.2                                           i386         library for common error values and messages in GnuPG components
ii  libgpgme11:amd64                          1.4.2-0.1ubuntu3                                   amd64        GPGME - GnuPG Made Easy (library)
rc  libgphoto2-2:amd64                        2.4.14-2                                           amd64        gphoto2 digital camera library
rc  libgphoto2-2:i386                         2.4.14-2                                           i386         gphoto2 digital camera library
ii  libgphoto2-6:amd64                        2.5.2-0ubuntu5                                     amd64        gphoto2 digital camera library
ii  libgphoto2-6:i386                         2.5.2-0ubuntu5                                     i386         gphoto2 digital camera library
ii  libgphoto2-l10n                           2.5.2-0ubuntu5                                     all          gphoto2 digital camera library - localized messages
rc  libgphoto2-port0:amd64                    2.4.14-2                                           amd64        gphoto2 digital camera port library
rc  libgphoto2-port0:i386                     2.4.14-2                                           i386         gphoto2 digital camera port library
ii  libgphoto2-port10:amd64                   2.5.2-0ubuntu5                                     amd64        gphoto2 digital camera port library
ii  libgphoto2-port10:i386                    2.5.2-0ubuntu5                                     i386         gphoto2 digital camera port library
ii  libgpm2:amd64                             1.20.4-6.1                                         amd64        General Purpose Mouse - shared library
ii  libgpm2:i386                              1.20.4-6.1                                         i386         General Purpose Mouse - shared library
ii  libgpod-common                            0.8.2-7ubuntu4                                     amd64        common files for libgpod
ii  libgpod4:amd64                            0.8.2-7ubuntu4                                     amd64        library to read and write songs and artwork to an iPod
rc  libgrail5                                 3.0.6-0ubuntu1                                     amd64        Gesture Recognition And Instantiation Library
ii  libgrail6                                 3.1.0daily13.06.05-0ubuntu1                        amd64        Gesture Recognition And Instantiation Library
ii  libgraph4                                 2.26.3-15ubuntu4                                   amd64        rich set of graph drawing tools - graph library
ii  libgraphicsmagick++3                      1.3.16-1.1ubuntu2                                  amd64        format-independent image processing - C++ shared library
ii  libgraphicsmagick3                        1.3.16-1.1ubuntu2                                  amd64        format-independent image processing - C shared library
ii  libgraphite2-3:amd64                      1.2.3-1                                            amd64        Font rendering engine for Complex Scripts -- library
ii  libgraphite2-3:i386                       1.2.3-1                                            i386         Font rendering engine for Complex Scripts -- library
ii  libgraphite3                              1:2.3.1-0.2build1                                  amd64        SILGraphite - a "smart font" rendering engine
ii  libgrip0                                  0.3.7+13.10.20130628-0ubuntu1                      amd64        provides multitouch gestures to GTK+ apps
ii  libgs9                                    9.10~dfsg-0ubuntu2                                 amd64        interpreter for the PostScript language and for PDF - Library
ii  libgs9-common                             9.10~dfsg-0ubuntu2                                 all          interpreter for the PostScript language and for PDF - common files
ii  libgsl0ldbl                               1.16+dfsg-1                                        amd64        GNU Scientific Library (GSL) -- library package
ii  libgsm1:amd64                             1.0.13-4                                           amd64        Shared libraries for GSM speech compressor
ii  libgssapi-krb5-2:amd64                    1.10.1+dfsg-6.1ubuntu1                             amd64        MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii  libgssapi-krb5-2:i386                     1.10.1+dfsg-6.1ubuntu1                             i386         MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii  libgssapi3-heimdal:amd64                  1.6~git20120403+dfsg1-3ubuntu0.1                   amd64        Heimdal Kerberos - GSSAPI support library
ii  libgssapi3-heimdal:i386                   1.6~git20120403+dfsg1-3ubuntu0.1                   i386         Heimdal Kerberos - GSSAPI support library
ii  libgssdp-1.0-3                            0.14.4-1                                           amd64        GObject-based library for SSDP
ii  libgssdp-1.0-dev                          0.14.4-1                                           amd64        GObject-based library for SSDP (development files)
ii  libgssrpc4:amd64                          1.10.1+dfsg-6.1ubuntu1                             amd64        MIT Kerberos runtime libraries - GSS enabled ONCRPC
ii  libgstreamer-plugins-bad0.10-0:amd64      0.10.23-7ubuntu2                                   amd64        GStreamer shared libraries from the "bad" set
ii  libgstreamer-plugins-bad1.0-0:amd64       1.2.0-3ubuntu5                                     amd64        GStreamer development files for libraries from the "bad" set
ii  libgstreamer-plugins-base0.10-0:amd64     0.10.36-1.1ubuntu1                                 amd64        GStreamer libraries from the "base" set
ii  libgstreamer-plugins-base0.10-0:i386      0.10.36-1.1ubuntu1                                 i386         GStreamer libraries from the "base" set
ii  libgstreamer-plugins-base0.10-dev         0.10.36-1.1ubuntu1                                 amd64        GStreamer development files for libraries from the "base" set
ii  libgstreamer-plugins-base1.0-0:amd64      1.2.0-1ubuntu1                                     amd64        GStreamer libraries from the "base" set
ii  libgstreamer-plugins-base1.0-dev          1.2.0-1ubuntu1                                     amd64        GStreamer development files for libraries from the "base" set
ii  libgstreamer-plugins-good1.0-0:amd64      1.2.0-1ubuntu1                                     amd64        GStreamer development files for libraries from the "good" set
ii  libgstreamer0.10-0:amd64                  0.10.36-1.2ubuntu1                                 amd64        Core GStreamer libraries and elements
ii  libgstreamer0.10-0:i386                   0.10.36-1.2ubuntu1                                 i386         Core GStreamer libraries and elements
ii  libgstreamer0.10-dev                      0.10.36-1.2ubuntu1                                 amd64        GStreamer core development files
ii  libgstreamer1.0-0:amd64                   1.2.0-1                                            amd64        Core GStreamer libraries and elements
ii  libgstreamer1.0-dev                       1.2.0-1                                            amd64        GStreamer core development files
ii  libgtk-3-0:amd64                          3.8.6-0ubuntu3                                     amd64        GTK+ graphical user interface library
ii  libgtk-3-bin                              3.8.6-0ubuntu3                                     amd64        programs for the GTK+ graphical user interface library
ii  libgtk-3-common                           3.8.6-0ubuntu3                                     all          common files for the GTK+ graphical user interface library
ii  libgtk-3-dev                              3.8.6-0ubuntu3                                     amd64        development files for the GTK+ library
ii  libgtk2-perl                              2:1.247-2                                          amd64        Perl interface to the 2.x series of the Gimp Toolkit library
ii  libgtk2.0-0:amd64                         2.24.20-1ubuntu1                                   amd64        GTK+ graphical user interface library
ii  libgtk2.0-0:i386                          2.24.20-1ubuntu1                                   i386         GTK+ graphical user interface library
ii  libgtk2.0-bin                             2.24.20-1ubuntu1                                   amd64        programs for the GTK+ graphical user interface library
ii  libgtk2.0-common                          2.24.20-1ubuntu1                                   all          common files for the GTK+ graphical user interface library
ii  libgtk2.0-dev                             2.24.20-1ubuntu1                                   amd64        development files for the GTK+ library
ii  libgtkglext1                              1.2.0-3.1fakesync1                                 amd64        OpenGL Extension to GTK+ (shared libraries)
ii  libgtkglext1-dev                          1.2.0-3.1fakesync1                                 amd64        OpenGL Extension to GTK+ (development files)
ii  libgtkglextmm-x11-1.2-0:amd64             1.2.0-6                                            amd64        C++ bindings for GtkGLExt (Shared libraries)
ii  libgtkglextmm-x11-1.2-dev:amd64           1.2.0-6                                            amd64        C++ bindings for GtkGLExt (Development files)
ii  libgtkhex-3-0                             3.8.1-1                                            amd64        GNOME Hex editor for files (shared library)
ii  libgtkmm-2.4-1c2a:amd64                   1:2.24.4-1                                         amd64        C++ wrappers for GTK+ (shared libraries)
ii  libgtkmm-2.4-dev:amd64                    1:2.24.4-1                                         amd64        C++ wrappers for GTK+ (development files)
ii  libgtkmm-3.0-1:amd64                      3.8.1-1                                            amd64        C++ wrappers for GTK+ (shared libraries)
rc  libgtksourceview-3.0-0:amd64              3.6.3-0ubuntu1                                     amd64        shared libraries for the GTK+ syntax highlighting widget
ii  libgtksourceview-3.0-1:amd64              3.8.2-0ubuntu1                                     amd64        shared libraries for the GTK+ syntax highlighting widget
ii  libgtksourceview-3.0-common               3.8.2-0ubuntu1                                     all          common files for the GTK+ syntax highlighting widget
rc  libgtkspell-3-0                           3.0.0~hg20110814-1build1                           amd64        spell-checking addon for GTK's TextView widget
ii  libgtkspell0                              2.0.16-1ubuntu6                                    amd64        a spell-checking addon for GTK's TextView widget
ii  libgtkspell3-3-0                          3.0.3-1                                            amd64        spell-checking addon for GTK+'s TextView widget
ii  libgtop2-7                                2.28.4-3                                           amd64        gtop system monitoring library (shared)
ii  libgtop2-common                           2.28.4-3                                           all          gtop system monitoring library (common)
ii  libgucharmap-2-90-7                       1:3.8.2-3                                          amd64        Unicode browser widget library (shared library)
ii  libgudev-1.0-0:amd64                      1:204-0ubuntu19                                    amd64        GObject-based wrapper library for libudev
rc  libgudev-1.0-0:i386                       1:175-0ubuntu17                                    i386         GObject-based wrapper library for libudev
ii  libgudev-1.0-dev                          1:204-0ubuntu19                                    amd64        libgudev-1.0 development files
ii  libgupnp-1.0-4                            0.20.4-1                                           amd64        GObject-based library for UPnP
ii  libgupnp-1.0-dev                          0.20.4-1                                           amd64        GObject-based library for UPnP (development files)
ii  libgupnp-igd-1.0-4:amd64                  0.2.2-1                                            amd64        library to handle UPnP IGD port mapping
ii  libgupnp-igd-1.0-dev                      0.2.2-1                                            amd64        library to handle UPnP IGD port mapping - development files
ii  libgusb2:amd64                            0.1.5-0ubuntu1                                     amd64        GLib wrapper around libusb1
ii  libgutenprint2                            5.2.9-1ubuntu2                                     amd64        runtime for the Gutenprint printer driver library
ii  libgvc5                                   2.26.3-15ubuntu4                                   amd64        rich set of graph drawing tools - gvc library
ii  libgvpr1                                  2.26.3-15ubuntu4                                   amd64        rich set of graph drawing tools - gvpr library
rc  libgweather-3-1                           3.6.2-0ubuntu1                                     amd64        GWeather shared library
ii  libgweather-3-3                           3.8.2-0ubuntu1                                     amd64        GWeather shared library
ii  libgweather-common                        3.8.2-0ubuntu1                                     all          GWeather common files
rc  libgwibber-gtk3                           3.6.0-0ubuntu2                                     amd64        Gwibber GTK Widgets
ii  libgwibber3                               3.6.0-0ubuntu2                                     amd64        Gwibber - shared library
ii  libgwrap-runtime2                         1.9.14-1.1                                         amd64        scripting interface generator for C - runtime
ii  libgxps2:amd64                            0.2.2-2ubuntu2                                     amd64        handling and rendering XPS documents (library)
ii  libhamcrest-java                          1.3-2                                              all          library of matchers for building test expressions
ii  libharfbuzz-dev                           0.9.19-1                                           amd64        Development files for OpenType text shaping engine
ii  libharfbuzz-icu0:amd64                    0.9.19-1                                           amd64        OpenType text shaping engine ICU backend
rc  libharfbuzz0:amd64                        0.9.13-1                                           amd64        OpenType text shaping engine
rc  libharfbuzz0:i386                         0.9.13-1                                           i386         OpenType text shaping engine
ii  libharfbuzz0a:amd64                       0.9.19-1                                           amd64        OpenType text shaping engine (shared library)
ii  libharfbuzz0a:i386                        0.9.19-1                                           i386         OpenType text shaping engine (shared library)
ii  libhcrypto4-heimdal:amd64                 1.6~git20120403+dfsg1-3ubuntu0.1                   amd64        Heimdal Kerberos - crypto library
ii  libhcrypto4-heimdal:i386                  1.6~git20120403+dfsg1-3ubuntu0.1                   i386         Heimdal Kerberos - crypto library
ii  libheimbase1-heimdal:amd64                1.6~git20120403+dfsg1-3ubuntu0.1                   amd64        Heimdal Kerberos - Base library
ii  libheimbase1-heimdal:i386                 1.6~git20120403+dfsg1-3ubuntu0.1                   i386         Heimdal Kerberos - Base library
ii  libheimntlm0-heimdal:amd64                1.6~git20120403+dfsg1-3ubuntu0.1                   amd64        Heimdal Kerberos - NTLM support library
ii  libheimntlm0-heimdal:i386                 1.6~git20120403+dfsg1-3ubuntu0.1                   i386         Heimdal Kerberos - NTLM support library
ii  libhpmud0                                 3.13.9-1                                           amd64        HP Multi-Point Transport Driver (hpmud) run-time libraries
ii  libhtml-form-perl                         6.03-1                                             all          module that represents an HTML form element
ii  libhtml-parser-perl                       3.71-1                                             amd64        collection of modules that parse HTML text documents
ii  libhtml-tagset-perl                       3.20-2                                             all          Data tables pertaining to HTML
ii  libhtml-tree-perl                         5.02-1                                             all          Perl module to represent and create HTML syntax trees
ii  libhttp-cookies-perl                      6.00-2                                             all          HTTP cookie jars
ii  libhttp-daemon-perl                       6.01-1                                             all          simple http server class
ii  libhttp-date-perl                         6.02-1                                             all          module of date conversion routines
ii  libhttp-message-perl                      6.06-1                                             all          perl interface to HTTP style messages
ii  libhttp-negotiate-perl                    6.00-2                                             all          implementation of content negotiation
ii  libhttp-server-simple-perl                0.44-1                                             all          simple stand-alone HTTP server
ii  libhud-client2:amd64                      13.10.1+13.10.20131031-0ubuntu1                    amd64        private library for implementing a HUD frontend
ii  libhunspell-1.3-0:amd64                   1.3.2-4ubuntu1                                     amd64        spell checker and morphological analyzer (shared library)
ii  libhx509-5-heimdal:amd64                  1.6~git20120403+dfsg1-3ubuntu0.1                   amd64        Heimdal Kerberos - X509 support library
ii  libhx509-5-heimdal:i386                   1.6~git20120403+dfsg1-3ubuntu0.1                   i386         Heimdal Kerberos - X509 support library
ii  libhyphen0                                2.8.6-3                                            amd64        ALTLinux hyphenation library - shared library
rc  libibus-1.0-0:amd64                       1.4.2-0ubuntu2                                     amd64        Intelligent Input Bus - shared library
rc  libibus-1.0-0:i386                        1.4.2-0ubuntu1                                     i386         Intelligent Input Bus - shared library
ii  libibus-1.0-5:amd64                       1.5.3-6ubuntu2.1                                   amd64        Intelligent Input Bus - shared library
rc  libical0                                  0.48-2                                             amd64        iCalendar library implementation in C (runtime)
ii  libical1                                  1.0-0ubuntu1                                       amd64        iCalendar library implementation in C (runtime)
ii  libicc2:amd64                             2.12+argyll1.4.0-8ubuntu5                          amd64        ICC profile I/O library
ii  libice-dev:amd64                          2:1.0.8-2                                          amd64        X11 Inter-Client Exchange library (development headers)
ii  libice6:amd64                             2:1.0.8-2                                          amd64        X11 Inter-Client Exchange library
ii  libice6:i386                              2:1.0.8-2                                          i386         X11 Inter-Client Exchange library
ii  libicu48:amd64                            4.8.1.1-12ubuntu2                                  amd64        International Components for Unicode
ii  libicu48:i386                             4.8.1.1-12ubuntu2                                  i386         International Components for Unicode
ii  libicu4j-4.4-java                         4.4.2.2-1                                          all          Library for Unicode support and internalisation
ii  libicu4j-java                             4.2.1.1-1                                          all          Library for unicode support and internalisation
ii  libid3-3.8.3c2a                           3.8.3-15                                           amd64        library for manipulating ID3v1 and ID3v2 tags
ii  libid3tag0                                0.15.1b-10build3                                   amd64        ID3 tag reading library from the MAD project
ii  libidl-common                             0.8.14-0.2ubuntu3                                  all          library for parsing CORBA IDL files (common files)
ii  libidl0:amd64                             0.8.14-0.2ubuntu3                                  amd64        library for parsing CORBA IDL files
ii  libidn11:amd64                            1.28-1ubuntu1                                      amd64        GNU Libidn library, implementation of IETF IDN specifications
rc  libidn11:i386                             1.25-2                                             i386         GNU Libidn library, implementation of IETF IDN specifications
ii  libidn11-dev                              1.28-1ubuntu1                                      amd64        Development files for GNU Libidn, an IDN library
ii  libido3-0.1-0:amd64                       13.10.0+13.10.20131031-0ubuntu1                    amd64        Shared library providing extra gtk menu items for display in
ii  libiec61883-0:amd64                       1.2.0-0.1ubuntu2                                   amd64        an partial implementation of IEC 61883
rc  libiec61883-0:i386                        1.2.0-0.1ubuntu2                                   i386         an partial implementation of IEC 61883
ii  libieee1284-3:amd64                       0.2.11-11                                          amd64        cross-platform library for parallel port access
ii  libieee1284-3:i386                        0.2.11-11                                          i386         cross-platform library for parallel port access
ii  libijs-0.35                               0.35-8build1                                       amd64        IJS raster image transport protocol: shared library
ii  libilmbase6:amd64                         1.0.1-6                                            amd64        several utility libraries from ILM used by OpenEXR
ii  libimdi0:amd64                            1.4.0-8ubuntu5                                     amd64        Integer Multi-Dimensional Interpolation routines (IMDI) library
rc  libimobiledevice3                         1.1.4-1ubuntu6.2                                   amd64        Library for communicating with the iPhone and iPod Touch
ii  libimobiledevice4                         1.1.5-0ubuntu2                                     amd64        Library for communicating with the iPhone and iPod Touch
ii  libindicate5                              12.10.1-0ubuntu3                                   amd64        library for raising indicators via DBus
ii  libindicator3-7                           12.10.2+13.10.20130913-0ubuntu2                    amd64        panel indicator applet - shared library
ii  libindicator7                             12.10.2+13.10.20130913-0ubuntu2                    amd64        panel indicator applet - shared library
ii  libio-html-perl                           1.00-1                                             all          open an HTML file with automatic charset detection
ii  libio-pty-perl                            1:1.08-1build3                                     amd64        Perl module for pseudo tty IO
ii  libio-socket-inet6-perl                   2.69-2                                             all          object interface for AF_INET6 domain sockets
ii  libio-socket-socks-perl                   0.62-1                                             all          extension to IO::Socket providing SOCKS proxy
ii  libio-socket-ssl-perl                     1.76-2ubuntu1                                      all          Perl module implementing object oriented interface to SSL sockets
ii  libio-string-perl                         1.08-2                                             all          Emulate IO::File interface for in-core strings
ii  libipc-run-perl                           0.92-1                                             all          Perl module for running processes
rc  libisc83                                  1:9.8.1.dfsg.P1-4.2ubuntu3.1                       amd64        ISC Shared Library used by BIND
rc  libisc92                                  1:9.9.2.dfsg.P1-2ubuntu2.1                         amd64        ISC Shared Library used by BIND
ii  libisc95                                  1:9.9.3.dfsg.P2-4ubuntu1                           amd64        ISC Shared Library used by BIND
rc  libisccc80                                1:9.8.1.dfsg.P1-4.2ubuntu3.1                       amd64        Command Channel Library used by BIND
ii  libisccc90                                1:9.9.3.dfsg.P2-4ubuntu1                           amd64        Command Channel Library used by BIND
rc  libisccfg82                               1:9.8.1.dfsg.P1-4.2ubuntu3.1                       amd64        Config File Handling Library used by BIND
ii  libisccfg90                               1:9.9.3.dfsg.P2-4ubuntu1                           amd64        Config File Handling Library used by BIND
ii  libisl10:amd64                            0.11.2-1                                           amd64        manipulating sets and relations of integer points bounded by linear constraints
ii  libiso9660-8                              0.83-4ubuntu1                                      amd64        library to work with ISO9660 filesystems
ii  libisofs6                                 1.3.0-0ubuntu1                                     amd64        library to create ISO9660 images
ii  libitm1:amd64                             4.8.1-10ubuntu9                                    amd64        GNU Transactional Memory Library
ii  libiw30:amd64                             30~pre9-8ubuntu1                                   amd64        Wireless tools - library
ii  libjack-jackd2-0:amd64                    1.9.9.5+20130622git7de15e7a-1                      amd64        JACK Audio Connection Kit (libraries)
ii  libjack-jackd2-0:i386                     1.9.9.5+20130622git7de15e7a-1                      i386         JACK Audio Connection Kit (libraries)
ii  libjasper1:amd64                          1.900.1-14                                         amd64        JasPer JPEG-2000 runtime library
ii  libjasper1:i386                           1.900.1-14                                         i386         JasPer JPEG-2000 runtime library
ii  libjavascriptcoregtk-1.0-0                1.10.2-0ubuntu2                                    amd64        Javascript engine library for GTK+
ii  libjavascriptcoregtk-3.0-0                1.10.2-0ubuntu2                                    amd64        Javascript engine library for GTK+
ii  libjbig-dev:amd64                         2.0-2ubuntu1                                       amd64        JBIGkit development files
ii  libjbig0:amd64                            2.0-2ubuntu1                                       amd64        JBIGkit libraries
ii  libjbig0:i386                             2.0-2ubuntu1                                       i386         JBIGkit libraries
ii  libjbig2dec0                              0.11+20120125-1ubuntu1                             amd64        JBIG2 decoder library - shared libraries
ii  libjetty8-java                            8.1.3-8                                            all          Java servlet engine and webserver -- core libraries
ii  libjgit-java                              2.3.1-2                                            all          Java implementation of GIT version control
ii  libjline-java                             1.0-2                                              all          Java library for handling console input
ii  libjpeg-dev:amd64                         8c-2ubuntu8                                        amd64        Independent JPEG Group's JPEG runtime library (dependency package)
ii  libjpeg-turbo8:amd64                      1.3.0-0ubuntu1                                     amd64        IJG JPEG compliant runtime library.
ii  libjpeg-turbo8:i386                       1.3.0-0ubuntu1                                     i386         IJG JPEG compliant runtime library.
ii  libjpeg-turbo8-dev:amd64                  1.3.0-0ubuntu1                                     amd64        Development files for the IJG JPEG library
ii  libjpeg8:amd64                            8c-2ubuntu8                                        amd64        Independent JPEG Group's JPEG runtime library (dependency package)
ii  libjpeg8:i386                             8c-2ubuntu8                                        i386         Independent JPEG Group's JPEG runtime library (dependency package)
ii  libjpeg8-dev:amd64                        8c-2ubuntu8                                        amd64        Independent JPEG Group's JPEG runtime library (dependency package)
ii  libjs-jquery                              1.7.2+dfsg-2ubuntu1                                all          JavaScript library for dynamic web applications
ii  libjs-sphinxdoc                           1.1.3+dfsg-7ubuntu2                                all          JavaScript support for Sphinx documentation
ii  libjs-underscore                          1.4.4-2ubuntu1                                     all          JavaScript's functional programming helper library
ii  libjsch-java                              0.1.48-0ubuntu1                                    all          pure Java implementation of the SSH2 protocol
ii  libjson-c2:amd64                          0.11-2ubuntu1                                      amd64        JSON manipulation library - shared library
ii  libjson-c2:i386                           0.11-2ubuntu1                                      i386         JSON manipulation library - shared library
ii  libjson-glib-1.0-0:amd64                  0.16.2-1                                           amd64        GLib JSON manipulation library
ii  libjson-glib-1.0-common                   0.16.2-1                                           all          GLib JSON manipulation library (common files)
ii  libjson0:amd64                            0.11-2ubuntu1                                      amd64        JSON manipulation library (transitional package)
ii  libjson0:i386                             0.11-2ubuntu1                                      i386         JSON manipulation library (transitional package)
ii  libjte1                                   1.19-1ubuntu1                                      amd64        Jigdo Template Export - runtime library
ii  libjtidy-java                             7+svn20110807-4                                    all          JTidy
ii  libk5crypto3:amd64                        1.10.1+dfsg-6.1ubuntu1                             amd64        MIT Kerberos runtime libraries - Crypto Library
ii  libk5crypto3:i386                         1.10.1+dfsg-6.1ubuntu1                             i386         MIT Kerberos runtime libraries - Crypto Library
ii  libkactivities-bin                        4:4.11.2-0ubuntu1                                  amd64        executables for the KDE Activities
ii  libkactivities-models1                    4:4.11.2-0ubuntu1                                  amd64        Activities models library
ii  libkactivities6                           4:4.11.2-0ubuntu1                                  amd64        Activities library
ii  libkadm5clnt-mit8:amd64                   1.10.1+dfsg-6.1ubuntu1                             amd64        MIT Kerberos runtime libraries - Administration Clients
ii  libkadm5srv-mit8:amd64                    1.10.1+dfsg-6.1ubuntu1                             amd64        MIT Kerberos runtime libraries - KDC and Admin Server
ii  libkate1                                  0.4.1-1                                            amd64        Kate is a codec for karaoke and text encapsulation
ii  libkatepartinterfaces4                    4:4.11.2a-0ubuntu1                                 amd64        kate part library
ii  libkcmutils4                              4:4.11.3-0ubuntu0.1                                amd64        utility classes for using KCM modules
ii  libkdb5-6:amd64                           1.10.1+dfsg-6.1ubuntu1                             amd64        MIT Kerberos runtime libraries - Kerberos database
ii  libkde3support4                           4:4.11.3-0ubuntu0.1                                amd64        KDE 3 Support Library for the KDE 4 Platform
ii  libkdeclarative5                          4:4.11.3-0ubuntu0.1                                amd64        declarative library for plasma
ii  libkdecore5                               4:4.11.3-0ubuntu0.1                                amd64        KDE Platform Core Library
ii  libkdesu5                                 4:4.11.3-0ubuntu0.1                                amd64        Console-mode Authentication Library for the KDE Platform
ii  libkdeui5                                 4:4.11.3-0ubuntu0.1                                amd64        KDE Platform User Interface Library
ii  libkdewebkit5                             4:4.11.3-0ubuntu0.1                                amd64        KDE WebKit Library
ii  libkdnssd4                                4:4.11.3-0ubuntu0.1                                amd64        DNS-SD Protocol Library for the KDE Platform
ii  libkemoticons4                            4:4.11.3-0ubuntu0.1                                amd64        utility classes to deal with emoticon themes
ii  libkeyutils1:amd64                        1.5.5-7                                            amd64        Linux Key Management Utilities (library)
ii  libkeyutils1:i386                         1.5.5-7                                            i386         Linux Key Management Utilities (library)
ii  libkfile4                                 4:4.11.3-0ubuntu0.1                                amd64        File Selection Dialog Library for KDE Platform
ii  libkhtml5                                 4:4.11.3-0ubuntu0.1                                amd64        KHTML Web Content Rendering Engine
ii  libkidletime4                             4:4.11.3-0ubuntu0.1                                amd64        library to provide information about idle time
ii  libkio5                                   4:4.11.3-0ubuntu0.1                                amd64        Network-enabled File Management Library for the KDE Platform
ii  libkjsapi4                                4:4.11.3-0ubuntu0.1                                amd64        KJS API Library for the KDE Development Platform
ii  libkjsembed4                              4:4.11.3-0ubuntu0.1                                amd64        library for binding JavaScript objects to QObjects
ii  libklibc                                  2.0.1-3.1ubuntu2                                   amd64        minimal libc subset for use with initramfs
ii  libkmediaplayer4                          4:4.11.3-0ubuntu0.1                                amd64        KMediaPlayer Interface for the KDE Platform
ii  libkmod2:amd64                            9-3ubuntu1                                         amd64        libkmod shared library
ii  libkms1:amd64                             2.4.46-1ubuntu1                                    amd64        Userspace interface to kernel DRM buffer management
ii  libknewstuff3-4                           4:4.11.3-0ubuntu0.1                                amd64        "Get Hot New Stuff" v3 Library for the KDE Platform
ii  libknotifyconfig4                         4:4.11.3-0ubuntu0.1                                amd64        library for configuring KDE Notifications
ii  libkntlm4                                 4:4.11.3-0ubuntu0.1                                amd64        NTLM Authentication Library for the KDE Platform
ii  libkparts4                                4:4.11.3-0ubuntu0.1                                amd64        Framework for the KDE Platform Graphical Components
ii  libkpathsea6                              2013.20130529.30792-1ubuntu1                       amd64        TeX Live: path search library for TeX (runtime part)
ii  libkpty4                                  4:4.11.3-0ubuntu0.1                                amd64        Pseudo Terminal Library for the KDE Platform
ii  libkrb5-26-heimdal:amd64                  1.6~git20120403+dfsg1-3ubuntu0.1                   amd64        Heimdal Kerberos - libraries
ii  libkrb5-26-heimdal:i386                   1.6~git20120403+dfsg1-3ubuntu0.1                   i386         Heimdal Kerberos - libraries
ii  libkrb5-3:amd64                           1.10.1+dfsg-6.1ubuntu1                             amd64        MIT Kerberos runtime libraries
ii  libkrb5-3:i386                            1.10.1+dfsg-6.1ubuntu1                             i386         MIT Kerberos runtime libraries
ii  libkrb5-dev                               1.10.1+dfsg-6.1ubuntu1                             amd64        Headers and development libraries for MIT Kerberos
ii  libkrb5support0:amd64                     1.10.1+dfsg-6.1ubuntu1                             amd64        MIT Kerberos runtime libraries - Support library
ii  libkrb5support0:i386                      1.10.1+dfsg-6.1ubuntu1                             i386         MIT Kerberos runtime libraries - Support library
ii  libkrosscore4                             4:4.11.3-0ubuntu0.1                                amd64        Kross Core Library
ii  libktexteditor4                           4:4.11.3-0ubuntu0.1                                amd64        KTextEditor interfaces for the KDE Platform
ii  libkxml2-java                             2.3.0+ds1-2                                        all          small XML parser, designed for small environments
ii  libkxmlrpcclient4                         4:4.11.2-0ubuntu1                                  amd64        simple XML-RPC client library
ii  liblangtag-common                         0.5.1-2                                            all          library to access tags for identifying languages -- data
ii  liblangtag1                               0.5.1-2                                            amd64        library to access tags for identifying languages
ii  liblapack3                                3.4.2+dfsg-2                                       amd64        Library of linear algebra routines 3 - shared version
ii  liblapack3gf                              3.4.2+dfsg-2                                       all          Transitional package for liblapack3
ii  liblcms1:amd64                            1.19.dfsg-1.2ubuntu3                               amd64        Little CMS color management library
ii  liblcms1:i386                             1.19.dfsg-1.2ubuntu3                               i386         Little CMS color management library
ii  liblcms2-2:amd64                          2.5-0ubuntu1                                       amd64        Little CMS 2 color management library
ii  libldap-2.4-2:amd64                       2.4.31-1+nmu2ubuntu3                               amd64        OpenLDAP libraries
ii  libldap-2.4-2:i386                        2.4.31-1+nmu2ubuntu3                               i386         OpenLDAP libraries
ii  libldap2-dev:amd64                        2.4.31-1+nmu2ubuntu3                               amd64        OpenLDAP development libraries
rc  liblensfun0                               0.2.7-0ubuntu1                                     amd64        Lens Correction library - Runtime files
ii  liblightdm-gobject-1-0                    1.8.5-0ubuntu1                                     amd64        LightDM GObject client library
ii  liblinear-tools                           1.8+dfsg-1ubuntu1                                  amd64        Standalone applications for LIBLINEAR
ii  liblinear1                                1.8+dfsg-1ubuntu1                                  amd64        Library for Large Linear Classification
ii  liblircclient0                            0.9.0-0ubuntu3                                     amd64        infra-red remote control support - client library
ii  liblist-moreutils-perl                    0.33-1build2                                       amd64        Perl module with additional list functions not found in List::Util
ii  libllvm3.1:amd64                          3.1-2ubuntu2                                       amd64        Low-Level Virtual Machine (LLVM), runtime library
rc  libllvm3.1:i386                           3.1-2ubuntu2                                       i386         Low-Level Virtual Machine (LLVM), runtime library
ii  libllvm3.2:amd64                          1:3.2repack-7ubuntu1                               amd64        Low-Level Virtual Machine (LLVM), runtime library
ii  libllvm3.2:i386                           1:3.2repack-7ubuntu1                               i386         Low-Level Virtual Machine (LLVM), runtime library
ii  libllvm3.3:amd64                          1:3.3-5ubuntu4                                     amd64        Low-Level Virtual Machine (LLVM), runtime library
ii  libllvm3.3:i386                           1:3.3-5ubuntu4                                     i386         Low-Level Virtual Machine (LLVM), runtime library
ii  liblocale-gettext-perl                    1.05-7build2                                       amd64        module using libc functions for internationalization in Perl
ii  liblockfile-bin                           1.09-6                                             amd64        support binaries for and cli utilities based on liblockfile
ii  liblockfile1:amd64                        1.09-6                                             amd64        NFS-safe locking library
ii  liblog4j1.2-java                          1.2.17-3ubuntu1                                    all          Logging library for java
ii  liblouis-data                             2.5.3-2                                            all          Braille translation library - data
ii  liblouis2:amd64                           2.5.3-2                                            amd64        Braille translation library - shared libs
ii  liblqr-1-0:amd64                          0.4.1-2                                            amd64        converts plain array images into multi-size representation
ii  libltdl7:amd64                            2.4.2-1.3ubuntu1                                   amd64        A system independent dlopen wrapper for GNU libtool
ii  libltdl7:i386                             2.4.2-1.3ubuntu1                                   i386         A system independent dlopen wrapper for GNU libtool
ii  liblua5.1-0:amd64                         5.1.5-5                                            amd64        Shared library for the Lua interpreter version 5.1
ii  liblua5.2-0:amd64                         5.2.2-1                                            amd64        Shared library for the Lua interpreter version 5.2
ii  liblucene2-java                           2.9.4+ds1-4                                        all          Full-text search engine library for Java(TM)
ii  liblvm2-dev                               2.02.98-6ubuntu1                                   amd64        LVM2 libraries - development files
ii  liblvm2app2.2:amd64                       2.02.98-6ubuntu1                                   amd64        LVM2 application library
ii  liblvm2cmd2.02:amd64                      2.02.98-6ubuntu1                                   amd64        LVM2 command library
ii  liblwp-mediatypes-perl                    6.02-1                                             all          module to guess media type for a file or a URL
ii  liblwp-protocol-https-perl                6.04-1                                             all          HTTPS driver for LWP::UserAgent
ii  liblwp-protocol-socks-perl                1.6-1                                              all          SOCKS proxy support for LWP
rc  liblwres80                                1:9.8.1.dfsg.P1-4.2ubuntu3.1                       amd64        Lightweight Resolver Library used by BIND
ii  liblwres90                                1:9.9.3.dfsg.P2-4ubuntu1                           amd64        Lightweight Resolver Library used by BIND
ii  liblzma-dev:amd64                         5.1.1alpha+20120614-2ubuntu1                       amd64        XZ-format compression library - development files
ii  liblzma5:amd64                            5.1.1alpha+20120614-2ubuntu1                       amd64        XZ-format compression library
ii  liblzma5:i386                             5.1.1alpha+20120614-2ubuntu1                       i386         XZ-format compression library
ii  liblzo2-2:amd64                           2.06-1.2                                           amd64        data compression library
ii  libmad0:amd64                             0.15.1b-7ubuntu2                                   amd64        MPEG audio decoder library
rc  libmad0:i386                              0.15.1b-7ubuntu2                                   i386         MPEG audio decoder library
ii  libmagic1:amd64                           5.11-2ubuntu4                                      amd64        File type determination library using "magic" numbers
ii  libmagick++5:amd64                        8:6.7.7.10-5ubuntu3                                amd64        object-oriented C++ interface to ImageMagick
ii  libmagickcore5:amd64                      8:6.7.7.10-5ubuntu3                                amd64        low-level image manipulation library
ii  libmagickcore5-extra:amd64                8:6.7.7.10-5ubuntu3                                amd64        low-level image manipulation library - extra codecs
ii  libmagickwand5:amd64                      8:6.7.7.10-5ubuntu3                                amd64        image manipulation library
ii  libmail-sendmail-perl                     0.79.16-1                                          all          Send email from a perl script
ii  libmailtools-perl                         2.12-1                                             all          Manipulate email in perl programs
ii  libmatroska5:amd64                        1.3.0-2                                            amd64        extensible open standard audio/video container format (shared library)
ii  libmeanwhile1                             1.0.2-4.1                                          amd64        open implementation of the Lotus Sametime Community Client protocol
ii  libmessaging-menu0                        13.10.1+13.10.20131011-0ubuntu1                    amd64        Messaging Menu - shared library
ii  libmetacity-private0a                     1:2.34.13-0ubuntu2                                 amd64        library for the Metacity window manager
ii  libmhash2                                 0.9.9.9-2                                          amd64        Library for cryptographic hashing and message authentication
ii  libmikmod2:amd64                          3.1.12-5                                           amd64        Portable sound library
rc  libmikmod2:i386                           3.1.12-5                                           i386         Portable sound library
ii  libmimic0                                 1.0.4-2.1build1                                    amd64        A video codec for Mimic V2.x content
ii  libminiupnpc8                             1.6-3ubuntu2                                       amd64        UPnP IGD client lightweight library
ii  libmission-control-plugins0               1:5.14.1-1ubuntu6.1                                amd64        management daemon for Telepathy (library for plugins)
rc  libmjpegtools-1.9                         1:1.9.0-0.5ubuntu7                                 amd64        MJPEG video capture/editting/playback MPEG encoding
ii  libmjpegutils-2.0-0                       1:2.0.0+debian-2ubuntu1                            amd64        MJPEG capture/editing/replay and MPEG encoding toolset (library)
ii  libmms0:amd64                             0.6.2-3ubuntu1                                     amd64        MMS stream protocol library - shared library
ii  libmng1:amd64                             1.0.10-3build1                                     amd64        Multiple-image Network Graphics library
ii  libmng1:i386                              1.0.10-3build1                                     i386         Multiple-image Network Graphics library
ii  libmnl0:amd64                             1.0.3-3                                            amd64        minimalistic Netlink communication library
ii  libmodplug1                               1:0.8.8.4-4                                        amd64        shared libraries for mod music based on ModPlug
ii  libmodule-implementation-perl             0.06-1                                             all          module for loading one of several alternate implementations of a module
ii  libmodule-runtime-perl                    0.013-1                                            all          Perl module for runtime module handling
ii  libmotif-common                           2.3.4-4                                            all          Motif - common files
ii  libmount1:amd64                           2.20.1-5.1ubuntu9                                  amd64        block device id library
ii  libmouse-perl                             1.05-1                                             amd64        lightweight object framework for Perl
ii  libmp3-info-perl                          1.24-1                                             all          Perl MP3::Info - Manipulate / fetch info from MP3 audio files
ii  libmp3lame0:amd64                         3.99.5+repack1-3                                   amd64        MP3 encoding library
ii  libmpc2:amd64                             0.9-4build1                                        amd64        multiple precision complex floating-point library
ii  libmpc3:amd64                             1.0.1-1                                            amd64        multiple precision complex floating-point library
ii  libmpcdec6                                2:0.1~r459-1ubuntu1                                amd64        MusePack decoder - library
ii  libmpeg2-4:amd64                          0.5.1-5                                            amd64        MPEG1 and MPEG2 video decoder library
ii  libmpeg2encpp-2.0-0                       1:2.0.0+debian-2ubuntu1                            amd64        MJPEG capture/editing/replay and MPEG encoding toolset (library)
ii  libmpfr4:amd64                            3.1.1-2                                            amd64        multiple precision floating-point computation
ii  libmpg123-0:amd64                         1.15.3-1ubuntu1                                    amd64        MPEG layer 1/2/3 audio decoder (shared library)
ii  libmpg123-0:i386                          1.15.3-1ubuntu1                                    i386         MPEG layer 1/2/3 audio decoder (shared library)
ii  libmplex2-2.0-0                           1:2.0.0+debian-2ubuntu1                            amd64        MJPEG capture/editing/replay and MPEG encoding toolset (library)
ii  libmrm4:amd64                             2.3.4-4                                            amd64        Motif - MRM (Motif Resource Manager) shared library
ii  libmro-compat-perl                        0.12-1                                             all          mro::* interface compatibility for Perls < 5.9.5
ii  libmspub-0.0-0                            0.0.6-1                                            amd64        library for parsing the mspub file structure
ii  libmtdev1:amd64                           1.1.3-1ubuntu1                                     amd64        Multitouch Protocol Translation Library - shared library
ii  libmtp-common                             1.1.6-2                                            all          Media Transfer Protocol (MTP) common files
ii  libmtp-runtime                            1.1.6-2                                            amd64        Media Transfer Protocol (MTP) runtime tools
ii  libmtp9:amd64                             1.1.6-2                                            amd64        Media Transfer Protocol (MTP) library
ii  libmusicbrainz5-0:amd64                   5.0.1-2                                            amd64        Library to access the MusicBrainz.org database
ii  libmx-1.0-2:amd64                         1.4.7-0ubuntu2                                     amd64        toolkit for the Moblin user experience
ii  libmx-bin                                 1.4.7-0ubuntu2                                     amd64        toolkit for the Moblin user experience (utilities)
ii  libmx-common                              1.4.7-0ubuntu2                                     all          toolkit for the Moblin user experience (common files)
ii  libmysqlclient18:i386                     5.5.34-0ubuntu0.13.10.1                            i386         MySQL database client library
ii  libmythes-1.2-0                           2:1.2.2-1ubuntu1                                   amd64        simple thesaurus library
ii  libnatpmp1                                20110808-3ubuntu2                                  amd64        portable and fully compliant implementation of NAT-PMP
ii  libnautilus-extension1a                   1:3.8.2-0ubuntu2.1                                 amd64        libraries for nautilus components - runtime version
ii  libncurses5:amd64                         5.9+20130608-1ubuntu1                              amd64        shared libraries for terminal handling
ii  libncurses5:i386                          5.9+20130608-1ubuntu1                              i386         shared libraries for terminal handling
ii  libncurses5-dev:amd64                     5.9+20130608-1ubuntu1                              amd64        developer's libraries for ncurses
ii  libncursesw5:amd64                        5.9+20130608-1ubuntu1                              amd64        shared libraries for terminal handling (wide character support)
ii  libncursesw5:i386                         5.9+20130608-1ubuntu1                              i386         shared libraries for terminal handling (wide character support)
ii  libncursesw5-dev:amd64                    5.9+20130608-1ubuntu1                              amd64        developer's libraries for ncursesw
ii  libneon27-gnutls                          0.29.6-3                                           amd64        HTTP and WebDAV client library (GnuTLS enabled)
ii  libnepomuk4                               4:4.11.3-0ubuntu0.1                                amd64        Nepomuk Meta Data Library
ii  libnepomukcleaner4                        4:4.11.2-0ubuntu1                                  amd64        Nepomuk Index Cleaner library
ii  libnepomukcore4abi1                       4:4.11.2-0ubuntu1                                  amd64        Nepomuk Meta Data Library
ii  libnepomukquery4a                         4:4.11.3-0ubuntu0.1                                amd64        Nepomuk Query Library for the KDE Platform
ii  libnepomukutils4                          4:4.11.3-0ubuntu0.1                                amd64        Nepomuk Utility Library
ii  libnet-dns-perl                           0.68-1.2                                           amd64        Perform DNS queries from a Perl script
ii  libnet-domain-tld-perl                    1.69-1                                             all          Perl module for retrieving a list of currently available TLDs
ii  libnet-http-perl                          6.06-1                                             all          module providing low-level HTTP connection client
ii  libnet-ip-perl                            1.26-1                                             all          Perl extension for manipulating IPv4/IPv6 addresses
ii  libnet-smtp-ssl-perl                      1.01-3                                             all          Perl module providing SSL support to Net::SMTP
ii  libnet-ssleay-perl                        1.55-1                                             amd64        Perl module for Secure Sockets Layer (SSL)
ii  libnetfilter-conntrack3:amd64             1.0.3-1                                            amd64        Netfilter netlink-conntrack library
ii  libnetpbm10                               2:10.0-15ubuntu2                                   amd64        Graphics conversion tools shared libraries
ii  libnettle4:amd64                          2.7.1-1                                            amd64        low level cryptographic library (symmetric and one-way cryptos)
ii  libnewt-dev:amd64                         0.52.15-2ubuntu1                                   amd64        Developer's toolkit for newt windowing library
ii  libnewt0.52:amd64                         0.52.15-2ubuntu1                                   amd64        Not Erik's Windowing Toolkit - text mode windowing with slang
ii  libnfnetlink0:amd64                       1.0.1-2                                            amd64        Netfilter netlink library
ii  libnice-dev                               0.1.4-1                                            amd64        ICE library (development files)
ii  libnice10:amd64                           0.1.4-1                                            amd64        ICE library (shared library)
ii  libnih-dbus1:amd64                        1.0.3-4ubuntu16                                    amd64        NIH D-Bus Bindings Library
ii  libnih1:amd64                             1.0.3-4ubuntu16                                    amd64        NIH Utility Library
ii  libnl-3-200:amd64                         3.2.16-0ubuntu1                                    amd64        library for dealing with netlink sockets
ii  libnl-dev                                 1.1-8ubuntu1                                       amd64        development library and headers for libnl
ii  libnl-genl-3-200:amd64                    3.2.16-0ubuntu1                                    amd64        library for dealing with netlink sockets - generic netlink
ii  libnl-route-3-200:amd64                   3.2.16-0ubuntu1                                    amd64        library for dealing with netlink sockets - route interface
ii  libnl1:amd64                              1.1-8ubuntu1                                       amd64        library for dealing with netlink sockets
ii  libnm-glib-vpn1                           0.9.8.0-0ubuntu22                                  amd64        network management framework (GLib VPN shared library)
ii  libnm-glib4                               0.9.8.0-0ubuntu22                                  amd64        network management framework (GLib shared library)
ii  libnm-gtk-common                          0.9.8.0-1ubuntu5.1                                 all          network management framework (common files for wifi and mobile)
ii  libnm-gtk0                                0.9.8.0-1ubuntu5.1                                 amd64        network management framework (GNOME dialogs for wifi and mobile)
ii  libnm-util2                               0.9.8.0-0ubuntu22                                  amd64        network management framework (shared library)
ii  libnotify-bin                             0.7.6-1ubuntu1                                     amd64        sends desktop notifications to a notification daemon (Utilities)
ii  libnotify-dev                             0.7.6-1ubuntu1                                     amd64        sends desktop notifications to a notification daemon (Development files)
ii  libnotify4:amd64                          0.7.6-1ubuntu1                                     amd64        sends desktop notifications to a notification daemon
ii  libnspr4:amd64                            2:4.9.5-1ubuntu1                                   amd64        NetScape Portable Runtime Library
rc  libnspr4:i386                             2:4.9.4-2ubuntu1                                   i386         NetScape Portable Runtime Library
ii  libnspr4-0d:amd64                         2:4.9.5-1ubuntu1                                   amd64        NetScape Portable Runtime Library - transitional package
ii  libnss-mdns                               0.10-3.2ubuntu1                                    amd64        NSS module for Multicast DNS name resolution
ii  libnss-winbind:amd64                      2:3.6.18-1ubuntu3                                  amd64        Samba nameservice integration plugins
ii  libnss3:amd64                             2:3.15.3-0ubuntu0.13.10.1                          amd64        Network Security Service libraries
rc  libnss3:i386                              2:3.14.1.with.ckbi.1.93-1ubuntu1                   i386         Network Security Service libraries
ii  libnss3-1d:amd64                          2:3.15.3-0ubuntu0.13.10.1                          amd64        Network Security Service libraries - transitional package
ii  libntrack-qt4-1                           016-1.1                                            amd64        Qt 4 API for ntrack
ii  libntrack0                                016-1.1                                            amd64        lightweight connectivity tracking library
ii  libnuma1                                  2.0.8-3                                            amd64        Libraries for controlling NUMA policy
rc  libnux-3.0-0                              3.10.0-0ubuntu1                                    amd64        Visual rendering toolkit for real-time applications - shared lib
ii  libnux-4.0-0                              4.0.3+13.10.20131011-0ubuntu1                      amd64        Visual rendering toolkit for real-time applications - shared lib
ii  libnux-4.0-common                         4.0.3+13.10.20131011-0ubuntu1                      amd64        Visual rendering toolkit for real-time applications - common files
ii  liboauth0:amd64                           1.0.1-1                                            amd64        C library for implementing OAuth 1.0
ii  libodbc1:amd64                            2.2.14p2-5ubuntu4                                  amd64        ODBC library for Unix
ii  libodbc1:i386                             2.2.14p2-5ubuntu4                                  i386         ODBC library for Unix
ii  libofa0                                   0.9.3-5                                            amd64        Library for acoustic fingerprinting
ii  libogg0:amd64                             1.3.1-1                                            amd64        Ogg bitstream library
ii  libogg0:i386                              1.3.1-1                                            i386         Ogg bitstream library
ii  liboggz2                                  1.1.1-2                                            amd64        convenience interface for Ogg stream I/O
ii  liboil0.3:amd64                           0.3.17-2ubuntu3                                    amd64        Library of Optimized Inner Loops
ii  libopenal-data                            1:1.14-4ubuntu1                                    all          Software implementation of the OpenAL API (data files)
ii  libopenal1:amd64                          1:1.14-4ubuntu1                                    amd64        Software implementation of the OpenAL API (shared library)
ii  libopenal1:i386                           1:1.14-4ubuntu1                                    i386         Software implementation of the OpenAL API (shared library)
ii  libopencc1:amd64                          0.4.0-1                                            amd64        simplified-traditional chinese conversion library - runtime
ii  libopencore-amrnb0:amd64                  0.1.3-2                                            amd64        Adaptive Multi Rate speech codec - shared library
ii  libopencore-amrwb0:amd64                  0.1.3-2                                            amd64        Adaptive Multi-Rate - Wideband speech codec - shared library
rc  libopencv-calib3d2.4                      2.4.5+dfsg-0ubuntu4                                amd64        computer vision Camera Calibration library
rc  libopencv-contrib2.4                      2.4.5+dfsg-0ubuntu4                                amd64        computer vision contrib library
rc  libopencv-core2.4                         2.4.5+dfsg-0ubuntu4                                amd64        computer vision core library
rc  libopencv-features2d2.4                   2.4.5+dfsg-0ubuntu4                                amd64        computer vision Feature Detection and Descriptor Extraction library
rc  libopencv-flann2.4                        2.4.5+dfsg-0ubuntu4                                amd64        computer vision Clustering and Search in Multi-Dimensional spaces library
rc  libopencv-highgui2.4                      2.4.5+dfsg-0ubuntu4                                amd64        computer vision High-level GUI and Media I/O library
rc  libopencv-imgproc2.4                      2.4.5+dfsg-0ubuntu4                                amd64        computer vision Image Processing library
rc  libopencv-legacy2.4                       2.4.5+dfsg-0ubuntu4                                amd64        computer vision legacy library
rc  libopencv-ml2.4                           2.4.5+dfsg-0ubuntu4                                amd64        computer vision Machine Learning library
rc  libopencv-objdetect2.4                    2.4.5+dfsg-0ubuntu4                                amd64        computer vision Object Detection library
rc  libopencv-video2.4                        2.4.5+dfsg-0ubuntu4                                amd64        computer vision Video analysis library
ii  libopenexr6:amd64                         1.6.1-7                                            amd64        runtime files for the OpenEXR image library
ii  libopenjpeg2:amd64                        1.3+dfsg-4.6ubuntu2                                amd64        JPEG 2000 image compression/decompression library
ii  libopenobex1                              1.5-2.1                                            amd64        OBEX protocol library
rc  libopenvg1-mesa:amd64                     9.0.2-0ubuntu1                                     amd64        free implementation of the OpenVG API -- runtime
ii  libopts25:amd64                           1:5.18-2ubuntu1                                    amd64        automated option processing library based on autogen
ii  libopts25-dev                             1:5.18-2ubuntu1                                    amd64        automated option processing library based on autogen
ii  libopus0                                  1.0.1-0ubuntu2                                     amd64        Opus codec runtime library
ii  libopusfile0                              0.2+20130702-1                                     amd64        High-level API for basic manipulation of Ogg Opus audio streams
ii  liborbit2:amd64                           1:2.14.19-0.2                                      amd64        libraries for ORBit2 - a CORBA ORB
ii  liborc-0.4-0:amd64                        1:0.4.17-2                                         amd64        Library of Optimized Inner Loops Runtime Compiler
ii  liborc-0.4-0:i386                         1:0.4.17-2                                         i386         Library of Optimized Inner Loops Runtime Compiler
ii  liborcus-0.6-0                            0.5.1-4ubuntu1                                     amd64        library for processing spreadsheet documents
ii  libosgi-compendium-java                   4.3.0-1                                            all          Java OSGi API - Compendium module
ii  libosgi-core-java                         4.3.0-4                                            all          Java OSGi API - Core module
ii  libosgi-foundation-ee-java                4.2.0-1                                            all          Java OSGi API - Foundation Execution Environment
ii  libosmesa6:i386                           9.2.1-1ubuntu3                                     i386         Mesa Off-screen rendering extension
ii  libosmgpsmap2:amd64                       0.7.3-3                                            amd64        GTK+ library to embed OpenStreetMap maps
ii  libosp5                                   1.5.2-10ubuntu2                                    amd64        Runtime library for OpenJade group's SP suite
ii  libostyle1c2                              1.4devel1-20.1                                     amd64        Runtime libraries for OpenJade
ii  libp11-kit-dev                            0.18.3-2ubuntu1                                    amd64        Library for loading and coordinating access to PKCS#11 modules - development
ii  libp11-kit-gnome-keyring:amd64            3.8.2-0ubuntu3.1                                   amd64        GNOME keyring module for the PKCS#11 module loading library
ii  libp11-kit-gnome-keyring:i386             3.8.2-0ubuntu3.1                                   i386         GNOME keyring module for the PKCS#11 module loading library
ii  libp11-kit0:amd64                         0.18.3-2ubuntu1                                    amd64        Library for loading and coordinating access to PKCS#11 modules - runtime
ii  libp11-kit0:i386                          0.18.3-2ubuntu1                                    i386         Library for loading and coordinating access to PKCS#11 modules - runtime
ii  libpackage-deprecationmanager-perl        0.13-1                                             all          module for managing deprecation warnings for Perl distributions
ii  libpackage-stash-perl                     0.34-1                                             all          module providing routines for manipulating stashes
ii  libpackage-stash-xs-perl                  0.26-1                                             amd64        Perl module providing routines for manipulating stashes (XS version)
rc  libpackagekit-glib2-14:amd64              0.7.6-3ubuntu1                                     amd64        Library for accessing PackageKit using GLib
ii  libpackagekit-glib2-16:amd64              0.8.10-2ubuntu2                                    amd64        Library for accessing PackageKit using GLib
ii  libpam-cap:amd64                          1:2.22-1.2ubuntu2                                  amd64        PAM module for implementing capabilities
ii  libpam-ck-connector:amd64                 0.4.5-3.1ubuntu2                                   amd64        ConsoleKit PAM module
ii  libpam-freerdp                            1.0.1+13.10.20130724-0ubuntu1                      amd64        PAM Module to auth against an RDP server using FreeRDP
ii  libpam-gnome-keyring:amd64                3.8.2-0ubuntu3.1                                   amd64        PAM module to unlock the GNOME keyring upon login
ii  libpam-modules:amd64                      1.1.3-8ubuntu3                                     amd64        Pluggable Authentication Modules for PAM
ii  libpam-modules-bin                        1.1.3-8ubuntu3                                     amd64        Pluggable Authentication Modules for PAM - helper binaries
ii  libpam-runtime                            1.1.3-8ubuntu3                                     all          Runtime support for the PAM library
ii  libpam-systemd:amd64                      204-0ubuntu19                                      amd64        system and service manager - PAM module
ii  libpam-winbind:amd64                      2:3.6.18-1ubuntu3                                  amd64        Windows domain authentication integration plugin
ii  libpam0g:amd64                            1.1.3-8ubuntu3                                     amd64        Pluggable Authentication Modules library
ii  libpango-1.0-0:amd64                      1.32.5-5ubuntu1                                    amd64        Layout and rendering of internationalized text
ii  libpango-1.0-0:i386                       1.32.5-5ubuntu1                                    i386         Layout and rendering of internationalized text
ii  libpango-perl                             1.224-1                                            amd64        Perl module to layout and render international text
ii  libpango1.0-0:amd64                       1.32.5-5ubuntu1                                    amd64        Layout and rendering of internationalized text
ii  libpango1.0-0:i386                        1.32.5-5ubuntu1                                    i386         Layout and rendering of internationalized text
ii  libpango1.0-dev                           1.32.5-5ubuntu1                                    amd64        Development files for the Pango
ii  libpangocairo-1.0-0:amd64                 1.32.5-5ubuntu1                                    amd64        Layout and rendering of internationalized text
ii  libpangocairo-1.0-0:i386                  1.32.5-5ubuntu1                                    i386         Layout and rendering of internationalized text
ii  libpangoft2-1.0-0:amd64                   1.32.5-5ubuntu1                                    amd64        Layout and rendering of internationalized text
ii  libpangoft2-1.0-0:i386                    1.32.5-5ubuntu1                                    i386         Layout and rendering of internationalized text
ii  libpangomm-1.4-1:amd64                    2.34.0-1                                           amd64        C++ Wrapper for pango (shared libraries)
ii  libpangomm-1.4-dev:amd64                  2.34.0-1                                           amd64        C++ Wrapper for pango (development files)
ii  libpangox-1.0-0:amd64                     0.0.2-4                                            amd64        pango library X backend
ii  libpangox-1.0-0:i386                      0.0.2-4                                            i386         pango library X backend
ii  libpangox-1.0-dev                         0.0.2-4                                            amd64        pango library X backend - development files
ii  libpangoxft-1.0-0:amd64                   1.32.5-5ubuntu1                                    amd64        Layout and rendering of internationalized text
ii  libpangoxft-1.0-0:i386                    1.32.5-5ubuntu1                                    i386         Layout and rendering of internationalized text
ii  libpaper-utils                            1.1.24+nmu2ubuntu2                                 amd64        library for handling paper characteristics (utilities)
ii  libpaper1:amd64                           1.1.24+nmu2ubuntu2                                 amd64        library for handling paper characteristics
ii  libparams-classify-perl                   0.013-4build1                                      amd64        Perl module for argument type classification
ii  libparams-util-perl                       1.07-1                                             amd64        Perl extension for simple stand-alone param checking functions
ii  libparams-validate-perl                   1.06-1                                             amd64        Perl module to validate parameters to Perl method/function calls
ii  libparse-debianchangelog-perl             1.2.0-1ubuntu1                                     all          parse Debian changelogs and output them in other formats
ii  libparted0-dev                            2.3-16ubuntu1                                      amd64        disk partition manipulator - development files
ii  libparted0debian1:amd64                   2.3-16ubuntu1                                      amd64        disk partition manipulator - shared library
ii  libpathplan4                              2.26.3-15ubuntu4                                   amd64        rich set of graph drawing tools - pathplan library
ii  libpcap0.8:amd64                          1.4.0-2                                            amd64        system interface for user-level packet capture
ii  libpcap0.8-dev                            1.4.0-2                                            amd64        development library and header files for libpcap0.8
ii  libpci3:amd64                             1:3.1.9-6ubuntu9                                   amd64        Linux PCI Utilities (shared library)
ii  libpciaccess0:amd64                       0.13.2-1                                           amd64        Generic PCI access library for X
ii  libpciaccess0:i386                        0.13.2-1                                           i386         Generic PCI access library for X
ii  libpcre3:amd64                            1:8.31-2                                           amd64        Perl 5 Compatible Regular Expression Library - runtime files
ii  libpcre3:i386                             1:8.31-2                                           i386         Perl 5 Compatible Regular Expression Library - runtime files
ii  libpcre3-dev:amd64                        1:8.31-2                                           amd64        Perl 5 Compatible Regular Expression Library - development files
ii  libpcrecpp0:amd64                         1:8.31-2                                           amd64        Perl 5 Compatible Regular Expression Library - C++ runtime files
ii  libpcsclite-dev                           1.8.6-3ubuntu1b1                                   amd64        Middleware to access a smart card using PC/SC (development files)
ii  libpcsclite1:amd64                        1.8.6-3ubuntu1b1                                   amd64        Middleware to access a smart card using PC/SC (library)
ii  libpeas-1.0-0                             1.8.1-1ubuntu1                                     amd64        Application plugin library
ii  libpeas-common                            1.8.1-1ubuntu1                                     all          Application plugin library (common files)
ii  libperl5.14                               5.14.2-21build1                                    amd64        shared Perl library
ii  libphonon4:amd64                          4:4.7.0really4.6.0-0ubuntu2                        amd64        multimedia framework from KDE - core library
ii  libpipeline1:amd64                        1.2.4-1                                            amd64        pipeline manipulation library
ii  libpixman-1-0:amd64                       0.30.2-1ubuntu0.1                                  amd64        pixel-manipulation library for X and cairo
ii  libpixman-1-0:i386                        0.30.2-1ubuntu0.1                                  i386         pixel-manipulation library for X and cairo
ii  libpixman-1-dev                           0.30.2-1ubuntu0.1                                  amd64        pixel-manipulation library for X and cairo (development files)
ii  libplasma3                                4:4.11.3-0ubuntu0.1                                amd64        Plasma Library for the KDE Platform
ii  libplist1                                 1.8-2                                              amd64        Library for handling Apple binary and XML property lists
ii  libplymouth2:amd64                        0.8.8-0ubuntu8                                     amd64        graphical boot animation and logger - shared libraries
ii  libpng12-0:amd64                          1.2.49-4ubuntu1                                    amd64        PNG library - runtime
ii  libpng12-0:i386                           1.2.49-4ubuntu1                                    i386         PNG library - runtime
ii  libpng12-dev                              1.2.49-4ubuntu1                                    amd64        PNG library - development
ii  libpocketsphinx1                          0.8.0+real-0ubuntu5                                amd64        lightweight speech recognition - library
ii  libpolkit-agent-1-0:amd64                 0.105-3ubuntu3                                     amd64        PolicyKit Authentication Agent API
ii  libpolkit-agent-1-dev                     0.105-3ubuntu3                                     amd64        PolicyKit Authentication Agent API - development files
ii  libpolkit-backend-1-0:amd64               0.105-3ubuntu3                                     amd64        PolicyKit backend API
ii  libpolkit-gobject-1-0:amd64               0.105-3ubuntu3                                     amd64        PolicyKit Authorization API
ii  libpolkit-gobject-1-dev                   0.105-3ubuntu3                                     amd64        PolicyKit Authorization API - development files
ii  libpolkit-qt-1-1                          0.103.0-1ubuntu1                                   amd64        PolicyKit-qt-1 library
ii  libpoppler-glib8:amd64                    0.24.1-0ubuntu1                                    amd64        PDF rendering library (GLib-based shared library)
ii  libpoppler-qt4-4:amd64                    0.24.1-0ubuntu1                                    amd64        PDF rendering library (Qt 4 based shared library)
ii  libpoppler27:amd64                        0.20.3-2ubuntu1                                    amd64        PDF rendering library
rc  libpoppler28:amd64                        0.20.5-1ubuntu3                                    amd64        PDF rendering library
ii  libpoppler43:amd64                        0.24.1-0ubuntu1                                    amd64        PDF rendering library
ii  libpopt0:amd64                            1.16-7ubuntu3                                      amd64        lib for parsing cmdline parameters
ii  libportaudio2:amd64                       19+svn20111121-1build1                             amd64        Portable audio I/O - shared library
ii  libportsmf0:amd64                         0.1~svn20101010-4                                  amd64        Portable Standard Midi File Library
ii  libpostproc-dev                           6:0.8.9-0ubuntu0.13.10.1                           amd64        Development files for libpostproc
ii  libpostproc52:amd64                       6:0.8.9-0ubuntu0.13.10.1                           amd64        Libav video postprocessing library
ii  libppl-c4:amd64                           1:1.0-7ubuntu1                                     amd64        Parma Polyhedra Library (C interface)
ii  libppl12:amd64                            1:1.0-7ubuntu1                                     amd64        Parma Polyhedra Library (runtime library)
ii  libprocps0:amd64                          1:3.3.3-2ubuntu9                                   amd64        library for accessing process information from /proc
ii  libprotobuf7                              2.4.1-3ubuntu2                                     amd64        protocol buffers C++ library
ii  libprotoc7                                2.4.1-3ubuntu2                                     amd64        protocol buffers compiler library
ii  libproxy1:amd64                           0.4.11-0ubuntu4                                    amd64        automatic proxy configuration management library (shared)
rc  libproxy1:i386                            0.4.11-0ubuntu1                                    i386         automatic proxy configuration management library (shared)
ii  libproxy1-plugin-gsettings:amd64          0.4.11-0ubuntu4                                    amd64        automatic proxy configuration management library (GSettings plugin)
ii  libproxy1-plugin-networkmanager:amd64     0.4.11-0ubuntu4                                    amd64        automatic proxy configuration management library (Network Manager plugin)
ii  libptexenc1                               2013.20130529.30792-1ubuntu1                       amd64        TeX Live: pTeX encoding library
ii  libpth20:amd64                            2.0.7-19                                           amd64        GNU Portable Threads
ii  libpthread-stubs0:amd64                   0.3-3                                              amd64        pthread stubs not provided by native libc
ii  libpthread-stubs0-dev:amd64               0.3-3                                              amd64        pthread stubs not provided by native libc, development files
ii  libpulse-dev:amd64                        1:4.0-0ubuntu6                                     amd64        PulseAudio client development headers and libraries
ii  libpulse-mainloop-glib0:amd64             1:4.0-0ubuntu6                                     amd64        PulseAudio client libraries (glib support)
rc  libpulse-mainloop-glib0:i386              1:2.1-0ubuntu4                                     i386         PulseAudio client libraries (glib support)
ii  libpulse0:amd64                           1:4.0-0ubuntu6                                     amd64        PulseAudio client libraries
ii  libpulse0:i386                            1:4.0-0ubuntu6                                     i386         PulseAudio client libraries
ii  libpulsedsp:amd64                         1:4.0-0ubuntu6                                     amd64        PulseAudio OSS pre-load library
ii  libpurple-bin                             1:2.10.7-0ubuntu4.1                                all          multi-protocol instant messaging library - extra utilities
rc  libpurple0                                1:2.10.7-0ubuntu4.1                                amd64        multi-protocol instant messaging library
ii  libpwquality-common                       1.2.3-1                                            all          library for password quality checking and generation (data files)
ii  libpwquality1:amd64                       1.2.3-1                                            amd64        library for password quality checking and generation
ii  libpython-dev:amd64                       2.7.5-5ubuntu1                                     amd64        header files and a static library for Python (default)
ii  libpython-stdlib:amd64                    2.7.5-5ubuntu1                                     amd64        interactive high-level object-oriented language (default python version)
ii  libpython2.7:amd64                        2.7.5-8ubuntu3                                     amd64        Shared Python runtime library (version 2.7)
ii  libpython2.7-dev:amd64                    2.7.5-8ubuntu3                                     amd64        Header files and a static library for Python (v2.7)
ii  libpython2.7-minimal:amd64                2.7.5-8ubuntu3                                     amd64        Minimal subset of the Python language (version 2.7)
ii  libpython2.7-stdlib:amd64                 2.7.5-8ubuntu3                                     amd64        Interactive high-level object-oriented language (standard library, version 2.7)
ii  libpython3-stdlib:amd64                   3.3.2-14ubuntu1                                    amd64        interactive high-level object-oriented language (default python3 version)
rc  libpython3.2                              3.2.3-6ubuntu3.1                                   amd64        Shared Python runtime library (version 3.2)
ii  libpython3.3:amd64                        3.3.2-7ubuntu3                                     amd64        Shared Python runtime library (version 3.3)
ii  libpython3.3-minimal:amd64                3.3.2-7ubuntu3                                     amd64        Minimal subset of the Python language (version 3.3)
ii  libpython3.3-stdlib:amd64                 3.3.2-7ubuntu3                                     amd64        Interactive high-level object-oriented language (standard library, version 3.3)
ii  libqapt2                                  2.0.65-0ubuntu1                                    amd64        QApt library package
ii  libqapt2-runtime                          2.0.65-0ubuntu1                                    amd64        Runtime components for the QApt library
ii  libqca2:amd64                             2.0.3-4                                            amd64        libraries for the Qt Cryptographic Architecture
ii  libqjson0:amd64                           0.8.1-2                                            amd64        Qt-based library that maps JSON data to QVariant objects
ii  libqpdf10:amd64                           4.2.0-2                                            amd64        runtime library for PDF transformation/inspection software
ii  libqpdf8:amd64                            3.0.2-1                                            amd64        runtime library for PDF transformation/inspection software
ii  libqt4-dbus:amd64                         4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 D-Bus module
ii  libqt4-dbus:i386                          4:4.8.4+dfsg-0ubuntu18                             i386         Qt 4 D-Bus module
ii  libqt4-declarative:amd64                  4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 Declarative module
ii  libqt4-declarative:i386                   4:4.8.4+dfsg-0ubuntu18                             i386         Qt 4 Declarative module
ii  libqt4-designer:amd64                     4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 designer module
ii  libqt4-designer:i386                      4:4.8.4+dfsg-0ubuntu18                             i386         Qt 4 designer module
ii  libqt4-dev                                4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 development files
ii  libqt4-dev-bin                            4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 development programs
ii  libqt4-help:amd64                         4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 help module
ii  libqt4-network:amd64                      4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 network module
ii  libqt4-network:i386                       4:4.8.4+dfsg-0ubuntu18                             i386         Qt 4 network module
ii  libqt4-opengl:amd64                       4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 OpenGL module
ii  libqt4-opengl:i386                        4:4.8.4+dfsg-0ubuntu18                             i386         Qt 4 OpenGL module
ii  libqt4-opengl-dev                         4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 OpenGL library development files
ii  libqt4-qt3support:amd64                   4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 3 compatibility library for Qt 4
ii  libqt4-qt3support:i386                    4:4.8.4+dfsg-0ubuntu18                             i386         Qt 3 compatibility library for Qt 4
ii  libqt4-script:amd64                       4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 script module
ii  libqt4-script:i386                        4:4.8.4+dfsg-0ubuntu18                             i386         Qt 4 script module
ii  libqt4-scripttools:amd64                  4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 script tools module
rc  libqt4-scripttools:i386                   4:4.8.4+dfsg-0ubuntu2                              i386         Qt 4 script tools module
ii  libqt4-sql:amd64                          4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 SQL module
ii  libqt4-sql:i386                           4:4.8.4+dfsg-0ubuntu18                             i386         Qt 4 SQL module
ii  libqt4-sql-mysql:i386                     4:4.8.4+dfsg-0ubuntu18                             i386         Qt 4 MySQL database driver
ii  libqt4-sql-sqlite:amd64                   4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 SQLite 3 database driver
ii  libqt4-svg:amd64                          4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 SVG module
rc  libqt4-svg:i386                           4:4.8.4+dfsg-0ubuntu2                              i386         Qt 4 SVG module
ii  libqt4-test:amd64                         4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 test module
rc  libqt4-test:i386                          4:4.8.4+dfsg-0ubuntu2                              i386         Qt 4 test module
ii  libqt4-xml:amd64                          4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 XML module
ii  libqt4-xml:i386                           4:4.8.4+dfsg-0ubuntu18                             i386         Qt 4 XML module
ii  libqt4-xmlpatterns:amd64                  4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 XML patterns module
ii  libqt4-xmlpatterns:i386                   4:4.8.4+dfsg-0ubuntu18                             i386         Qt 4 XML patterns module
ii  libqt53d5:amd64                           5.0~git20130731-0ubuntu1                           amd64        Qt 3D module
ii  libqt5core5:amd64                         5.0.2+dfsg1-7ubuntu11                              amd64        Qt 5 core module
ii  libqt5dbus5:amd64                         5.0.2+dfsg1-7ubuntu11                              amd64        Qt 5 D-Bus module
ii  libqt5gui5:amd64                          5.0.2+dfsg1-7ubuntu11                              amd64        Qt 5 GUI module
ii  libqt5location5:amd64                     5.0~git20130805-0ubuntu3                           amd64        Qt Location module
ii  libqt5network5:amd64                      5.0.2+dfsg1-7ubuntu11                              amd64        Qt 5 network module
ii  libqt5opengl5:amd64                       5.0.2+dfsg1-7ubuntu11                              amd64        Qt 5 OpenGL module
ii  libqt5printsupport5:amd64                 5.0.2+dfsg1-7ubuntu11                              amd64        Qt 5 print support module
ii  libqt5qml5:amd64                          5.0.2-6ubuntu4                                     amd64        Qt 5 QML module
ii  libqt5quick5:amd64                        5.0.2-6ubuntu4                                     amd64        Qt 5 Quick library
ii  libqt5sensors5:amd64                      5.0~git20130507-0ubuntu3                           amd64        Qt Sensors module
ii  libqt5sql5:amd64                          5.0.2+dfsg1-7ubuntu11                              amd64        Qt 5 SQL module
ii  libqt5sql5-sqlite:amd64                   5.0.2+dfsg1-7ubuntu11                              amd64        Qt 5 SQLite 3 database driver
ii  libqt5test5:amd64                         5.0.2+dfsg1-7ubuntu11                              amd64        Qt 5 test module
ii  libqt5v8-5:amd64                          5.0.2-3                                            amd64        Qt 5 JavaScript backend module
ii  libqt5webkit5:amd64                       5.1.1-1ubuntu2                                     amd64        Web content engine library for Qt
ii  libqt5widgets5:amd64                      5.0.2+dfsg1-7ubuntu11                              amd64        Qt 5 widgets module
ii  libqt5xml5:amd64                          5.0.2+dfsg1-7ubuntu11                              amd64        Qt 5 XML module
ii  libqtassistantclient4:amd64               4.6.3-6                                            amd64        Qt Assistant client library (runtime)
ii  libqtcore4:amd64                          4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 core module
ii  libqtcore4:i386                           4:4.8.4+dfsg-0ubuntu18                             i386         Qt 4 core module
ii  libqtgui4:amd64                           4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 GUI module
ii  libqtgui4:i386                            4:4.8.4+dfsg-0ubuntu18                             i386         Qt 4 GUI module
ii  libqtwebkit4:amd64                        2.3.2-0ubuntu3                                     amd64        Web content engine library for Qt
ii  libqtwebkit4:i386                         2.3.2-0ubuntu3                                     i386         Web content engine library for Qt
ii  libquadmath0:amd64                        4.8.1-10ubuntu9                                    amd64        GCC Quad-Precision Math Library
rc  libquicktime2:amd64                       2:1.2.4-3                                          amd64        library for reading and writing Quicktime files
ii  libquvi-scripts                           0.4.18-1                                           all          library for parsing video download links (Lua scripts)
ii  libquvi7:amd64                            0.4.1-1ubuntu2                                     amd64        library for parsing video download links (runtime libraries)
ii  librados2                                 0.67.4-0ubuntu2.1                                  amd64        RADOS distributed object store client library
ii  libraptor2-0                              2.0.9-1                                            amd64        Raptor 2 RDF syntax library
ii  librarian0                                0.8.1-5build1                                      amd64        Documentation meta-data library (library package)
ii  librasqal3                                0.9.30-1                                           amd64        Rasqal RDF query library
ii  libraw1394-11:amd64                       2.1.0-1                                            amd64        library for direct access to IEEE 1394 bus (aka FireWire)
rc  libraw1394-11:i386                        2.0.9-1                                            i386         library for direct access to IEEE 1394 bus (aka FireWire)
rc  libraw5:amd64                             0.14.7-0ubuntu1.13.04.2                            amd64        raw image decoder library
ii  libraw9:amd64                             0.15.3-1ubuntu1                                    amd64        raw image decoder library
ii  librbd1                                   0.67.4-0ubuntu2.1                                  amd64        RADOS block device client library
ii  librdf0                                   1.0.16-1                                           amd64        Redland Resource Description Framework (RDF) library
ii  libreadline5:amd64                        5.2+dfsg-2                                         amd64        GNU readline and history libraries, run-time libraries
ii  libreadline6:amd64                        6.2-9ubuntu1                                       amd64        GNU readline and history libraries, run-time libraries
ii  libregexp-java                            1.5-3build1                                        all          Regular expression library for Java
ii  libreoffice-base-core                     1:4.1.3-0ubuntu1                                   amd64        office productivity suite -- shared library
ii  libreoffice-calc                          1:4.1.3-0ubuntu1                                   amd64        office productivity suite -- spreadsheet
ii  libreoffice-common                        1:4.1.3-0ubuntu1                                   all          office productivity suite -- arch-independent files
ii  libreoffice-core                          1:4.1.3-0ubuntu1                                   amd64        office productivity suite -- arch-dependent files
ii  libreoffice-draw                          1:4.1.3-0ubuntu1                                   amd64        office productivity suite -- drawing
ii  libreoffice-emailmerge                    1:4.1.3-0ubuntu1                                   all          transitional package for LibreOffices email mail merge
ii  libreoffice-gnome                         1:4.1.3-0ubuntu1                                   amd64        office productivity suite -- GNOME integration
ii  libreoffice-gtk                           1:4.1.3-0ubuntu1                                   amd64        office productivity suite -- GTK+ integration
ii  libreoffice-help-de                       1:4.1.3-0ubuntu1                                   all          office productivity suite -- German help
ii  libreoffice-help-en-us                    1:4.1.3-0ubuntu1                                   all          office productivity suite -- English_american help
ii  libreoffice-impress                       1:4.1.3-0ubuntu1                                   amd64        office productivity suite -- presentation
ii  libreoffice-l10n-de                       1:4.1.3-0ubuntu1                                   all          office productivity suite -- German language package
ii  libreoffice-math                          1:4.1.3-0ubuntu1                                   amd64        office productivity suite -- equation editor
ii  libreoffice-ogltrans                      1:4.1.3-0ubuntu1                                   amd64        LibreOffice Impress extension for transitions using OpenGL
ii  libreoffice-pdfimport                     1:4.1.3-0ubuntu1                                   amd64        PDF Import component for LibreOffice
ii  libreoffice-presentation-minimizer        1.0.4+LibO4.1.3-0ubuntu1                           amd64        LibreOffice extension for size-efficient presentations
ii  libreoffice-style-human                   1:4.1.3-0ubuntu1                                   all          office productivity suite -- Human symbol style
ii  libreoffice-style-tango                   1:4.1.3-0ubuntu1                                   all          office productivity suite -- Tango symbol style
ii  libreoffice-writer                        1:4.1.3-0ubuntu1                                   amd64        office productivity suite -- word processor
ii  libresid-builder0c2a                      2.1.1-14                                           amd64        SID chip emulation class based on resid
ii  librest-0.7-0:amd64                       0.7.90-0ubuntu1                                    amd64        REST service access library
rc  librhythmbox-core6                        2.98-0ubuntu5                                      amd64        support library for the rhythmbox music player
ii  librhythmbox-core7                        2.99.1-0ubuntu1                                    amd64        support library for the rhythmbox music player
ii  libroken18-heimdal:amd64                  1.6~git20120403+dfsg1-3ubuntu0.1                   amd64        Heimdal Kerberos - roken support library
ii  libroken18-heimdal:i386                   1.6~git20120403+dfsg1-3ubuntu0.1                   i386         Heimdal Kerberos - roken support library
ii  libroman-perl                             1.23-1                                             all          Perl module for converting between Roman and Arabic numerals
ii  librsvg2-2:amd64                          2.36.4-2                                           amd64        SAX-based renderer library for SVG files (runtime)
ii  librsvg2-2:i386                           2.36.4-2                                           i386         SAX-based renderer library for SVG files (runtime)
ii  librsvg2-common:amd64                     2.36.4-2                                           amd64        SAX-based renderer library for SVG files (extra runtime)
ii  librsvg2-common:i386                      2.36.4-2                                           i386         SAX-based renderer library for SVG files (extra runtime)
ii  librsync1:amd64                           0.9.7-10                                           amd64        rsync remote-delta algorithm library
ii  librtmp-dev                               2.4+20121230.gitdf6c518-1                          amd64        toolkit for RTMP streams (development files)
ii  librtmp0:amd64                            2.4+20121230.gitdf6c518-1                          amd64        toolkit for RTMP streams (shared library)
rc  librtmp0:i386                             2.4+20111222.git4e06e21-1ubuntu1                   i386         toolkit for RTMP streams (shared library)
ii  libruby1.9.1                              1.9.3.194-8.1ubuntu2.1                             amd64        Libraries necessary to run Ruby 1.9.1
ii  libsamplerate0:amd64                      0.1.8-5ubuntu1                                     amd64        Audio sample rate conversion library
ii  libsamplerate0:i386                       0.1.8-5ubuntu1                                     i386         Audio sample rate conversion library
ii  libsane:amd64                             1.0.23-0ubuntu3                                    amd64        API library for scanners
ii  libsane:i386                              1.0.23-0ubuntu3                                    i386         API library for scanners
ii  libsane-common                            1.0.23-0ubuntu3                                    amd64        API library for scanners -- documentation and support files
ii  libsane-hpaio                             3.13.9-1                                           amd64        HP SANE backend for multi-function peripherals
ii  libsasl2-2:amd64                          2.1.25.dfsg1-17                                    amd64        Cyrus SASL - authentication abstraction library
ii  libsasl2-2:i386                           2.1.25.dfsg1-17                                    i386         Cyrus SASL - authentication abstraction library
ii  libsasl2-modules:amd64                    2.1.25.dfsg1-17                                    amd64        Cyrus SASL - pluggable authentication modules
ii  libsasl2-modules:i386                     2.1.25.dfsg1-17                                    i386         Cyrus SASL - pluggable authentication modules
ii  libsasl2-modules-db:amd64                 2.1.25.dfsg1-17                                    amd64        Cyrus SASL - pluggable authentication modules (DB)
ii  libsasl2-modules-db:i386                  2.1.25.dfsg1-17                                    i386         Cyrus SASL - pluggable authentication modules (DB)
ii  libsbc1:amd64                             1.1-1                                              amd64        Sub Band CODEC library - runtime
ii  libsbsms10:amd64                          2.0.1-1                                            amd64        Subband Sinusoidal Modeling Synthesis
ii  libschroedinger-1.0-0:amd64               1.0.11-2                                           amd64        library for encoding/decoding of Dirac video streams
ii  libsdl-image1.2:amd64                     1.2.12-4ubuntu1                                    amd64        Image loading library for Simple DirectMedia Layer 1.2, libraries
rc  libsdl-image1.2:i386                      1.2.12-3~exp1ubuntu1                               i386         Image loading library for Simple DirectMedia Layer 1.2, libraries
ii  libsdl-mixer1.2:amd64                     1.2.12-7ubuntu1                                    amd64        Mixer library for Simple DirectMedia Layer 1.2, libraries
rc  libsdl-mixer1.2:i386                      1.2.12-3                                           i386         Mixer library for Simple DirectMedia Layer 1.2, libraries
rc  libsdl-net1.2:i386                        1.2.8-2                                            i386         Network library for Simple DirectMedia Layer 1.2, libraries
ii  libsdl-ttf2.0-0:amd64                     2.0.11-2ubuntu1                                    amd64        TrueType Font library for Simple DirectMedia Layer 1.2, libraries
rc  libsdl-ttf2.0-0:i386                      2.0.11-2                                           i386         TrueType Font library for Simple DirectMedia Layer 1.2, libraries
ii  libsdl-ttf2.0-dev:amd64                   2.0.11-2ubuntu1                                    amd64        TrueType Font library for Simple DirectMedia Layer 1.2, development files
ii  libsdl1.2-dev                             1.2.15-5ubuntu2                                    amd64        Simple DirectMedia Layer development files
ii  libsdl1.2debian:amd64                     1.2.15-5ubuntu2                                    amd64        Simple DirectMedia Layer
rc  libsdl1.2debian:i386                      1.2.15-5ubuntu1                                    i386         Simple DirectMedia Layer
ii  libseccomp1:amd64                         1.0.1-2                                            amd64        high level interface to Linux seccomp filter
ii  libsecret-1-0:amd64                       0.15-2ubuntu1                                      amd64        Secret store
ii  libsecret-1-0:i386                        0.15-2ubuntu1                                      i386         Secret store
ii  libsecret-common                          0.15-2ubuntu1                                      all          Secret store (common files)
ii  libselinux1:amd64                         2.1.13-2                                           amd64        SELinux runtime shared libraries
ii  libselinux1:i386                          2.1.13-2                                           i386         SELinux runtime shared libraries
ii  libselinux1-dev                           2.1.13-2                                           amd64        SELinux development headers
ii  libsemanage-common                        2.1.10-2                                           all          Common files for SELinux policy management libraries
ii  libsemanage1:amd64                        2.1.10-2                                           amd64        SELinux policy management library
ii  libsensors4:amd64                         1:3.3.3-1ubuntu1                                   amd64        library to read temperature/voltage/fan sensors
ii  libsepol1:amd64                           2.1.9-2                                            amd64        SELinux library for manipulating binary security policies
ii  libsepol1-dev                             2.1.9-2                                            amd64        SELinux binary policy manipulation library and development files
ii  libserf1:amd64                            1.1.0-2ubuntu1                                     amd64        high-performance asynchronous HTTP client library
ii  libservlet2.5-java                        6.0.37-1                                           all          Servlet 2.5 and JSP 2.1 Java API classes
ii  libservlet3.0-java                        7.0.42-1                                           all          Servlet 3.0 and JSP 2.2 Java API classes
ii  libsexy2                                  0.1.11-2build3                                     amd64        collection of additional GTK+ widgets - library
ii  libsgmls-perl                             1.03ii-32                                          all          Perl modules for processing SGML parser output
ii  libsgutils2-2                             1.36-1                                             amd64        utilities for devices using the SCSI command set (shared libraries)
ii  libsgutils2-dev                           1.36-1                                             amd64        utilities for devices using the SCSI command set (developer files)
ii  libshout3:amd64                           2.3.1-3                                            amd64        MP3/Ogg Vorbis broadcast streaming library
rc  libshout3:i386                            2.3.1-1ubuntu2                                     i386         MP3/Ogg Vorbis broadcast streaming library
ii  libsidplay1                               1.36.59-5ubuntu1                                   amd64        SID (MOS 6581) emulation library
ii  libsidplay2                               2.1.1-14                                           amd64        SID (MOS 6581) emulation library
ii  libsigc++-2.0-0c2a:amd64                  2.2.10-0.2ubuntu1                                  amd64        type-safe Signal Framework for C++ - runtime
ii  libsigc++-2.0-dev:amd64                   2.2.10-0.2ubuntu1                                  amd64        type-safe Signal Framework for C++ - development files
ii  libsignon-extension1                      8.54+13.10.20130918.1-0ubuntu1                     amd64        Single Sign On framework
ii  libsignon-glib1                           1.10daily13.06.25-0ubuntu1                         amd64        library for signond
ii  libsignon-plugins-common1                 8.54+13.10.20130918.1-0ubuntu1                     amd64        Single Sign On framework
ii  libsignon-qt1                             8.54+13.10.20130918.1-0ubuntu1                     amd64        Single Sign On framework
ii  libsignon-qt5-1                           8.54+13.10.20130918.1-0ubuntu1                     amd64        Single Sign On framework
ii  libsigsegv2:amd64                         2.10-2                                             amd64        Library for handling page faults in a portable way
ii  libslang2:amd64                           2.2.4-15ubuntu1                                    amd64        S-Lang programming library - runtime version
ii  libslang2:i386                            2.2.4-15ubuntu1                                    i386         S-Lang programming library - runtime version
ii  libslang2-dev:amd64                       2.2.4-15ubuntu1                                    amd64        S-Lang programming library, development version
ii  libslv2-9                                 0.6.6+dfsg1-2                                      amd64        library for simple use of LV2 plugins
ii  libsm-dev:amd64                           2:1.2.1-2                                          amd64        X11 Session Management library (development headers)
ii  libsm6:amd64                              2:1.2.1-2                                          amd64        X11 Session Management library
ii  libsm6:i386                               2:1.2.1-2                                          i386         X11 Session Management library
ii  libsmbclient:amd64                        2:3.6.18-1ubuntu3                                  amd64        shared library for communication with SMB/CIFS servers
ii  libsmi2ldbl:amd64                         0.4.8+dfsg2-7                                      amd64        library to access SMI MIB information
ii  libsndfile1:amd64                         1.0.25-7ubuntu1                                    amd64        Library for reading/writing audio files
ii  libsndfile1:i386                          1.0.25-7ubuntu1                                    i386         Library for reading/writing audio files
ii  libsnmp-base                              5.7.2~dfsg-8ubuntu1                                all          SNMP configuration script, MIBs and documentation
rc  libsnmp15                                 5.4.3~dfsg-2.7ubuntu1                              amd64        SNMP (Simple Network Management Protocol) library
ii  libsnmp30:amd64                           5.7.2~dfsg-8ubuntu1                                amd64        SNMP (Simple Network Management Protocol) library
ii  libsocket6-perl                           0.23-1build3                                       amd64        Perl extensions for IPv6
ii  libsofia-sip-ua-glib3                     1.12.11+20110422-1ubuntu1                          amd64        Sofia-SIP library glib/gobject interfaces runtime
ii  libsofia-sip-ua0                          1.12.11+20110422-1ubuntu1                          amd64        Sofia-SIP library runtime
ii  libsolid4                                 4:4.11.3-0ubuntu0.1                                amd64        Solid Library for KDE Platform
ii  libsonic0:amd64                           0.1.18-0ubuntu1                                    amd64        Simple library to speed up or slow down speech
ii  libsoprano4                               2.9.4+dfsg1-0ubuntu2                               amd64        libraries for the Soprano RDF framework
ii  libsoundtouch0:amd64                      1.7.1-2                                            amd64        Sound stretching library
ii  libsoup-gnome2.4-1:amd64                  2.42.2-6                                           amd64        HTTP library implementation in C -- GNOME support library
rc  libsoup-gnome2.4-1:i386                   2.40.3-0ubuntu1                                    i386         HTTP library implementation in C -- GNOME support library
ii  libsoup2.4-1:amd64                        2.42.2-6                                           amd64        HTTP library implementation in C -- Shared library
rc  libsoup2.4-1:i386                         2.40.3-0ubuntu1                                    i386         HTTP library implementation in C -- Shared library
ii  libsoup2.4-dev                            2.42.2-6                                           amd64        HTTP library implementation in C -- Development files
ii  libsoxr0:amd64                            0.1.1-1                                            amd64        High quality 1D sample-rate conversion library
ii  libsp1c2                                  1.3.4-1.2.1-47.1ubuntu2                            amd64        Runtime library for James Clark's SP suite
ii  libspandsp2                               0.0.6~pre20-3.1ubuntu1                             amd64        Telephony signal processing library
ii  libspectre1:amd64                         0.2.7-2                                            amd64        Library for rendering PostScript documents
ii  libspeechd2:amd64                         0.7.1-6.1ubuntu3                                   amd64        Speech Dispatcher: Shared libraries
ii  libspeex1:amd64                           1.2~rc1-7ubuntu2                                   amd64        The Speex codec runtime library
rc  libspeex1:i386                            1.2~rc1-7                                          i386         The Speex codec runtime library
ii  libspeexdsp1:amd64                        1.2~rc1-7ubuntu2                                   amd64        The Speex extended runtime library
ii  libspeexdsp1:i386                         1.2~rc1-7ubuntu2                                   i386         The Speex extended runtime library
ii  libsphinxbase1                            0.8-0ubuntu9                                       amd64        Sphinx base libraries
ii  libspice-server1:amd64                    0.12.4-0nocelt1ubuntu0.1                           amd64        Implements the server side of the SPICE protocol
ii  libsqlite3-0:amd64                        3.7.17-1ubuntu1                                    amd64        SQLite 3 shared library
ii  libsqlite3-0:i386                         3.7.17-1ubuntu1                                    i386         SQLite 3 shared library
ii  libsrtp0                                  1.4.5~20130609~dfsg-1                              amd64        Secure RTP (SRTP) and UST Reference Implementations - shared library
ii  libss2:amd64                              1.42.8-1ubuntu1                                    amd64        command-line interface parsing library
ii  libssh-4:amd64                            0.5.4-1                                            amd64        tiny C SSH library
ii  libssh2-1:amd64                           1.4.3-1                                            amd64        SSH2 client-side library
ii  libssl-dev:amd64                          1.0.1e-3ubuntu1                                    amd64        SSL development libraries, header files and documentation
ii  libssl0.9.8:i386                          0.9.8o-7ubuntu3.1                                  i386         SSL shared libraries
ii  libssl1.0.0:amd64                         1.0.1e-3ubuntu1                                    amd64        SSL shared libraries
ii  libssl1.0.0:i386                          1.0.1e-3ubuntu1                                    i386         SSL shared libraries
ii  libstartup-notification0:amd64            0.12-3                                             amd64        library for program launch feedback (shared library)
ii  libstdc++-4.8-dev:amd64                   4.8.1-10ubuntu9                                    amd64        GNU Standard C++ Library v3 (development files)
rc  libstdc++5:i386                           1:3.3.6-25ubuntu4                                  i386         The GNU Standard C++ Library v3
ii  libstdc++6:amd64                          4.8.1-10ubuntu9                                    amd64        GNU Standard C++ Library v3
ii  libstdc++6:i386                           4.8.1-10ubuntu9                                    i386         GNU Standard C++ Library v3
ii  libstdc++6-4.7-dev:amd64                  4.7.3-7ubuntu3                                     amd64        GNU Standard C++ Library v3 (development files)
ii  libstreamanalyzer0                        0.7.7-3ubuntu4                                     amd64        streamanalyzer library for Strigi Desktop Search
ii  libstreams0                               0.7.7-3ubuntu4                                     amd64        streams library for for Strigi Desktop Search
ii  libstroke0                                0.5.1-6                                            amd64        mouse strokes library -- runtime files
ii  libsub-install-perl                       0.926-1                                            all          module for installing subroutines into packages easily
ii  libsub-name-perl                          0.05-1build3                                       amd64        module for assigning a new name to referenced sub
ii  libsvga1:amd64                            1:1.4.3-33                                         amd64        console SVGA display libraries
ii  libsvn1:amd64                             1.7.9-1+nmu6ubuntu3                                amd64        Shared libraries used by Apache Subversion
ii  libswitch-perl                            2.16-2                                             all          switch statement for Perl
ii  libswscale-dev                            6:0.8.9-0ubuntu0.13.10.1                           amd64        Development files for libswscale
ii  libswscale2:amd64                         6:0.8.9-0ubuntu0.13.10.1                           amd64        Libav video scaling library
ii  libswt-cairo-gtk-3-jni                    3.8.2-3                                            amd64        Standard Widget Toolkit for GTK+ Cairo JNI library
ii  libswt-glx-gtk-3-jni                      3.8.2-3                                            amd64        Standard Widget Toolkit for GTK+ GLX JNI library
ii  libswt-gnome-gtk-3-jni                    3.8.2-3                                            amd64        Standard Widget Toolkit for GTK+ GNOME JNI library
ii  libswt-gtk-3-java                         3.8.2-3                                            amd64        Standard Widget Toolkit for GTK+ Java library
ii  libswt-gtk-3-jni                          3.8.2-3                                            amd64        Standard Widget Toolkit for GTK+ JNI library
ii  libswt-webkit-gtk-3-jni                   3.8.2-3                                            amd64        Standard Widget Toolkit for GTK+ WebKit JNI library
ii  libsync-menu1:amd64                       12.10.5+13.10.20131011-0ubuntu1                    amd64        indicator for synchronisation processes status - libraries
rc  libsyncdaemon-1.0-1                       4.2.0-0ubuntu1                                     amd64        Ubuntu One synchronization daemon library
ii  libsys-hostname-long-perl                 1.4-2                                              all          Figure out the long (fully-qualified) hostname
ii  libsysfs2:amd64                           2.1.0+repack-3                                     amd64        interface library to sysfs
ii  libsystemd-daemon0:amd64                  204-0ubuntu19                                      amd64        systemd utility library
ii  libsystemd-journal0:amd64                 204-0ubuntu19                                      amd64        systemd journal utility library
ii  libsystemd-login0:amd64                   204-0ubuntu19                                      amd64        systemd login utility library
ii  libt1-5                                   5.1.2-3.6                                          amd64        Type 1 font rasterizer library - runtime
ii  libtag1-vanilla:amd64                     1.8-2                                              amd64        audio meta-data library - vanilla flavour
rc  libtag1-vanilla:i386                      1.8-1                                              i386         audio meta-data library - vanilla flavour
ii  libtag1c2a:amd64                          1.8-2                                              amd64        audio meta-data library
ii  libtalloc2:amd64                          2.0.8-0.1                                          amd64        hierarchical pool based memory allocator
ii  libtar0                                   1.2.19-1                                           amd64        C library for manipulating tar archives
ii  libtasn1-3:amd64                          2.14-3                                             amd64        Manage ASN.1 structures (runtime)
ii  libtasn1-3:i386                           2.14-3                                             i386         Manage ASN.1 structures (runtime)
ii  libtasn1-3-dev                            2.14-3                                             amd64        Manage ASN.1 structures (development)
rc  libtbb2                                   4.1~20130613-1.2                                   amd64        parallelism library for C++ - runtime files
ii  libtdb1:amd64                             1.2.11-2.1                                         amd64        Trivial Database - shared library
rc  libtdb1:i386                              1.2.10-2ubuntu1                                    i386         Trivial Database - shared library
rc  libtelepathy-farstream2:amd64             0.4.0-3ubuntu1                                     amd64        Glue library between telepathy and farstream - 0.4 series
ii  libtelepathy-farstream3:amd64             0.6.0-1                                            amd64        Glue library between telepathy and farstream
ii  libtelepathy-glib0:amd64                  0.20.4-1                                           amd64        Telepathy framework - GLib library
rc  libtelepathy-logger2:amd64                0.4.0-2~ubuntu12.10.0                              amd64        Telepathy logger service - utility library
ii  libtelepathy-logger3:amd64                0.8.0-1                                            amd64        Telepathy logger service - utility library
ii  libtevent0:amd64                          0.9.18-1                                           amd64        talloc-based event loop library - shared library
ii  libtext-charwidth-perl                    0.04-7build2                                       amd64        get display widths of characters on the terminal
ii  libtext-format-perl                       0.58-1                                             all          module for formatting plain text
ii  libtext-iconv-perl                        1.7-5build1                                        amd64        converts between character sets in Perl
ii  libtext-wrapi18n-perl                     0.06-7                                             all          internationalized substitute of Text::Wrap
ii  libthai-data                              0.1.19-2                                           all          Data files for Thai language support library
ii  libthai0:amd64                            0.1.19-2                                           amd64        Thai language support library
ii  libthai0:i386                             0.1.19-2                                           i386         Thai language support library
ii  libtheora0:amd64                          1.1.1+dfsg.1-3.1                                   amd64        The Theora Video Compression Codec
ii  libtheora0:i386                           1.1.1+dfsg.1-3.1                                   i386         The Theora Video Compression Codec
ii  libthreadweaver4                          4:4.11.3-0ubuntu0.1                                amd64        ThreadWeaver Library for the KDE Platform
ii  libtie-ixhash-perl                        1.23-1                                             all          Perl module to order associative arrays
ii  libtiff-tools                             4.0.2-4ubuntu3                                     amd64        TIFF manipulation and conversion tools
ii  libtiff4:amd64                            3.9.7-2ubuntu1                                     amd64        Tag Image File Format (TIFF) library (old version)
ii  libtiff4:i386                             3.9.7-2ubuntu1                                     i386         Tag Image File Format (TIFF) library (old version)
ii  libtiff5:amd64                            4.0.2-4ubuntu3                                     amd64        Tag Image File Format (TIFF) library
ii  libtiff5:i386                             4.0.2-4ubuntu3                                     i386         Tag Image File Format (TIFF) library
ii  libtiff5-dev                              4.0.2-4ubuntu3                                     amd64        Tag Image File Format library (TIFF), development files
ii  libtiffxx5:amd64                          4.0.2-4ubuntu3                                     amd64        Tag Image File Format (TIFF) library -- C++ interface
ii  libtimedate-perl                          1.2000-1                                           all          collection of modules to manipulate date/time information
ii  libtimezonemap1                           0.4.0.2                                            amd64        GTK+3 timezone map widget
ii  libtinfo-dev:amd64                        5.9+20130608-1ubuntu1                              amd64        developer's library for the low-level terminfo library
ii  libtinfo5:amd64                           5.9+20130608-1ubuntu1                              amd64        shared low-level terminfo library for terminal handling
ii  libtinfo5:i386                            5.9+20130608-1ubuntu1                              i386         shared low-level terminfo library for terminal handling
ii  libtomcat7-java                           7.0.42-1                                           all          Servlet and JSP engine -- core libraries
ii  libtool                                   2.4.2-1.3ubuntu1                                   amd64        Generic library support script
ii  libtotem-plparser17                       3.4.5-1                                            amd64        Totem Playlist Parser library - runtime files
ii  libtotem0                                 3.8.2-0ubuntu1                                     amd64        Main library for the Totem media player
ii  libtry-tiny-perl                          0.16-1                                             all          module providing minimalistic try/catch
ii  libts-0.0-0:amd64                         1.0-11                                             amd64        touch screen library
ii  libtsan0:amd64                            4.8.1-10ubuntu9                                    amd64        ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
ii  libtwolame0                               0.3.13-1build1                                     amd64        MPEG Audio Layer 2 encoding library
ii  libtxc-dxtn-s2tc0:amd64                   0~git20121227-1                                    amd64        Texture compression library for Mesa
ii  libtxc-dxtn-s2tc0:i386                    0~git20121227-1                                    i386         Texture compression library for Mesa
rc  libubuntuoneui-3.0-1                      4.1.2-0ubuntu1                                     amd64        Ubuntu One widget library
ii  libudev-dev                               204-0ubuntu19                                      amd64        libudev development files
ii  libudev0:amd64                            175-0ubuntu19                                      amd64        udev library
rc  libudev0:i386                             175-0ubuntu19                                      i386         udev library
ii  libudev1:amd64                            204-0ubuntu19                                      amd64        libudev shared library
ii  libudev1:i386                             204-0ubuntu19                                      i386         libudev shared library
ii  libudisks2-0:amd64                        2.1.0-4                                            amd64        GObject based library to access udisks2
ii  libufe-xidgetter0                         2.4.8+13.10.20130920-0ubuntu1                      amd64        Firefox extension: Unity Integration
ii  libuil4:amd64                             2.3.4-4                                            amd64        Motif - UIL (User Interface Language) shared library
ii  libumfpack5.4.0                           1:3.4.0-3ubuntu1                                   amd64        sparse LU factorization library
ii  libunicode-string-perl                    2.09-5                                             amd64        Older Perl modules for Unicode string manipulation
ii  libunistring0:amd64                       0.9.3-5ubuntu1                                     amd64        Unicode string library for C
ii  libunistring0:i386                        0.9.3-5ubuntu1                                     i386         Unicode string library for C
rc  libunity-core-6.0-5                       7.0.0daily13.06.19~13.04-0ubuntu1                  amd64        Core library for the Unity interface.
rc  libunity-core-6.0-7                       7.1.0+13.10.20130920-0ubuntu1                      amd64        Core library for the Unity interface.
ii  libunity-core-6.0-8                       7.1.2+13.10.20131014.1-0ubuntu1                    amd64        Core library for the Unity interface.
ii  libunity-gtk2-parser0                     0.0.0+13.10.20130716.1-0ubuntu1                    amd64        GtkMenuShell to GMenuModel parser
ii  libunity-gtk3-parser0                     0.0.0+13.10.20130716.1-0ubuntu1                    amd64        GtkMenuShell to GMenuModel parser
ii  libunity-misc4                            4.0.5daily13.06.05-0ubuntu1                        amd64        Miscellaneous functions for Unity - shared library
ii  libunity-protocol-private0:amd64          7.1.2+13.10.20131010-0ubuntu2                      amd64        binding to get places into the launcher - private library
ii  libunity-scopes-json-def-desktop          7.1.2+13.10.20131010-0ubuntu2                      all          binding to get places into the launcher - desktop def file
ii  libunity-webapps0                         2.5.0~+13.10.20130926.1-0ubuntu1                   amd64        Web Apps integration with the Unity desktop
ii  libunity9:amd64                           7.1.2+13.10.20131010-0ubuntu2                      amd64        binding to get places into the launcher - shared library
ii  libuniversal-require-perl                 0.13-1                                             all          Load modules from a variable
ii  libunwind8                                1.1-2ubuntu3                                       amd64        library to determine the call-chain of a program - runtime
ii  libunwind8-dev                            1.1-2ubuntu3                                       amd64        library to determine the call-chain of a program - development
ii  libupnp6                                  1:1.6.17-1.2                                       amd64        Portable SDK for UPnP Devices, version 1.6 (shared libraries)
ii  libupower-glib1:amd64                     0.9.22-1ubuntu2                                    amd64        abstraction for power management - shared library
ii  libupstart1:amd64                         1.10-0ubuntu7                                      amd64        Upstart Client Library
ii  liburi-perl                               1.60-1                                             all          module to manipulate and access URI strings
ii  liburl-dispatcher1:amd64                  0.1+13.10.20131014.2-0ubuntu1                      amd64        library for sending requests to the url dispatcher
ii  libusb-0.1-4:amd64                        2:0.1.12-23.2ubuntu1                               amd64        userspace USB programming library
rc  libusb-0.1-4:i386                         2:0.1.12-23.2ubuntu1                               i386         userspace USB programming library
ii  libusb-1.0-0:amd64                        2:1.0.16-3                                         amd64        userspace USB programming library
ii  libusb-1.0-0:i386                         2:1.0.16-3                                         i386         userspace USB programming library
ii  libusb-1.0-0-dev:amd64                    2:1.0.16-3                                         amd64        userspace USB programming library development files
ii  libusb-1.0-doc                            2:1.0.16-3                                         all          documentation for userspace USB programming
ii  libusbmuxd2                               1.0.8-1ubuntu1                                     amd64        USB multiplexor daemon for iPhone and iPod Touch devices - library
ii  libustr-1.0-1:amd64                       1.0.4-3ubuntu1                                     amd64        Micro string library: shared library
ii  libutempter0                              1.1.5-4build1                                      amd64        A privileged helper for utmp/wtmp updates (runtime)
ii  libuuid-perl                              0.02-5                                             amd64        Perl extension for using UUID interfaces as defined in e2fsprogs
ii  libuuid1:amd64                            2.20.1-5.1ubuntu9                                  amd64        Universally Unique ID library
ii  libuuid1:i386                             2.20.1-5.1ubuntu9                                  i386         Universally Unique ID library
ii  libv4l-0:amd64                            0.8.9-4                                            amd64        Collection of video4linux support libraries
ii  libv4l-0:i386                             0.8.9-4                                            i386         Collection of video4linux support libraries
ii  libv4lconvert0:amd64                      0.8.9-4                                            amd64        Video4linux frame format conversion library
ii  libv4lconvert0:i386                       0.8.9-4                                            i386         Video4linux frame format conversion library
ii  libva-x11-1:amd64                         1.1.1-3                                            amd64        Video Acceleration (VA) API for Linux -- X11 runtime
ii  libva1:amd64                              1.1.1-3                                            amd64        Video Acceleration (VA) API for Linux -- runtime
ii  libvala-0.20-0:amd64                      0.20.1-2ubuntu3                                    amd64        C# like language for the GObject system - library
ii  libvamp-hostsdk3:amd64                    2.5-1                                              amd64        helper library for Vamp hosts written in C++
ii  libvcdinfo0                               0.7.24+dfsg-0.1                                    amd64        library to extract information from VideoCD
ii  libvdpau1:amd64                           0.7-1                                              amd64        Video Decode and Presentation API for Unix (libraries)
ii  libvirtodbc0                              6.1.6+repack-0ubuntu3                              amd64        high-performance database - ODBC libraries
ii  libvisio-0.0-0                            0.0.31-1                                           amd64        library for parsing the visio file structure
ii  libvisual-0.4-0:amd64                     0.4.0-5                                            amd64        Audio visualization framework
ii  libvisual-0.4-0:i386                      0.4.0-5                                            i386         Audio visualization framework
ii  libvisual-0.4-plugins:amd64               0.4.0.dfsg.1-7build1                               amd64        Audio visualization framework plugins
ii  libvlc5                                   2.0.8-1                                            amd64        multimedia player and streamer library
ii  libvlccore5                               2.0.8-1                                            amd64        base library for VLC and its modules
ii  libvncserver0:amd64                       0.9.9+dfsg-1                                       amd64        API to write one's own vnc server
ii  libvo-aacenc0:amd64                       0.1.2-1                                            amd64        VisualOn AAC encoder library
ii  libvo-amrwbenc0:amd64                     0.1.2-1                                            amd64        VisualOn AMR-WB encoder library
ii  libvorbis0a:amd64                         1.3.2-1.3                                          amd64        The Vorbis General Audio Compression Codec (Decoder library)
ii  libvorbis0a:i386                          1.3.2-1.3                                          i386         The Vorbis General Audio Compression Codec (Decoder library)
ii  libvorbisenc2:amd64                       1.3.2-1.3                                          amd64        The Vorbis General Audio Compression Codec (Encoder library)
ii  libvorbisenc2:i386                        1.3.2-1.3                                          i386         The Vorbis General Audio Compression Codec (Encoder library)
ii  libvorbisfile3:amd64                      1.3.2-1.3                                          amd64        The Vorbis General Audio Compression Codec (High Level API)
rc  libvorbisfile3:i386                       1.3.2-1.3                                          i386         The Vorbis General Audio Compression Codec (High Level API)
ii  libvpx1:amd64                             1.2.0-2                                            amd64        VP8 video codec (shared library)
ii  libvpx1:i386                              1.2.0-2                                            i386         VP8 video codec (shared library)
ii  libvte-2.90-9                             1:0.34.6-1ubuntu1                                  amd64        Terminal emulator widget for GTK+ 3.0 - runtime files
ii  libvte-2.90-common                        1:0.34.6-1ubuntu1                                  all          Terminal emulator widget for GTK+ 3.0 - common files
ii  libvte-common                             1:0.28.2-5ubuntu1                                  all          Terminal emulator widget for GTK+ 2.x - common files
ii  libvte9                                   1:0.28.2-5ubuntu1                                  amd64        Terminal emulator widget for GTK+ 2.0 - runtime files
ii  libwacom-common                           0.7-1ubuntu2                                       all          Wacom model feature query library (common files)
ii  libwacom2:amd64                           0.7-1ubuntu2                                       amd64        Wacom model feature query library
ii  libwavpack1:amd64                         4.60.1-3                                           amd64        audio codec (lossy and lossless) - library
rc  libwavpack1:i386                          4.60.1-3                                           i386         audio codec (lossy and lossless) - library
ii  libwayland-client0:amd64                  1.1.0-2ubuntu3                                     amd64        wayland compositor infrastructure - client library
ii  libwayland-cursor0:amd64                  1.1.0-2ubuntu3                                     amd64        wayland compositor infrastructure - cursor library
ii  libwayland-dev                            1.1.0-2ubuntu3                                     amd64        wayland compositor infrastructure - development files
ii  libwayland-server0:amd64                  1.1.0-2ubuntu3                                     amd64        wayland compositor infrastructure - server library
rc  libwayland0:amd64                         1.0.5-0ubuntu1                                     amd64        wayland compositor infrastructure - shared libraries
ii  libwbclient0:amd64                        2:3.6.18-1ubuntu3                                  amd64        Samba winbind client library
ii  libwebcam0                                0.2.2-1                                            amd64        Webcam Library
ii  libwebkitgtk-1.0-0                        1.10.2-0ubuntu2                                    amd64        Web content engine library for GTK+
ii  libwebkitgtk-1.0-common                   1.10.2-0ubuntu2                                    all          Web content engine library for GTK+ - data files
ii  libwebkitgtk-3.0-0                        1.10.2-0ubuntu2                                    amd64        Web content engine library for GTK+
ii  libwebkitgtk-3.0-common                   1.10.2-0ubuntu2                                    all          Web content engine library for GTK+ - data files
rc  libwebp2:amd64                            0.1.3-3                                            amd64        Lossy compression of digital photographic images.
rc  libwebp2:i386                             0.1.3-3                                            i386         Lossy compression of digital photographic images.
ii  libwebp4:amd64                            0.3.0-3                                            amd64        Lossy compression of digital photographic images.
ii  libwebrtc-audio-processing-0:amd64        0.1-2                                              amd64        AudioProcessing module from the WebRTC project.
ii  libwhoopsie-preferences0                  0.9                                                amd64        Ubuntu error tracker submission settings - shared library
ii  libwhoopsie0                              0.2.24.1                                           amd64        Ubuntu error tracker submission - shared library
ii  libwildmidi-config                        0.2.3.4-2.1ubuntu2                                 all          software MIDI player configuration
ii  libwildmidi1:amd64                        0.2.3.4-2.1ubuntu2                                 amd64        software MIDI player library
ii  libwind0-heimdal:amd64                    1.6~git20120403+dfsg1-3ubuntu0.1                   amd64        Heimdal Kerberos - stringprep implementation
ii  libwind0-heimdal:i386                     1.6~git20120403+dfsg1-3ubuntu0.1                   i386         Heimdal Kerberos - stringprep implementation
ii  libwireshark-data                         1.10.2-1                                           all          network packet dissection library -- data files
rc  libwireshark2                             1.8.2-5wheezy4build0.13.04.1                       amd64        network packet dissection library -- shared library
ii  libwireshark3:amd64                       1.10.2-1                                           amd64        network packet dissection library -- shared library
rc  libwiretap2                               1.8.2-5wheezy4build0.13.04.1                       amd64        network packet capture library -- shared library
ii  libwiretap3:amd64                         1.10.2-1                                           amd64        network packet capture library -- shared library
ii  libwmf-bin                                0.2.8.4-10.3ubuntu1                                amd64        Windows metafile conversion tools
ii  libwmf0.2-7:amd64                         0.2.8.4-10.3ubuntu1                                amd64        Windows metafile conversion library
ii  libwmf0.2-7-gtk                           0.2.8.4-10.3ubuntu1                                amd64        Windows metafile conversion library
ii  libwnck-3-0:amd64                         3.4.7-0ubuntu2                                     amd64        Window Navigator Construction Kit - runtime files
ii  libwnck-3-common                          3.4.7-0ubuntu2                                     all          Window Navigator Construction Kit - common files
ii  libwnck-common                            1:2.30.7-0ubuntu3                                  all          Window Navigator Construction Kit - common files
ii  libwnck22                                 1:2.30.7-0ubuntu3                                  amd64        Window Navigator Construction Kit - runtime files
ii  libwpd-0.9-9                              0.9.9-1                                            amd64        Library for handling WordPerfect documents (shared library)
ii  libwpg-0.2-2                              0.2.1-1ubuntu1                                     amd64        WordPerfect graphics import/convert library (shared library)
ii  libwps-0.2-2                              0.2.9-1ubuntu1                                     amd64        Works text file format import filter library (shared library)
ii  libwrap0:amd64                            7.6.q-24                                           amd64        Wietse Venema's TCP wrappers library
ii  libwrap0:i386                             7.6.q-24                                           i386         Wietse Venema's TCP wrappers library
rc  libwsutil2                                1.8.2-5wheezy4build0.13.04.1                       amd64        network packet dissection utilities library -- shared library
ii  libwsutil3:amd64                          1.10.2-1                                           amd64        network packet dissection utilities library -- shared library
ii  libwww-mechanize-perl                     1.71-1                                             all          module to automate interaction with websites
ii  libwww-perl                               6.05-1                                             all          simple and consistent interface to the world-wide web
ii  libwww-robotrules-perl                    6.01-1                                             all          database of robots.txt-derived permissions
ii  libwxbase2.8-0:amd64                      2.8.12.1-14ubuntu1.1                               amd64        wxBase library (runtime) - non-GUI support classes of wxWidgets toolkit
ii  libwxgtk-media2.8-0:amd64                 2.8.12.1-14ubuntu1.1                               amd64        wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
ii  libwxgtk2.8-0:amd64                       2.8.12.1-14ubuntu1.1                               amd64        wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
ii  libx11-6:amd64                            2:1.6.1-1ubuntu1                                   amd64        X11 client-side library
ii  libx11-6:i386                             2:1.6.1-1ubuntu1                                   i386         X11 client-side library
ii  libx11-data                               2:1.6.1-1ubuntu1                                   all          X11 client-side library
ii  libx11-dev:amd64                          2:1.6.1-1ubuntu1                                   amd64        X11 client-side library (development headers)
ii  libx11-xcb-dev                            2:1.6.1-1ubuntu1                                   amd64        Xlib/XCB interface library (development headers)
ii  libx11-xcb1:amd64                         2:1.6.1-1ubuntu1                                   amd64        Xlib/XCB interface library
ii  libx11-xcb1:i386                          2:1.6.1-1ubuntu1                                   i386         Xlib/XCB interface library
ii  libx264-123:amd64                         2:0.123.2189+git35cf912-1ubuntu1.1                 amd64        x264 video coding library
ii  libx86-1:amd64                            1.1+ds1-10                                         amd64        x86 real-mode library
ii  libxapian22                               1.2.15-2                                           amd64        Search engine library
ii  libxatracker1:amd64                       9.2.1-1ubuntu3                                     amd64        X acceleration library -- runtime
ii  libxau-dev:amd64                          1:1.0.8-1                                          amd64        X11 authorisation library (development headers)
ii  libxau6:amd64                             1:1.0.8-1                                          amd64        X11 authorisation library
ii  libxau6:i386                              1:1.0.8-1                                          i386         X11 authorisation library
ii  libxaw7:amd64                             2:1.0.11-1                                         amd64        X11 Athena Widget library
rc  libxaw7:i386                              2:1.0.10-2                                         i386         X11 Athena Widget library
ii  libxcb-composite0:amd64                   1.9.1-3ubuntu1                                     amd64        X C Binding, composite extension
ii  libxcb-dri2-0:amd64                       1.9.1-3ubuntu1                                     amd64        X C Binding, dri2 extension
ii  libxcb-dri2-0:i386                        1.9.1-3ubuntu1                                     i386         X C Binding, dri2 extension
ii  libxcb-dri2-0-dev:amd64                   1.9.1-3ubuntu1                                     amd64        X C Binding, dri2 extension, development files
ii  libxcb-glx0:amd64                         1.9.1-3ubuntu1                                     amd64        X C Binding, glx extension
ii  libxcb-glx0:i386                          1.9.1-3ubuntu1                                     i386         X C Binding, glx extension
ii  libxcb-glx0-dev:amd64                     1.9.1-3ubuntu1                                     amd64        X C Binding, glx extension, development files
ii  libxcb-icccm4:amd64                       0.3.9-2                                            amd64        utility libraries for X C Binding -- icccm
ii  libxcb-image0:amd64                       0.3.9-1ubuntu1                                     amd64        utility libraries for X C Binding -- image
ii  libxcb-keysyms1:amd64                     0.3.9-1                                            amd64        utility libraries for X C Binding -- keysyms
ii  libxcb-randr0:amd64                       1.9.1-3ubuntu1                                     amd64        X C Binding, randr extension
ii  libxcb-render-util0:amd64                 0.3.8-1.1                                          amd64        utility libraries for X C Binding -- render-util
ii  libxcb-render0:amd64                      1.9.1-3ubuntu1                                     amd64        X C Binding, render extension
ii  libxcb-render0:i386                       1.9.1-3ubuntu1                                     i386         X C Binding, render extension
ii  libxcb-render0-dev:amd64                  1.9.1-3ubuntu1                                     amd64        X C Binding, render extension, development files
ii  libxcb-shape0:amd64                       1.9.1-3ubuntu1                                     amd64        X C Binding, shape extension
ii  libxcb-shm0:amd64                         1.9.1-3ubuntu1                                     amd64        X C Binding, shm extension
ii  libxcb-shm0:i386                          1.9.1-3ubuntu1                                     i386         X C Binding, shm extension
ii  libxcb-shm0-dev:amd64                     1.9.1-3ubuntu1                                     amd64        X C Binding, shm extension, development files
ii  libxcb-sync0:amd64                        1.9.1-3ubuntu1                                     amd64        X C Binding, sync extension
ii  libxcb-util0:amd64                        0.3.8-2build1                                      amd64        utility libraries for X C Binding -- atom, aux and event
ii  libxcb-util0-dev:amd64                    0.3.8-2build1                                      amd64        utility libraries for X C Binding -- atom, aux and event
ii  libxcb-xfixes0:amd64                      1.9.1-3ubuntu1                                     amd64        X C Binding, xfixes extension
ii  libxcb-xv0:amd64                          1.9.1-3ubuntu1                                     amd64        X C Binding, xv extension
ii  libxcb1:amd64                             1.9.1-3ubuntu1                                     amd64        X C Binding
ii  libxcb1:i386                              1.9.1-3ubuntu1                                     i386         X C Binding
ii  libxcb1-dev:amd64                         1.9.1-3ubuntu1                                     amd64        X C Binding, development files
ii  libxcomposite-dev                         1:0.4.4-1                                          amd64        X11 Composite extension library (development headers)
ii  libxcomposite1:amd64                      1:0.4.4-1                                          amd64        X11 Composite extension library
ii  libxcomposite1:i386                       1:0.4.4-1                                          i386         X11 Composite extension library
ii  libxcursor-dev:amd64                      1:1.1.14-1                                         amd64        X cursor management library (development files)
ii  libxcursor1:amd64                         1:1.1.14-1                                         amd64        X cursor management library
ii  libxcursor1:i386                          1:1.1.14-1                                         i386         X cursor management library
ii  libxdamage-dev:amd64                      1:1.1.4-1ubuntu1                                   amd64        X11 damaged region extension library (development headers)
ii  libxdamage1:amd64                         1:1.1.4-1ubuntu1                                   amd64        X11 damaged region extension library
ii  libxdamage1:i386                          1:1.1.4-1ubuntu1                                   i386         X11 damaged region extension library
ii  libxdmcp-dev:amd64                        1:1.1.1-1                                          amd64        X11 authorisation library (development headers)
ii  libxdmcp6:amd64                           1:1.1.1-1                                          amd64        X11 Display Manager Control Protocol library
ii  libxdmcp6:i386                            1:1.1.1-1                                          i386         X11 Display Manager Control Protocol library
rc  libxen-4.2                                4.2.1-0ubuntu3.3                                   amd64        Public libs for Xen
ii  libxen-4.3                                4.3.0-1ubuntu1.1                                   amd64        Public libs for Xen
ii  libxenstore3.0                            4.3.0-1ubuntu1.1                                   amd64        Xenstore communications library for Xen
ii  libxerces2-java                           2.11.0-7                                           all          Validating XML parser for Java with DOM level 3 support
ii  libxext-dev:amd64                         2:1.3.2-1                                          amd64        X11 miscellaneous extensions library (development headers)
ii  libxext6:amd64                            2:1.3.2-1                                          amd64        X11 miscellaneous extension library
ii  libxext6:i386                             2:1.3.2-1                                          i386         X11 miscellaneous extension library
ii  libxfixes-dev:amd64                       1:5.0.1-1ubuntu1                                   amd64        X11 miscellaneous 'fixes' extension library (development headers)
ii  libxfixes3:amd64                          1:5.0.1-1ubuntu1                                   amd64        X11 miscellaneous 'fixes' extension library
ii  libxfixes3:i386                           1:5.0.1-1ubuntu1                                   i386         X11 miscellaneous 'fixes' extension library
ii  libxfont1:amd64                           1:1.4.6-1                                          amd64        X11 font rasterisation library
ii  libxft-dev                                2.3.1-1                                            amd64        FreeType-based font drawing library for X (development files)
ii  libxft2:amd64                             2.3.1-1                                            amd64        FreeType-based font drawing library for X
ii  libxft2:i386                              2.3.1-1                                            i386         FreeType-based font drawing library for X
ii  libxi-dev                                 2:1.7.1.901-1ubuntu1                               amd64        X11 Input extension library (development headers)
ii  libxi6:amd64                              2:1.7.1.901-1ubuntu1                               amd64        X11 Input extension library
ii  libxi6:i386                               2:1.7.1.901-1ubuntu1                               i386         X11 Input extension library
ii  libxinerama-dev:amd64                     2:1.1.3-1                                          amd64        X11 Xinerama extension library (development headers)
ii  libxinerama1:amd64                        2:1.1.3-1                                          amd64        X11 Xinerama extension library
ii  libxinerama1:i386                         2:1.1.3-1                                          i386         X11 Xinerama extension library
ii  libxkbcommon-dev                          0.3.1-1                                            amd64        library interface to the XKB compiler - development files
ii  libxkbcommon0:amd64                       0.3.1-1                                            amd64        library interface to the XKB compiler - shared library
ii  libxkbfile1:amd64                         1:1.0.8-1                                          amd64        X11 keyboard file manipulation library
ii  libxklavier16                             5.2.1-1ubuntu2                                     amd64        X Keyboard Extension high-level API
ii  libxm4:amd64                              2.3.4-4                                            amd64        Motif - X/Motif shared library
ii  libxml++2.6-2                             2.36.0-2                                           amd64        C++ interface to the GNOME XML library (libxml2)
ii  libxml++2.6-dev                           2.36.0-2                                           amd64        C++ interface to the GNOME XML library (libxml2)
ii  libxml-commons-external-java              1.4.01-2build1                                     all          XML Commons external code - DOM, SAX, and JAXP, etc
ii  libxml-commons-resolver1.1-java           1.2-7build1                                        all          XML entity and URI resolver library
ii  libxml-libxml-perl                        2.0010+dfsg-1                                      amd64        Perl interface to the libxml2 library
ii  libxml-namespacesupport-perl              1.09-3                                             all          Perl module for supporting simple generic namespaces
ii  libxml-parser-perl                        2.41-1build2                                       amd64        Perl module for parsing XML files
ii  libxml-sax-base-perl                      1.07-1                                             all          base class for SAX drivers and filters
ii  libxml-sax-expat-perl                     0.40-2                                             all          Perl module for a SAX2 driver for Expat (XML::Parser)
ii  libxml-sax-perl                           0.99+dfsg-2ubuntu1                                 all          Perl module for using and building Perl SAX2 XML processors
ii  libxml-simple-perl                        2.20-1                                             all          Perl module for reading and writing XML
ii  libxml2:amd64                             2.9.1+dfsg1-3ubuntu2                               amd64        GNOME XML library
ii  libxml2:i386                              2.9.1+dfsg1-3ubuntu2                               i386         GNOME XML library
ii  libxml2-dev:amd64                         2.9.1+dfsg1-3ubuntu2                               amd64        Development files for the GNOME XML library
ii  libxml2-utils                             2.9.1+dfsg1-3ubuntu2                               amd64        XML utilities
ii  libxmlrpc-c++4                            1.16.33-3.2ubuntu3                                 amd64        lightweight RPC library based on XML and HTTP [C++ runtime libraries]
ii  libxmlrpc-c++4-dev                        1.16.33-3.2ubuntu3                                 amd64        lightweight RPC library based on XML and HTTP [C++ development libraries]
ii  libxmlrpc-c3-dev                          1.16.33-3.2ubuntu3                                 all          lightweight RPC library based on XML and HTTP [transitional package]
ii  libxmlrpc-core-c3                         1.16.33-3.2ubuntu3                                 amd64        lightweight RPC library based on XML and HTTP [C runtime libraries]
ii  libxmlrpc-core-c3-dev                     1.16.33-3.2ubuntu3                                 amd64        lightweight RPC library based on XML and HTTP [C development libraries]
ii  libxmu-dev:amd64                          2:1.1.1-1                                          amd64        X11 miscellaneous utility library (development headers)
ii  libxmu-headers                            2:1.1.1-1                                          all          X11 miscellaneous utility library headers
ii  libxmu6:amd64                             2:1.1.1-1                                          amd64        X11 miscellaneous utility library
rc  libxmu6:i386                              2:1.1.1-1                                          i386         X11 miscellaneous utility library
ii  libxmuu1:amd64                            2:1.1.1-1                                          amd64        X11 miscellaneous micro-utility library
ii  libxp6:amd64                              1:1.0.2-1                                          amd64        X Printing Extension (Xprint) client library
rc  libxp6:i386                               1:1.0.1-2build1                                    i386         X Printing Extension (Xprint) client library
ii  libxpm4:amd64                             1:3.5.10-1                                         amd64        X11 pixmap library
ii  libxpm4:i386                              1:3.5.10-1                                         i386         X11 pixmap library
ii  libxrandr-dev                             2:1.4.0-1ubuntu2                                   amd64        X11 RandR extension library (development headers)
ii  libxrandr2:amd64                          2:1.4.0-1ubuntu2                                   amd64        X11 RandR extension library
ii  libxrandr2:i386                           2:1.4.0-1ubuntu2                                   i386         X11 RandR extension library
ii  libxrender-dev:amd64                      1:0.9.8-1                                          amd64        X Rendering Extension client library (development files)
ii  libxrender1:amd64                         1:0.9.8-1                                          amd64        X Rendering Extension client library
ii  libxrender1:i386                          1:0.9.8-1                                          i386         X Rendering Extension client library
ii  libxres1:amd64                            2:1.0.6-1+deb7u1                                   amd64        X11 Resource extension library
ii  libxslt1.1:amd64                          1.1.28-2                                           amd64        XSLT 1.0 processing library - runtime library
ii  libxslt1.1:i386                           1.1.28-2                                           i386         XSLT 1.0 processing library - runtime library
ii  libxss1:amd64                             1:1.2.2-1                                          amd64        X11 Screen Saver extension library
ii  libxss1:i386                              1:1.2.2-1                                          i386         X11 Screen Saver extension library
ii  libxt-dev:amd64                           1:1.1.4-1                                          amd64        X11 toolkit intrinsics library (development headers)
ii  libxt6:amd64                              1:1.1.4-1                                          amd64        X11 toolkit intrinsics library
ii  libxt6:i386                               1:1.1.4-1                                          i386         X11 toolkit intrinsics library
ii  libxtables10                              1.4.18-1.1ubuntu1                                  amd64        netfilter xtables library
ii  libxtst6:amd64                            2:1.2.2-1                                          amd64        X11 Testing -- Record extension library
rc  libxtst6:i386                             2:1.2.1-1                                          i386         X11 Testing -- Record extension library
ii  libxv-dev:amd64                           2:1.0.9-1                                          amd64        X11 Video extension library (development headers)
ii  libxv1:amd64                              2:1.0.9-1                                          amd64        X11 Video extension library
ii  libxv1:i386                               2:1.0.9-1                                          i386         X11 Video extension library
ii  libxvidcore4:amd64                        2:1.3.2-9ubuntu1                                   amd64        Open source MPEG-4 video codec (library)
ii  libxvmc-dev                               2:1.0.7-1ubuntu2                                   amd64        X11 Video extension library (development headers)
ii  libxvmc1                                  2:1.0.7-1ubuntu2                                   amd64        X11 Video extension library
ii  libxxf86dga1:amd64                        2:1.1.4-1                                          amd64        X11 Direct Graphics Access extension library
ii  libxxf86vm-dev:amd64                      1:1.1.3-1                                          amd64        X11 XFree86 video mode extension library (development headers)
ii  libxxf86vm1:amd64                         1:1.1.3-1                                          amd64        X11 XFree86 video mode extension library
ii  libxxf86vm1:i386                          1:1.1.3-1                                          i386         X11 XFree86 video mode extension library
ii  libxz-java                                1.3-1                                              all          Java library with a complete implementation of XZ data compression
ii  libyajl2:amd64                            2.0.4-4                                            amd64        Yet Another JSON Library
ii  libyaml-0-2:amd64                         0.1.4-2build1                                      amd64        Fast YAML 1.1 parser and emitter library
ii  libyaml-tiny-perl                         1.51-2                                             all          Perl module for reading and writing YAML files
ii  libyelp0                                  3.8.1-0ubuntu2                                     amd64        Library for the GNOME help browser
ii  libzbar0                                  0.10+doc-9                                         amd64        bar code scanner and decoder (library)
ii  libzeitgeist-1.0-1                        0.3.18-1ubuntu1                                    amd64        library to access Zeitgeist - shared library
ii  libzeitgeist-2.0-0:amd64                  0.9.14-0ubuntu3                                    amd64        library to access Zeitgeist - shared library
ii  libzephyr4:amd64                          3.1~beta0-1                                        amd64        Project Athena's notification service - non-Kerberos libraries
ii  libzip-dev                                0.10.1-1.1ubuntu1                                  amd64        library for reading, creating, and modifying zip archives (development)
ii  libzip2                                   0.10.1-1.1ubuntu1                                  amd64        library for reading, creating, and modifying zip archives (runtime)
ii  libzvbi-common                            0.2.33-7                                           all          Vertical Blanking Interval decoder (VBI) - common files
ii  libzvbi0:amd64                            0.2.33-7                                           amd64        Vertical Blanking Interval decoder (VBI) - runtime files
ii  light-themes                              13.04+13.10.20131014-0ubuntu1                      all          Light Themes (Ambiance and Radiance)
ii  lightdm                                   1.8.5-0ubuntu1                                     amd64        Display Manager
rc  lintian                                   2.5.10.2ubuntu2.1                                  all          Debian package checker
ii  linux-base                                3.5ubuntu4                                         all          Linux image base package
ii  linux-firmware                            1.116                                              all          Firmware for Linux kernel drivers
ii  linux-generic                             3.11.0.15.16                                       amd64        Complete Generic Linux kernel and headers
ii  linux-headers-3.11.0-11                   3.11.0-11.17                                       all          Header files related to Linux kernel version 3.11.0
ii  linux-headers-3.11.0-11-generic           3.11.0-11.17                                       amd64        Linux kernel headers for version 3.11.0 on 64 bit x86 SMP
ii  linux-headers-3.11.0-12                   3.11.0-12.19                                       all          Header files related to Linux kernel version 3.11.0
ii  linux-headers-3.11.0-12-generic           3.11.0-12.19                                       amd64        Linux kernel headers for version 3.11.0 on 64 bit x86 SMP
ii  linux-headers-3.11.0-13                   3.11.0-13.20                                       all          Header files related to Linux kernel version 3.11.0
ii  linux-headers-3.11.0-13-generic           3.11.0-13.20                                       amd64        Linux kernel headers for version 3.11.0 on 64 bit x86 SMP
ii  linux-headers-3.11.0-14                   3.11.0-14.21                                       all          Header files related to Linux kernel version 3.11.0
ii  linux-headers-3.11.0-14-generic           3.11.0-14.21                                       amd64        Linux kernel headers for version 3.11.0 on 64 bit x86 SMP
ii  linux-headers-3.11.0-15                   3.11.0-15.22                                       all          Header files related to Linux kernel version 3.11.0
ii  linux-headers-3.11.0-15-generic           3.11.0-15.22                                       amd64        Linux kernel headers for version 3.11.0 on 64 bit x86 SMP
ii  linux-headers-3.11.0-8                    3.11.0-8.15                                        all          Header files related to Linux kernel version 3.11.0
ii  linux-headers-3.11.0-8-generic            3.11.0-8.15                                        amd64        Linux kernel headers for version 3.11.0 on 64 bit x86 SMP
ii  linux-headers-3.5.0-15                    3.5.0-15.23                                        all          Header files related to Linux kernel version 3.5.0
ii  linux-headers-3.5.0-16                    3.5.0-16.25                                        all          Header files related to Linux kernel version 3.5.0
ii  linux-headers-3.7.0-4                     3.7.0-4.12                                         all          Header files related to Linux kernel version 3.7.0
ii  linux-headers-3.7.0-4-generic             3.7.0-4.12                                         amd64        Linux kernel headers for version 3.7.0 on 64 bit x86 SMP
ii  linux-headers-3.7.0-7                     3.7.0-7.15                                         all          Header files related to Linux kernel version 3.7.0
ii  linux-headers-3.7.0-7-generic             3.7.0-7.15                                         amd64        Linux kernel headers for version 3.7.0 on 64 bit x86 SMP
ii  linux-headers-3.8.0-13                    3.8.0-13.22                                        all          Header files related to Linux kernel version 3.8.0
ii  linux-headers-3.8.0-15                    3.8.0-15.25                                        all          Header files related to Linux kernel version 3.8.0
ii  linux-headers-3.8.0-18                    3.8.0-18.28                                        all          Header files related to Linux kernel version 3.8.0
ii  linux-headers-generic                     3.11.0.15.16                                       amd64        Generic Linux kernel headers
ii  linux-image-3.11.0-11-generic             3.11.0-11.17                                       amd64        Linux kernel image for version 3.11.0 on 64 bit x86 SMP
ii  linux-image-3.11.0-12-generic             3.11.0-12.19                                       amd64        Linux kernel image for version 3.11.0 on 64 bit x86 SMP
ii  linux-image-3.11.0-13-generic             3.11.0-13.20                                       amd64        Linux kernel image for version 3.11.0 on 64 bit x86 SMP
ii  linux-image-3.11.0-14-generic             3.11.0-14.21                                       amd64        Linux kernel image for version 3.11.0 on 64 bit x86 SMP
ii  linux-image-3.11.0-15-generic             3.11.0-15.22                                       amd64        Linux kernel image for version 3.11.0 on 64 bit x86 SMP
rc  linux-image-3.11.0-8-generic              3.11.0-8.15                                        amd64        Linux kernel image for version 3.11.0 on 64 bit x86 SMP
ii  linux-image-3.5.0-030500-generic          3.5.0-030500.201207211835                          amd64        Linux kernel image for version 3.5.0 on 64 bit x86 SMP
rc  linux-image-3.5.0-14-generic              3.5.0-14.16                                        amd64        Linux kernel image for version 3.5.0 on 64 bit x86 SMP
rc  linux-image-3.5.0-15-generic              3.5.0-15.23                                        amd64        Linux kernel image for version 3.5.0 on 64 bit x86 SMP
rc  linux-image-3.5.0-16-generic              3.5.0-16.25                                        amd64        Linux kernel image for version 3.5.0 on 64 bit x86 SMP
rc  linux-image-3.5.0-17-generic              3.5.0-17.28                                        amd64        Linux kernel image for version 3.5.0 on 64 bit x86 SMP
rc  linux-image-3.5.0-18-generic              3.5.0-18.29                                        amd64        Linux kernel image for version 3.5.0 on 64 bit x86 SMP
rc  linux-image-3.6.0-030600rc1-generic       3.6.0-030600rc1.201208022056                       amd64        Linux kernel image for version 3.6.0 on 64 bit x86 SMP
rc  linux-image-3.6.0-030600rc2-generic       3.6.0-030600rc2.201208161835                       amd64        Linux kernel image for version 3.6.0 on 64 bit x86 SMP
rc  linux-image-3.6.0-030600rc6-generic       3.6.0-030600rc6.201209161835                       amd64        Linux kernel image for version 3.6.0 on 64 bit x86 SMP
ii  linux-image-3.7.0-4-generic               3.7.0-4.12                                         amd64        Linux kernel image for version 3.7.0 on 64 bit x86 SMP
ii  linux-image-3.7.0-7-generic               3.7.0-7.15                                         amd64        Linux kernel image for version 3.7.0 on 64 bit x86 SMP
rc  linux-image-3.8.0-11-generic              3.8.0-11.20                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii  linux-image-3.8.0-13-generic              3.8.0-13.22                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii  linux-image-3.8.0-15-generic              3.8.0-15.25                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii  linux-image-3.8.0-18-generic              3.8.0-18.28                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-3.8.0-19-generic              3.8.0-19.30                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-3.8.0-21-generic              3.8.0-21.32                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-3.8.0-22-generic              3.8.0-22.33                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-3.8.0-23-generic              3.8.0-23.34                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-3.8.0-25-generic              3.8.0-25.37                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-3.8.0-26-generic              3.8.0-26.38                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-3.8.0-27-generic              3.8.0-27.40                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-3.8.0-29-generic              3.8.0-29.42                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii  linux-image-3.8.0-30-generic              3.8.0-30.44                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-3.8.0-4-generic               3.8.0-4.9                                          amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii  linux-image-extra-3.11.0-11-generic       3.11.0-11.17                                       amd64        Linux kernel extra modules for version 3.11.0 on 64 bit x86 SMP
ii  linux-image-extra-3.11.0-12-generic       3.11.0-12.19                                       amd64        Linux kernel extra modules for version 3.11.0 on 64 bit x86 SMP
ii  linux-image-extra-3.11.0-13-generic       3.11.0-13.20                                       amd64        Linux kernel extra modules for version 3.11.0 on 64 bit x86 SMP
ii  linux-image-extra-3.11.0-14-generic       3.11.0-14.21                                       amd64        Linux kernel extra modules for version 3.11.0 on 64 bit x86 SMP
ii  linux-image-extra-3.11.0-15-generic       3.11.0-15.22                                       amd64        Linux kernel extra modules for version 3.11.0 on 64 bit x86 SMP
rc  linux-image-extra-3.11.0-8-generic        3.11.0-8.15                                        amd64        Linux kernel extra modules for version 3.11.0 on 64 bit x86 SMP
ii  linux-image-extra-3.5.0-030500-generic    3.5.0-030500.201207211835                          amd64        Linux kernel image for version 3.5.0 on 64 bit x86 SMP
rc  linux-image-extra-3.5.0-14-generic        3.5.0-14.16                                        amd64        Linux kernel image for version 3.5.0 on 64 bit x86 SMP
rc  linux-image-extra-3.5.0-15-generic        3.5.0-15.23                                        amd64        Linux kernel image for version 3.5.0 on 64 bit x86 SMP
rc  linux-image-extra-3.5.0-16-generic        3.5.0-16.25                                        amd64        Linux kernel image for version 3.5.0 on 64 bit x86 SMP
rc  linux-image-extra-3.5.0-17-generic        3.5.0-17.28                                        amd64        Linux kernel image for version 3.5.0 on 64 bit x86 SMP
rc  linux-image-extra-3.5.0-18-generic        3.5.0-18.29                                        amd64        Linux kernel image for version 3.5.0 on 64 bit x86 SMP
rc  linux-image-extra-3.6.0-030600rc1-generic 3.6.0-030600rc1.201208022056                       amd64        Linux kernel image for version 3.6.0 on 64 bit x86 SMP
rc  linux-image-extra-3.6.0-030600rc2-generic 3.6.0-030600rc2.201208161835                       amd64        Linux kernel image for version 3.6.0 on 64 bit x86 SMP
rc  linux-image-extra-3.6.0-030600rc6-generic 3.6.0-030600rc6.201209161835                       amd64        Linux kernel image for version 3.6.0 on 64 bit x86 SMP
ii  linux-image-extra-3.7.0-4-generic         3.7.0-4.12                                         amd64        Linux kernel image for version 3.7.0 on 64 bit x86 SMP
ii  linux-image-extra-3.7.0-7-generic         3.7.0-7.15                                         amd64        Linux kernel image for version 3.7.0 on 64 bit x86 SMP
rc  linux-image-extra-3.8.0-11-generic        3.8.0-11.20                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii  linux-image-extra-3.8.0-13-generic        3.8.0-13.22                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii  linux-image-extra-3.8.0-15-generic        3.8.0-15.25                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii  linux-image-extra-3.8.0-18-generic        3.8.0-18.28                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-extra-3.8.0-19-generic        3.8.0-19.30                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-extra-3.8.0-21-generic        3.8.0-21.32                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-extra-3.8.0-22-generic        3.8.0-22.33                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-extra-3.8.0-23-generic        3.8.0-23.34                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-extra-3.8.0-25-generic        3.8.0-25.37                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-extra-3.8.0-26-generic        3.8.0-26.38                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-extra-3.8.0-27-generic        3.8.0-27.40                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-extra-3.8.0-29-generic        3.8.0-29.42                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii  linux-image-extra-3.8.0-30-generic        3.8.0-30.44                                        amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
rc  linux-image-extra-3.8.0-4-generic         3.8.0-4.9                                          amd64        Linux kernel image for version 3.8.0 on 64 bit x86 SMP
ii  linux-image-generic                       3.11.0.15.16                                       amd64        Generic Linux kernel image
ii  linux-libc-dev:amd64                      3.11.0-15.22                                       amd64        Linux Kernel Headers for development
ii  linux-sound-base                          1.0.25+dfsg-0ubuntu4                               all          base package for ALSA and OSS sound systems
ii  linux-tools                               3.11.0.15.16                                       amd64        Generic Linux kernel tools.
ii  linux-tools-3.11.0-13                     3.11.0-13.20                                       amd64        Linux kernel version specific tools for version 3.11.0-13
ii  linux-tools-3.11.0-13-generic             3.11.0-13.20                                       amd64        Linux kernel version specific tools for version 3.11.0-13
ii  linux-tools-3.11.0-14                     3.11.0-14.21                                       amd64        Linux kernel version specific tools for version 3.11.0-14
ii  linux-tools-3.11.0-14-generic             3.11.0-14.21                                       amd64        Linux kernel version specific tools for version 3.11.0-14
ii  linux-tools-3.11.0-15                     3.11.0-15.22                                       amd64        Linux kernel version specific tools for version 3.11.0-15
ii  linux-tools-3.11.0-15-generic             3.11.0-15.22                                       amd64        Linux kernel version specific tools for version 3.11.0-15
ii  linux-tools-3.8.0-6                       3.8.0-6.11                                         amd64        Linux kernel version specific tools for version 3.8.0-6
ii  linux-tools-common                        3.11.0-15.22                                       all          Linux kernel version specific tools for version 3.11.0
ii  linux-tools-generic                       3.11.0.15.16                                       amd64        Generic Linux kernel tools
ii  lm-sensors                                1:3.3.3-1ubuntu1                                   amd64        utilities to read temperature/voltage/fan sensors
ii  lmodern                                   2.004.4-3                                          all          scalable PostScript and OpenType fonts based on Computer Modern
ii  locales                                   2.13+git20120306-9                                 all          common files for locale support
ii  lockfile-progs                            0.1.17                                             amd64        Programs for locking and unlocking files and mailboxes
ii  login                                     1:4.1.5.1-1ubuntu6                                 amd64        system login tools
ii  logrotate                                 3.8.3-3ubuntu2                                     amd64        Log rotation utility
rc  lovefilm-desktop                          0.8.5~raring                                       all          LOVEFiLM Desktop provides a convient tool that downloads and installs all of the components necessary to run Lovefilm under Wine.
ii  lp-solve                                  5.5.0.13-7                                         amd64        Solve (mixed integer) linear programming problems
ii  lrzsz                                     0.12.21-5                                          amd64        Tools for zmodem/xmodem/ymodem file transfer
ii  lsb-base                                  4.1+Debian11ubuntu4                                all          Linux Standard Base 4.1 init script functionality
ii  lsb-release                               4.1+Debian11ubuntu4                                all          Linux Standard Base version reporting utility
ii  lshw                                      02.16-2                                            amd64        information about hardware configuration
ii  lsof                                      4.86+dfsg-1ubuntu2                                 amd64        Utility to list open files
ii  ltrace                                    0.5.3-2.1ubuntu3                                   amd64        Tracks runtime library calls in dynamically linked programs
ii  luatex                                    0.76.0-3                                           amd64        next generation TeX engine
ii  lynx                                      2.8.8dev.15-2                                      all          Text-mode WWW Browser (transitional package)
ii  lynx-cur                                  2.8.8dev.15-2                                      amd64        Text-mode WWW Browser with NLS support (development version)
ii  m4                                        1.4.16-5                                           amd64        a macro processing language
ii  macchanger                                1.5.0-9                                            amd64        utility for manipulating the MAC address of network interfaces
ii  make                                      3.81-8.2ubuntu3                                    amd64        An utility for Directing compilation.
ii  makedev                                   2.3.1-93ubuntu1                                    all          creates device files in /dev
ii  makedumpfile                              1.5.3-1ubuntu1                                     amd64        VMcore extraction tool
ii  man-db                                    2.6.5-2                                            amd64        on-line manual pager
ii  manpages                                  3.54-1ubuntu1                                      all          Manual pages about using a GNU/Linux system
ii  manpages-dev                              3.54-1ubuntu1                                      all          Manual pages about using GNU/Linux for development
ii  mawk                                      1.3.3-17ubuntu1                                    amd64        a pattern scanning and text processing language
ii  mcp-account-manager-uoa                   3.8.4-1ubuntu2                                     amd64        GNOME multi-protocol chat and call client (UOA plugin)
ii  media-player-info                         19-1                                               all          Media player identification files
ii  memtest86+                                4.20-1.1ubuntu5                                    amd64        thorough real-mode memory tester
ii  mesa-common-dev                           9.2.1-1ubuntu3                                     amd64        Developer documentation for Mesa
ii  mesa-utils                                8.1.0-2                                            amd64        Miscellaneous Mesa GL utilities
ii  metacity-common                           1:2.34.13-0ubuntu2                                 all          shared files for the Metacity window manager
ii  mime-support                              3.54ubuntu1                                        all          MIME files 'mime.types' & 'mailcap', and support programs
ii  minicom                                   2.6.2-1                                            amd64        friendly menu driven serial communication program
ii  mlocate                                   0.26-1ubuntu1                                      amd64        quickly find files on the filesystem based on their name
ii  mobile-broadband-provider-info            20130915-1                                         all          database of mobile broadband service providers
ii  modemmanager                              0.6.0.0.really-0ubuntu7                            amd64        D-Bus service for managing modems
ii  module-init-tools                         9-3ubuntu1                                         all          transitional dummy package (module-init-tools to kmod)
ii  mount                                     2.20.1-5.1ubuntu9                                  amd64        Tools for mounting and manipulating filesystems
ii  mountall                                  2.52                                               amd64        filesystem mounting tool
ii  mousetweaks                               3.8.0-2                                            amd64        mouse accessibility enhancements for the GNOME desktop
ii  mplayer                                   2:1.0~rc4.dfsg1+svn34540-1ubuntu4                  amd64        movie player for Unix-like systems
ii  mscompress                                0.4-3                                              amd64        Microsoft "compress.exe/expand.exe" compatible (de)compressor
ii  msr-tools                                 1.2-3                                              amd64        Utilities for modifying MSRs from userspace
ii  mtools                                    4.0.18-1ubuntu1                                    amd64        Tools for manipulating MSDOS files
ii  mtr-tiny                                  0.85-1                                             amd64        Full screen ncurses traceroute tool
ii  multiarch-support                         2.17-93ubuntu4                                     amd64        Transitional package to ensure multiarch compatibility
ii  myspell-en-au                             2.1-5.4                                            all          English_australian dictionary for myspell
ii  myspell-en-gb                             1:3.3.0-2ubuntu3                                   all          English_british dictionary for myspell
ii  myspell-en-za                             1:3.3.0-2ubuntu3                                   all          English_southafrican dictionary for myspell
ii  mysql-common                              5.5.34-0ubuntu0.13.10.1                            all          MySQL database common files, e.g. /etc/mysql/my.cnf
ii  mythes-de                                 20120516-2                                         all          German Thesaurus for OpenOffice.org/LibreOffice
ii  mythes-en-us                              1:3.3.0-2ubuntu3                                   all          English Thesaurus for LibreOffice/OpenOffice.org
ii  nano                                      2.2.6-1ubuntu1                                     amd64        small, friendly text editor inspired by Pico
ii  nautilus                                  1:3.8.2-0ubuntu2.1                                 amd64        file manager and graphical shell for GNOME
ii  nautilus-data                             1:3.8.2-0ubuntu2.1                                 all          data files for nautilus
ii  nautilus-sendto                           3.6.1-0ubuntu1                                     amd64        integrates Evolution and Pidgin into the Nautilus file manager
ii  nautilus-sendto-empathy                   3.8.4-1ubuntu2                                     amd64        GNOME multi-protocol chat and call client (nautilus-sendto plugin)
ii  nautilus-share                            0.7.3-1ubuntu4                                     amd64        Nautilus extension to share folder using Samba
ii  ncurses-base                              5.9+20130608-1ubuntu1                              all          basic terminal type definitions
ii  ncurses-bin                               5.9+20130608-1ubuntu1                              amd64        terminal-related programs and man pages
ii  ncurses-term                              5.9+20130608-1ubuntu1                              all          additional terminal type definitions
ii  nepomuk-core-data                         4:4.11.2-0ubuntu1                                  all          Nepomuk Semantik Desktop core libraries -- shared data files
ii  nepomuk-core-runtime                      4:4.11.2-0ubuntu1                                  amd64        Nepomuk Semantik Desktop core libraries
ii  net-tools                                 1.60-25ubuntu1                                     amd64        The NET-3 networking toolkit
ii  netbase                                   5.1                                                all          Basic TCP/IP networking system
ii  netcat-openbsd                            1.105-7ubuntu1                                     amd64        TCP/IP swiss army knife
ii  netpbm                                    2:10.0-15ubuntu2                                   amd64        Graphics conversion tools between image formats
ii  netperf                                   2.6.0-2                                            amd64        Network performance benchmark
ii  network-manager                           0.9.8.0-0ubuntu22                                  amd64        network management framework (daemon and userspace tools)
ii  network-manager-gnome                     0.9.8.0-1ubuntu5.1                                 amd64        network management framework (GNOME frontend)
ii  network-manager-pptp                      0.9.8.2-1ubuntu2                                   amd64        network management framework (PPTP plugin core)
ii  network-manager-pptp-gnome                0.9.8.2-1ubuntu2                                   amd64        network management framework (PPTP plugin GNOME GUI)
ii  ngspice                                   24-1                                               amd64        Spice circuit simulator
ii  nmap                                      6.40-0.1ubuntu1                                    amd64        The Network Mapper
ii  notify-osd                                0.9.35+13.10.20130917.1-0ubuntu1                   amd64        daemon that displays passive pop-up notifications
ii  notify-osd-icons                          0.7                                                all          Notify-OSD icons
ii  ntfs-3g                                   1:2013.1.13AR.1-2ubuntu1                           amd64        read/write NTFS driver for FUSE
ii  ntpdate                                   1:4.2.6.p5+dfsg-3ubuntu2                           amd64        client for setting system time from NTP servers
ii  ntrack-module-libnl-0                     016-1.1                                            amd64        libnl based ntrack module
ii  nux-tools                                 4.0.3+13.10.20131011-0ubuntu1                      amd64        Visual rendering toolkit for real-time applications - tools
ii  obex-data-server                          0.4.6-0ubuntu2                                     amd64        D-Bus service for OBEX client and server side functionality
ii  obexd-client                              0.46-1ubuntu5                                      amd64        D-Bus OBEX client
ii  odbcinst                                  2.2.14p2-5ubuntu4                                  amd64        Helper program for accessing odbc ini files
ii  odbcinst1debian2:amd64                    2.2.14p2-5ubuntu4                                  amd64        Support library for accessing odbc ini files
rc  odbcinst1debian2:i386                     2.2.14p2-5ubuntu4                                  i386         Support library for accessing odbc ini files
ii  oggz-tools                                1.1.1-2                                            amd64        utilities for mangling Ogg streams
ii  onboard                                   0.99.0-0ubuntu1                                    amd64        Simple On-screen Keyboard
ii  onboard-data                              0.99.0-0ubuntu1                                    all          Language model files for the word suggestion feature of Onboard
ii  oneconf                                   0.3.5                                              all          synchronize your configuration data over the network
ii  oneconf-common                            0.3.5                                              all          synchronize your configuration data over the network
ii  openarena                                 0.8.8-9                                            amd64        fast-paced 3D first-person shooter
ii  openarena-081-maps                        0.8.5split-2                                       all          OpenArena game data - maps from 0.8.1
ii  openarena-081-misc                        0.8.5split-2                                       all          OpenArena game data - miscellaneous files from 0.8.1
ii  openarena-081-players                     0.8.5split-2                                       all          OpenArena game data - player graphics from 0.8.1
ii  openarena-081-players-mature              0.8.5split-2                                       all          OpenArena game data - "mature" player graphics from 0.8.1
ii  openarena-081-textures                    0.8.5split-2                                       all          OpenArena game data - textures from 0.8.1
ii  openarena-085-data                        0.8.5split-2                                       all          OpenArena game data - 0.8.5 update
ii  openarena-088-data                        0.8.8-1                                            all          OpenArena game data
ii  openarena-data                            0.8.5split-2                                       all          OpenArena game data
ii  openjade                                  1.4devel1-20.1                                     amd64        Implementation of the DSSSL language
ii  openjdk-6-jre:amd64                       6b27-1.12.6-1ubuntu2.1                             amd64        OpenJDK Java runtime, using Hotspot JIT
ii  openjdk-6-jre-headless:amd64              6b27-1.12.6-1ubuntu2.1                             amd64        OpenJDK Java runtime, using Hotspot JIT (headless)
ii  openjdk-6-jre-lib                         6b27-1.12.6-1ubuntu2.1                             all          OpenJDK Java runtime (architecture independent libraries)
ii  openjdk-7-jdk:amd64                       7u25-2.3.12-4ubuntu3                               amd64        OpenJDK Development Kit (JDK)
ii  openjdk-7-jre:amd64                       7u25-2.3.12-4ubuntu3                               amd64        OpenJDK Java runtime, using Hotspot JIT
ii  openjdk-7-jre-headless:amd64              7u25-2.3.12-4ubuntu3                               amd64        OpenJDK Java runtime, using Hotspot JIT (headless)
ii  openjdk-7-jre-lib                         7u25-2.3.12-4ubuntu3                               all          OpenJDK Java runtime (architecture independent libraries)
ii  openoffice.org-hyphenation                0.7                                                all          Hyphenation patterns for OpenOffice.org
ii  openprinting-ppds                         20130912-0ubuntu1                                  all          OpenPrinting printer support - PostScript PPD files
ii  openssh-client                            1:6.2p2-6ubuntu0.1                                 amd64        secure shell (SSH) client, for secure access to remote machines
ii  openssh-server                            1:6.2p2-6ubuntu0.1                                 amd64        secure shell (SSH) server, for secure access from remote machines
ii  openssl                                   1.0.1e-3ubuntu1                                    amd64        Secure Socket Layer (SSL) binary and related cryptographic tools
rc  openstreetmap-map-icons-classic           1:0.0.svn28731-1                                   all          Collection of map icons (classic set)
ii  os-prober                                 1.61ubuntu1                                        amd64        utility to detect other OSes on a set of drives
ii  overlay-scrollbar                         0.2.16+r359+13.10.20130826-0ubuntu1                all          Scrollbar overlay
ii  overlay-scrollbar-gtk2:amd64              0.2.16+r359+13.10.20130826-0ubuntu1                amd64        GTK 2 module for overlay scrollbars
ii  overlay-scrollbar-gtk3:amd64              0.2.16+r359+13.10.20130826-0ubuntu1                amd64        GTK 3 module for overlay scrollbars
ii  oxygen-icon-theme                         4:4.11.2-0ubuntu1                                  all          Oxygen icon theme
ii  p11-kit                                   0.18.3-2ubuntu1                                    amd64        p11-glue utilities, proxy and trust modules
ii  p7zip                                     9.20.1~dfsg.1-4                                    amd64        7z file archiver with high compression ratio
ii  p7zip-full                                9.20.1~dfsg.1-4                                    amd64        7z and 7za file archivers with high compression ratio
ii  parted                                    2.3-16ubuntu1                                      amd64        disk partition manipulator
ii  passwd                                    1:4.1.5.1-1ubuntu6                                 amd64        change and administer password and group data
ii  patch                                     2.7.1-3                                            amd64        Apply a diff file to an original
ii  patchutils                                0.3.2-2                                            amd64        Utilities to work with patches
ii  pavucontrol                               1.0-1                                              amd64        PulseAudio Volume Control
ii  pavumeter                                 0.9.3-4                                            amd64        PulseAudio Volume Meter
ii  pcb                                       20110918-9                                         all          printed circuit board (pcb) design program - meta-package
ii  pcb-common                                20110918-9                                         all          printed circuit board (pcb) design program - common files
ii  pcb-gtk                                   20110918-9                                         amd64        printed circuit board (pcb) design program - GTK+ interface
ii  pciutils                                  1:3.1.9-6ubuntu9                                   amd64        Linux PCI Utilities
ii  pcmciautils                               018-8                                              amd64        PCMCIA utilities for Linux 2.6
ii  pdf2djvu                                  0.7.12-2ubuntu8                                    amd64        PDF to DjVu converter
ii  perl                                      5.14.2-21build1                                    amd64        Larry Wall's Practical Extraction and Report Language
ii  perl-base                                 5.14.2-21build1                                    amd64        minimal Perl system
ii  perl-modules                              5.14.2-21build1                                    all          Core Perl modules
ii  perlmagick                                8:6.7.7.10-5ubuntu3                                amd64        Perl interface to the ImageMagick graphics routines
ii  pgf                                       2.10-1                                             all          TeX Portable Graphic Format
ii  phonon:amd64                              4:4.7.0really4.6.0-0ubuntu2                        amd64        multimedia framework from KDE - metapackage
ii  phonon-backend-gstreamer:amd64            4:4.7.0really4.6.3-0ubuntu2                        amd64        Phonon GStreamer 0.10.x backend
ii  pinyin-database                           1.2.99-3                                           all          PinYin database used by ibus-pinyin
ii  pipelight                                 0.2.2~ubuntu13.10.1                                amd64        allows usage of Silverlight through Wine
ii  pipelight-multi                           0.2.2~ubuntu13.10.1                                amd64        allows usage of Windows NPAPI plugins through Wine
ii  pitivi                                    0.15.2-0.1ubuntu1                                  all          non-linear audio/video editor using GStreamer
ii  pkg-config                                0.26-1ubuntu4                                      amd64        manage compile and link flags for libraries
ii  plasma-scriptengine-javascript            4:4.11.2-0ubuntu1                                  amd64        JavaScript script engine for Plasma
ii  plymouth                                  0.8.8-0ubuntu8                                     amd64        graphical boot animation and logger - main package
ii  plymouth-label                            0.8.8-0ubuntu8                                     amd64        graphical boot animation and logger - label control
ii  plymouth-theme-ubuntu-logo                0.8.8-0ubuntu8                                     amd64        graphical boot animation and logger - ubuntu-logo theme
ii  plymouth-theme-ubuntu-text                0.8.8-0ubuntu8                                     amd64        graphical boot animation and logger - ubuntu-logo theme
ii  pm-utils                                  1.4.1-12ubuntu1                                    all          utilities and scripts for power management
ii  po-debconf                                1.0.16+nmu2ubuntu1                                 all          tool for managing templates file translations with gettext
ii  po4a                                      0.42-2                                             all          tools for helping translation of documentation
ii  policykit-1                               0.105-3ubuntu3                                     amd64        framework for managing administrative policies and privileges
ii  policykit-1-gnome                         0.105-1ubuntu4                                     amd64        GNOME authentication agent for PolicyKit-1
ii  policykit-desktop-privileges              0.16                                               all          run common desktop actions without password
ii  poppler-data                              0.4.6-4                                            all          encoding data for the poppler PDF rendering library
ii  poppler-utils                             0.24.1-0ubuntu1                                    amd64        PDF utilities (based on Poppler)
ii  popularity-contest                        1.57ubuntu1                                        all          Vote for your favourite packages automatically
ii  powermgmt-base                            1.31build1                                         amd64        Common utils and configs for power management
ii  powertop                                  2.4-0ubuntu1                                       amd64        Linux tool to find out what is using power on a laptop
ii  ppa-purge                                 0.2.8+bzr57+edgers1                                all          disables a PPA and reverts to official packages
ii  ppp                                       2.4.5-5.1ubuntu2                                   amd64        Point-to-Point Protocol (PPP) - daemon
ii  pppconfig                                 2.3.19ubuntu1                                      all          A text menu based utility for configuring ppp
ii  pppoeconf                                 1.20ubuntu1                                        all          configures PPPoE/ADSL connections
ii  pptp-linux                                1.7.2-7                                            amd64        Point-to-Point Tunneling Protocol (PPTP) Client
ii  preview-latex-style                       11.87-1ubuntu1                                     all          extraction of elements from LaTeX documents as graphics
ii  printer-driver-c2esp                      26-4                                               amd64        printer driver for Kodak ESP AiO color inkjet Series
ii  printer-driver-foo2zjs                    20130826dfsg0-0ubuntu2                             amd64        printer driver for ZjStream-based printers
ii  printer-driver-gutenprint                 5.2.9-1ubuntu2                                     amd64        printer drivers for CUPS
ii  printer-driver-hpcups                     3.13.9-1                                           amd64        HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
ii  printer-driver-hpijs                      3.13.9-1                                           amd64        HP Linux Printing and Imaging - printer driver (hpijs)
ii  printer-driver-m2300w                     0.51-9                                             amd64        printer driver for Minolta magicolor 2300W/2400W color laser printers
ii  printer-driver-min12xxw                   0.0.9-6ubuntu2                                     amd64        printer driver for KonicaMinolta PagePro 1[234]xxW
ii  printer-driver-pnm2ppa                    1.13+nondbs-0ubuntu3                               amd64        printer driver for HP-GDI printers
ii  printer-driver-postscript-hp              3.13.9-1                                           all          HP Printers PostScript Descriptions
ii  printer-driver-ptouch                     1.3-6                                              amd64        printer driver Brother P-touch label printers
ii  printer-driver-pxljr                      1.4+repack0-1                                      amd64        printer driver for HP Color LaserJet 35xx/36xx
ii  printer-driver-sag-gdi                    0.1-3                                              all          printer driver for Ricoh Aficio SP 1000s/SP 1100s
ii  printer-driver-splix                      2.0.0+svn315-0ubuntu1                              amd64        Driver for Samsung and Xerox SPL2 and SPLc laser printers
ii  procps                                    1:3.3.3-2ubuntu9                                   amd64        /proc file system utilities
ii  prosper                                   1.00.4+cvs.2007.05.01-4                            all          LaTeX class for writing transparencies
ii  protobuf-compiler                         2.4.1-3ubuntu2                                     amd64        compiler for protocol buffer definition files
ii  ps2eps                                    1.68-1build1                                       amd64        convert PostScript to EPS (Encapsulated PostScript) files
ii  psmisc                                    22.20-1ubuntu2                                     amd64        utilities that use the proc file system
ii  pulseaudio                                1:4.0-0ubuntu6                                     amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth               1:4.0-0ubuntu6                                     amd64        Bluetooth module for PulseAudio sound server
ii  pulseaudio-module-gconf                   1:4.0-0ubuntu6                                     amd64        GConf module for PulseAudio sound server
ii  pulseaudio-module-x11                     1:4.0-0ubuntu6                                     amd64        X11 module for PulseAudio sound server
ii  pulseaudio-utils                          1:4.0-0ubuntu6                                     amd64        Command line tools for the PulseAudio sound server
ii  python                                    2.7.5-5ubuntu1                                     amd64        interactive high-level object-oriented language (default version)
ii  python-appindicator                       12.10.1+13.10.20130920-0ubuntu2                    amd64        Python bindings for libappindicator
ii  python-apport                             2.12.5-0ubuntu2.1                                  all          Python library for Apport crash report handling
ii  python-apt                                0.8.9.1ubuntu1                                     amd64        Python interface to libapt-pkg
ii  python-apt-common                         0.8.9.1ubuntu1                                     all          Python interface to libapt-pkg (locales)
ii  python-aptdaemon                          1.1.1-0ubuntu4                                     all          Python 2 module for the server and client of aptdaemon
ii  python-aptdaemon.gtk3widgets              1.1.1-0ubuntu4                                     all          Python 2 GTK+ 3 widgets to run an aptdaemon client
ii  python-cairo                              1.8.8-1ubuntu4                                     amd64        Python bindings for the Cairo vector graphics library
ii  python-central                            0.6.17ubuntu2                                      all          register and build utility for Python packages
ii  python-chardet                            2.0.1-2build1                                      all          universal character encoding detector
ii  python-commandnotfound                    0.3ubuntu8                                         all          Python 2 bindings for command-not-found.
ii  python-configglue                         1.1.2-0ubuntu1                                     all          Glues together optparse.OptionParser and ConfigParser.ConfigParser
ii  python-crypto                             2.6-5                                              amd64        cryptographic algorithms and protocols for Python
ii  python-cups                               1.9.63-0ubuntu1                                    amd64        Python bindings for CUPS
ii  python-cupshelpers                        1.4.2+20130920-0ubuntu1.1                          all          Python modules for printer configuration with CUPS
ii  python-dbus                               1.2.0-2                                            amd64        simple interprocess messaging system (Python interface)
ii  python-dbus-dev                           1.2.0-2                                            all          main loop integration development files for python-dbus
ii  python-debian                             0.1.21+nmu2ubuntu1                                 all          Python modules to work with Debian-related data formats
ii  python-debtagshw                          1.10.2ubuntu1                                      all          Match debtags hardware:: tags against the actual hardware
ii  python-defer                              1.0.6-2                                            all          Small framework for asynchronous programming (Python 2)
ii  python-dev                                2.7.5-5ubuntu1                                     amd64        header files and a static library for Python (default)
ii  python-dirspec                            13.10-0ubuntu1                                     all          Python User Folders Specification Library
ii  python-gconf                              2.28.1+dfsg-1ubuntu1                               amd64        Python bindings for the GConf configuration database system
ii  python-gdbm                               2.7.4-0ubuntu1                                     amd64        GNU dbm database support for Python
ii  python-gi                                 3.10.0-1ubuntu1                                    amd64        Python 2.x bindings for gobject-introspection libraries
ii  python-gi-cairo                           3.10.0-1ubuntu1                                    amd64        Python Cairo bindings for the GObject library
ii  python-glade2                             2.24.0-3ubuntu1                                    amd64        GTK+ bindings: Glade support
ii  python-gnome2                             2.28.1+dfsg-1ubuntu1                               amd64        Python bindings for the GNOME desktop environment
ii  python-gnomekeyring                       2.32.0+dfsg-3                                      amd64        Python bindings for the GNOME keyring library
ii  python-gnupginterface                     0.3.2-9.1ubuntu3                                   all          Python interface to GnuPG (GPG)
ii  python-gobject                            3.10.0-1ubuntu1                                    all          Python 2.x bindings for GObject - transitional package
ii  python-gobject-2                          2.28.6-12                                          amd64        deprecated static Python bindings for the GObject library
ii  python-gst0.10                            0.10.22-3ubuntu1                                   amd64        generic media-playing framework (Python bindings)
ii  python-gtk2                               2.24.0-3ubuntu1                                    amd64        Python bindings for the GTK+ widget set
ii  python-httplib2                           0.8-2                                              all          comprehensive HTTP client library written for Python
ii  python-ibus                               1.5.3-6ubuntu2.1                                   all          Intelligent Input Bus - Python support
ii  python-imaging                            1.1.7+2.0.0-1ubuntu1                               amd64        Python Imaging Library (Pillow fork)
ii  python-imaging-compat                     1.1.7+2.0.0-1ubuntu1                               all          Python Imaging Library compatibility layer
ii  python-keyring                            1.6-1                                              all          store and access your passwords safely
ii  python-launchpadlib                       1.10.2+ds-1                                        all          Launchpad web services client library
ii  python-lazr.restfulclient                 0.13.3-1                                           all          client for lazr.restful-based web services
ii  python-lazr.uri                           1.0.3-1                                            all          library for parsing, manipulating, and generating URIs
ii  python-libxml2                            2.9.1+dfsg1-3ubuntu2                               amd64        Python bindings for the GNOME XML library
ii  python-lxml                               3.2.0-1                                            amd64        pythonic binding for the libxml2 and libxslt libraries
ii  python-magic                              5.11-2ubuntu4                                      all          File type determination library using "magic" numbers (Python bindings)
ii  python-mako                               0.8.1-1                                            all          fast and lightweight templating for the Python platform
ii  python-markupsafe                         0.15-1build3                                       amd64        XML/HTML/XHTML Markup safe string for Python
ii  python-minimal                            2.7.5-5ubuntu1                                     amd64        minimal subset of the Python language (default version)
ii  python-notify                             0.1.1-3ubuntu1                                     amd64        Python bindings for libnotify
ii  python-numpy                              1:1.7.1-1ubuntu1                                   amd64        Numerical Python adds a fast array facility to the Python language
ii  python-oauth                              1.0.1-3build1                                      all          Python library implementing of the OAuth protocol
ii  python-oauthlib                           0.5.1-1                                            all          generic, spec-compliant implementation of OAuth for Python
ii  python-oneconf                            0.3.5                                              all          synchronize your configuration data over the network (Python 2)
ii  python-openssl                            0.13-2ubuntu4                                      amd64        Python 2 wrapper around the OpenSSL library
ii  python-pam                                0.4.2-13ubuntu6                                    amd64        Python interface to the PAM library
ii  python-pexpect                            2.4-1                                              all          Python module for automating interactive applications
ii  python-piston-mini-client                 0.7.5-0ubuntu1                                     all          library for writing clients for Django's Piston REST APIs
ii  python-pkg-resources                      0.6.37-1ubuntu1                                    all          Package Discovery and Resource Access using pkg_resources
ii  python-problem-report                     2.12.5-0ubuntu2.1                                  all          Python library to handle problem reports
ii  python-protobuf                           2.4.1-3ubuntu2                                     amd64        Python bindings for protocol buffers
ii  python-pycurl                             7.19.0-5ubuntu8                                    amd64        Python bindings to libcurl
ii  python-pygoocanvas                        0.14.1-1ubuntu8                                    amd64        GooCanvas Python bindings
ii  python-pyinotify                          0.9.3-2                                            all          simple Linux inotify Python bindings
ii  python-pyorbit                            2.24.0-6ubuntu3                                    amd64        A Python language binding for the ORBit2 CORBA implementation
ii  python-pyxattr                            0.5.1-1.1build2                                    amd64        module for manipulating filesystem extended attributes
ii  python-qt4                                4.10.3-1ubuntu1                                    amd64        Python bindings for Qt4
ii  python-qt4-dbus                           4.10.3-1ubuntu1                                    amd64        D-Bus Support for PyQt4
ii  python-renderpm                           2.6-1                                              amd64        python low level render interface
ii  python-reportlab                          2.6-1                                              all          ReportLab library to create PDF documents using Python
ii  python-reportlab-accel                    2.6-1                                              amd64        C coded extension accelerator for the ReportLab Toolkit
ii  python-requests                           1.2.3-1                                            all          elegant and simple HTTP library for Python, built for human beings
ii  python-scapy                              2.2.0-1                                            all          Packet generator/sniffer and network scanner/discovery
ii  python-scour                              0.26-3                                             all          SVG scrubber and optimizer
ii  python-secretstorage                      1.0.0-1                                            all          Python module for storing secrets - Python 2.x version
ii  python-serial                             2.6-1                                              all          pyserial - module encapsulating access for the serial port
ii  python-simplejson                         3.3.0-2ubuntu2                                     amd64        simple, fast, extensible JSON encoder/decoder for Python
ii  python-sip                                4.15.2-1ubuntu1                                    amd64        Python/C++ bindings generator runtime library
ii  python-six                                1.3.0-1                                            all          Python 2 and 3 compatibility library (Python 2 interface)
ii  python-smbc                               1.0.13-0ubuntu4                                    amd64        Python bindings for Samba clients (libsmbclient)
ii  python-support                            1.0.15                                             all          automated rebuilding support for Python modules
ii  python-twisted-bin                        13.0.0-1ubuntu1                                    amd64        Event-based framework for internet applications
ii  python-twisted-core                       13.0.0-1ubuntu1                                    all          Event-based framework for internet applications
ii  python-twisted-names                      13.0.0-1                                           all          DNS protocol implementation with client and server
ii  python-twisted-web                        13.0.0-1                                           all          HTTP protocol implementation together with clients and servers
ii  python-ubuntu-sso-client                  13.10-0ubuntu1.1                                   all          Ubuntu Single Sign-On client - Python library
ii  python-ubuntuone-client                   13.10-0ubuntu1                                     all          Ubuntu One client Python libraries
ii  python-ubuntuone-control-panel            13.09-0ubuntu1                                     all          Ubuntu One Control Panel - Python Libraries
ii  python-ubuntuone-storageprotocol          13.10-0ubuntu1                                     all          Python library for Ubuntu One file storage and sharing service
ii  python-uniconvertor                       1.1.4-1ubuntu2                                     amd64        Universal vector graphics translator
ii  python-urllib3                            1.6-2                                              all          HTTP library with thread-safe connection pooling for Python
ii  python-virtkey                            0.63.0-0ubuntu1                                    amd64        Library to emulate keyboard keypresses.
ii  python-wadllib                            1.3.2-2                                            all          Python library for navigating WADL files
ii  python-wxgtk2.8                           2.8.12.1-14ubuntu1.1                               amd64        wxWidgets Cross-platform C++ GUI toolkit (wxPython binding)
ii  python-wxversion                          2.8.12.1-14ubuntu1.1                               all          wxWidgets Cross-platform C++ GUI toolkit (wxPython version selector)
ii  python-xapian                             1.2.15-4                                           amd64        Xapian search engine interface for Python
ii  python-xdg                                0.25-3                                             all          Python 2 library to access freedesktop.org standards
ii  python-zeitgeist                          0.9.14-0ubuntu3                                    all          event logging framework - Python bindings
ii  python-zope.interface                     4.0.5-1ubuntu2                                     amd64        Interfaces for Python
ii  python2.7                                 2.7.5-8ubuntu3                                     amd64        Interactive high-level object-oriented language (version 2.7)
ii  python2.7-dev                             2.7.5-8ubuntu3                                     amd64        Header files and a static library for Python (v2.7)
ii  python2.7-minimal                         2.7.5-8ubuntu3                                     amd64        Minimal subset of the Python language (version 2.7)
ii  python3                                   3.3.2-14ubuntu1                                    amd64        interactive high-level object-oriented language (default python3 version)
ii  python3-apport                            2.12.5-0ubuntu2.1                                  all          Python 3 library for Apport crash report handling
ii  python3-apt                               0.8.9.1ubuntu1                                     amd64        Python 3 interface to libapt-pkg
ii  python3-aptdaemon                         1.1.1-0ubuntu4                                     all          Python 3 module for the server and client of aptdaemon
ii  python3-aptdaemon.gtk3widgets             1.1.1-0ubuntu4                                     all          Python 3 GTK+ 3 widgets to run an aptdaemon client
ii  python3-aptdaemon.pkcompat                1.1.1-0ubuntu4                                     all          PackageKit compatibilty for AptDaemon
ii  python3-brlapi                            4.5-3ubuntu1                                       amd64        Python3 bindings for BrlAPI
ii  python3-cairo                             1.10.0+dfsg-3                                      amd64        Python 3 bindings for the Cairo vector graphics library
ii  python3-chardet                           2.0.1-1                                            all          universal encoding detector
ii  python3-commandnotfound                   0.3ubuntu8                                         all          Python 3 bindings for command-not-found.
ii  python3-crypto                            2.6-5                                              amd64        cryptographic algorithms and protocols for Python 3
ii  python3-dbus                              1.2.0-2                                            amd64        simple interprocess messaging system (Python 3 interface)
ii  python3-debian                            0.1.21+nmu2ubuntu1                                 all          Python 3 modules to work with Debian-related data formats
ii  python3-defer                             1.0.6-2                                            all          Small framework for asynchronous programming (Python 3)
ii  python3-dirspec                           13.10-0ubuntu1                                     all          Python User Folders Specification Library
ii  python3-distupgrade                       1:0.205.2                                          all          manage release upgrades
ii  python3-feedparser                        5.1.2-2                                            all          Universal Feed Parser for Python 3
ii  python3-gdbm:amd64                        3.3.1-0ubuntu2                                     amd64        GNU dbm database support for Python 3.x
ii  python3-gi                                3.10.0-1ubuntu1                                    amd64        Python 3 bindings for gobject-introspection libraries
ii  python3-gi-cairo                          3.10.0-1ubuntu1                                    amd64        Python 3 Cairo bindings for the GObject library
ii  python3-httplib2                          0.8-2                                              all          comprehensive HTTP client library written for Python3
ii  python3-louis                             2.5.3-2                                            all          Python bindings for liblouis
ii  python3-lxml                              3.2.0-1                                            amd64        pythonic binding for the libxml2 and libxslt libraries
ii  python3-minimal                           3.3.2-14ubuntu1                                    amd64        minimal subset of the Python language (default python3 version)
ii  python3-oauthlib                          0.5.1-1                                            all          generic, spec-compliant implementation of OAuth for Python3
ii  python3-oneconf                           0.3.5                                              all          synchronize your configuration data over the network (Python 3)
ii  python3-piston-mini-client                0.7.5-0ubuntu1                                     all          library for writing clients for Django's Piston REST APIs
ii  python3-pkg-resources                     0.6.37-1ubuntu1                                    all          Package Discovery and Resource Access using pkg_resources
ii  python3-problem-report                    2.12.5-0ubuntu2.1                                  all          Python 3 library to handle problem reports
ii  python3-pyatspi                           2.10.0+dfsg-0ubuntu1                               all          Assistive Technology Service Provider Interface - Python3 bindings
ii  python3-pyatspi2                          2.10.0+dfsg-0ubuntu1                               all          Transitional package for assistive technology Python3 bindings
ii  python3-pycurl                            7.19.0-5ubuntu8                                    amd64        Python 3 bindings to libcurl
ii  python3-six                               1.3.0-1                                            all          Python 2 and 3 compatibility library (Python 3 interface)
ii  python3-software-properties               0.92.28                                            all          manage the repositories that you install software from
ii  python3-speechd                           0.7.1-6.1ubuntu3                                   all          Python interface to Speech Dispatcher
ii  python3-uno                               1:4.1.3-0ubuntu1                                   amd64        Python-UNO bridge
ii  python3-update-manager                    1:0.194.1                                          all          python 3.x module for update-manager
ii  python3-xdg                               0.25-3                                             all          Python 3 library to access freedesktop.org standards
ii  python3-xkit                              0.5.0ubuntu1                                       all          library for the manipulation of xorg.conf files (Python 3)
rc  python3.2                                 3.2.3-6ubuntu3.1                                   amd64        Interactive high-level object-oriented language (version 3.2)
rc  python3.2-minimal                         3.2.3-6ubuntu3.1                                   amd64        Minimal subset of the Python language (version 3.2)
ii  python3.3                                 3.3.2-7ubuntu3                                     amd64        Interactive high-level object-oriented language (version 3.3)
ii  python3.3-minimal                         3.3.2-7ubuntu3                                     amd64        Minimal subset of the Python language (version 3.3)
ii  qapt-batch                                2.0.65-0ubuntu1                                    amd64        Batch package manager for KDE
ii  qdbus                                     4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 D-Bus tool
ii  qemu-keymaps                              1.5.0+dfsg-3ubuntu5.1                              all          QEMU keyboard maps
ii  qemu-kvm                                  1.5.0+dfsg-3ubuntu5.1                              amd64        QEMU Full virtualization on x86 hardware (transitional package)
ii  qemu-system-common                        1.5.0+dfsg-3ubuntu5.1                              amd64        QEMU full system emulation binaries (common files)
ii  qemu-system-x86                           1.5.0+dfsg-3ubuntu5.1                              amd64        QEMU full system emulation binaries (x86)
ii  qemu-utils                                1.5.0+dfsg-3ubuntu5.1                              amd64        QEMU utilities
ii  qpdf                                      4.2.0-2                                            amd64        tools for and transforming and inspecting PDF files
ii  qt-at-spi:amd64                           0.3.1-4fakesync1                                   amd64        at-spi accessibility plugin for Qt
ii  qt4-default                               4:4.8.4+dfsg-0ubuntu18                             all          Qt 4 development defaults package
ii  qt4-linguist-tools                        4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 Linguist tools
ii  qt4-qmake                                 4:4.8.4+dfsg-0ubuntu18                             amd64        Qt 4 qmake Makefile generator tool
ii  qtchooser                                 26-3ubuntu2                                        amd64        Wrapper to select between Qt development binary versions
rc  quilt                                     0.60-2                                             all          Tool to work with series of patches
ii  radeontool                                1.6.2-1.1build1                                    amd64        utility to control ATI Radeon backlight functions on laptops
ii  rarian-compat                             0.8.1-5build1                                      amd64        Documentation meta-data library (compatibility tools)
rc  rawstudio                                 2.0-1ubuntu3                                       amd64        RAW image converter
rc  rawstudio-daily                           4420+570-0ubuntu1~raring1                          amd64        open source raw-image converter
ii  readline-common                           6.2-9ubuntu1                                       all          GNU readline and history libraries, common files
ii  remmina                                   1.0.0-4ubuntu3                                     amd64        remote desktop client for GNOME desktop environment
ii  remmina-common                            1.0.0-4ubuntu3                                     all          common files for remmina remote desktop client
ii  remmina-plugin-rdp                        1.0.0-4ubuntu3                                     amd64        RDP plugin for remmina remote desktop client
ii  remmina-plugin-vnc                        1.0.0-4ubuntu3                                     amd64        VNC plugin for remmina remote desktop client
ii  remote-login-service                      1.0.0-0ubuntu3                                     amd64        Service to track the remote servers to use
ii  resolvconf                                1.69ubuntu1                                        all          name server information handler
ii  rfkill                                    0.4-2ubuntu1                                       amd64        tool for enabling and disabling wireless devices
ii  rhythmbox                                 2.99.1-0ubuntu1                                    amd64        music player and organizer for GNOME
ii  rhythmbox-data                            2.99.1-0ubuntu1                                    all          data files for rhythmbox
ii  rhythmbox-mozilla                         2.99.1-0ubuntu1                                    amd64        Rhythmbox Mozilla plugin
ii  rhythmbox-plugin-cdrecorder               2.99.1-0ubuntu1                                    amd64        burning plugin for rhythmbox music player
ii  rhythmbox-plugin-magnatune                2.99.1-0ubuntu1                                    amd64        Magnatune plugin for rhythmbox music player
ii  rhythmbox-plugin-zeitgeist                2.99.1-0ubuntu1                                    all          zeitgeist plugin for rhythmbox music player
ii  rhythmbox-plugins                         2.99.1-0ubuntu1                                    amd64        plugins for rhythmbox music player
ii  rhythmbox-ubuntuone                       13.10-0ubuntu1                                     all          Ubuntu One Rhythmbox plugin
ii  rsync                                     3.0.9-4ubuntu1                                     amd64        fast, versatile, remote (and local) file-copying tool
ii  rsyslog                                   5.8.11-2ubuntu4                                    amd64        reliable system and kernel logging daemon
ii  rtkit                                     0.10-2ubuntu1                                      amd64        Realtime Policy and Watchdog Daemon
ii  rtmpdump                                  2.4+20121230.gitdf6c518-1                          amd64        small dumper for media content streamed over the RTMP protocol
ii  ruby                                      1:1.9.3                                            all          Interpreter of object-oriented scripting language Ruby (default version)
ii  ruby1.9.1                                 1.9.3.194-8.1ubuntu2.1                             amd64        Interpreter of object-oriented scripting language Ruby
ii  samba                                     2:3.6.18-1ubuntu3                                  amd64        SMB/CIFS file, print, and login server for Unix
ii  samba-common                              2:3.6.18-1ubuntu3                                  all          common files used by both the Samba server and client
ii  samba-common-bin                          2:3.6.18-1ubuntu3                                  amd64        common files used by both the Samba server and client
ii  sane-utils                                1.0.23-0ubuntu3                                    amd64        API library for scanners -- utilities
ii  sat4j                                     2.3.2-1                                            all          Efficient library of SAT solvers in Java
ii  sdcc                                      3.1.0+dfsg-1ubuntu1                                amd64        Small Device C Compiler
ii  sdcc-doc                                  3.1.0+dfsg-1ubuntu1                                all          Small Device C Compiler (documentation)
ii  sdcc-libraries                            3.1.0+dfsg-1ubuntu1                                all          Small Device C Compiler (libraries)
ii  seabios                                   1.7.3-1                                            all          Legacy BIOS implementation
ii  seahorse                                  3.8.2-0ubuntu1                                     amd64        GNOME front end for GnuPG
ii  sed                                       4.2.2-1ubuntu1                                     amd64        The GNU sed stream editor
ii  sensible-utils                            0.0.9                                              all          Utilities for sensible alternative selection
ii  session-migration                         0.2                                                amd64        Tool to migrate in user session settings
ii  sessioninstaller                          0.20+bzr141-0ubuntu2                               all          APT based installer using PackageKit's session DBus API
ii  sgml-base                                 1.26+nmu4ubuntu1                                   all          SGML infrastructure and SGML catalog file support
ii  sgml-data                                 2.0.9-1                                            all          common SGML and XML data
ii  sgmlspl                                   1.03ii-32                                          all          SGMLS-based example Perl script for processing SGML parser output
ii  shared-desktop-ontologies                 0.11.0-1                                           all          shared ontologies for semantic searching
ii  shared-mime-info                          1.1-0ubuntu5                                       amd64        FreeDesktop.org shared MIME database and spec
ii  sharutils                                 1:4.11.1-1ubuntu2                                  amd64        shar, unshar, uuencode, uudecode
ii  shotwell                                  0.15.0-0ubuntu1                                    amd64        digital photo organizer
ii  shotwell-common                           0.15.0-0ubuntu1                                    all          digital photo organizer - common files
ii  signon-keyring-extension                  0.6+13.10.20130626-0ubuntu1                        amd64        GNOME keyring extension for signond
ii  signon-plugin-oauth2                      0.17bzr13.04.26+13.10.20130708-0ubuntu1            amd64        Single Signon oauth2 plugin
ii  signon-plugin-password                    8.54+13.10.20130918.1-0ubuntu1                     amd64        Plain Password plugin for Single Sign On
ii  signon-ui                                 0.15+13.10.20131016.2-0ubuntu1                     amd64        Single Sign-on UI
ii  signond                                   8.54+13.10.20130918.1-0ubuntu1                     amd64        Single Sign On framework
ii  simple-scan                               3.10.2-0ubuntu1                                    amd64        Simple Scanning Utility
ii  skype                                     4.2.0.11-0ubuntu0.12.04.2                          amd64        client for Skype VOIP and instant messaging service
ii  skype-bin                                 4.2.0.11-0ubuntu0.12.04.2                          i386         client for Skype VOIP and instant messaging service - binary files
ii  smartmontools                             6.1+svn3812-1                                      amd64        control and monitor storage systems using S.M.A.R.T.
ii  smbclient                                 2:3.6.18-1ubuntu3                                  amd64        command-line SMB/CIFS clients for Unix
ii  sni-qt:amd64                              0.2.6-0ubuntu1                                     amd64        indicator support for Qt
ii  sni-qt:i386                               0.2.6-0ubuntu1                                     i386         indicator support for Qt
ii  software-center                           13.10-0ubuntu1                                     all          Utility for browsing, installing, and removing software
ii  software-center-aptdaemon-plugins         0.1.6                                              all          The aptdaemon plugins for software-center
ii  software-properties-common                0.92.28                                            all          manage the repositories that you install software from (common)
ii  software-properties-gtk                   0.92.28                                            all          manage the repositories that you install software from (gtk)
ii  soprano-daemon                            2.9.4+dfsg1-0ubuntu2                               amd64        daemon for the Soprano RDF framework
ii  sound-theme-freedesktop                   0.8-1                                              all          freedesktop.org sound theme
ii  sp                                        1.3.4-1.2.1-47.1ubuntu2                            amd64        James Clark's SGML parsing tools
ii  speech-dispatcher                         0.7.1-6.1ubuntu3                                   amd64        Common interface to speech synthesizers
ii  sphinx-voxforge-hmm-en                    0.1.1~daily20130301-0ubuntu1                       all          English sphinx acoustic model built from Voxforge audio corpus
ii  sphinx-voxforge-lm-en                     0.1.1~daily20130301-0ubuntu1                       all          English sphinx language model built from Voxforge audio corpus
ii  ssh-askpass-gnome                         1:6.2p2-6ubuntu0.1                                 amd64        interactive X program to prompt users for a passphrase for ssh-add
ii  ssh-import-id                             3.19-0ubuntu1                                      all          securely retrieve an SSH public key and install it locally
ii  ssl-cert                                  1.0.33                                             all          simple debconf wrapper for OpenSSL
ii  strace                                    4.8-1ubuntu2                                       amd64        A system call tracer
ii  subversion                                1.7.9-1+nmu6ubuntu3                                amd64        Advanced version control system
ii  sudo                                      1.8.6p3-0ubuntu3                                   amd64        Provide limited super user privileges to specific users
ii  syslinux                                  3:4.05+dfsg-6+deb7u3ubuntu1                        amd64        collection of boot loaders
ii  syslinux-common                           3:4.05+dfsg-6+deb7u3ubuntu1                        all          collection of boot loaders (common files)
ii  syslinux-legacy                           2:3.63+dfsg-2ubuntu5                               amd64        Bootloader for Linux/i386 using MS-DOS floppies
ii  system-config-printer-common              1.4.2+20130920-0ubuntu1.1                          all          Printer configuration GUI
ii  system-config-printer-gnome               1.4.2+20130920-0ubuntu1.1                          all          Printer configuration GUI
ii  system-config-printer-udev                1.4.2+20130920-0ubuntu1.1                          amd64        Printer auto-configuration facility based on udev
ii  systemd-services                          204-0ubuntu19                                      amd64        systemd runtime services
ii  systemd-shim                              4-0ubuntu0.13.10                                   amd64        shim for systemd
ii  sysv-rc                                   2.88dsf-41ubuntu3                                  all          System-V-like runlevel change mechanism
ii  sysvinit-utils                            2.88dsf-41ubuntu3                                  amd64        System-V-like utilities
ii  tar                                       1.26+dfsg-8                                        amd64        GNU version of the tar archiving utility
ii  tcl                                       8.5.0-2ubuntu5                                     amd64        The Tool Command Language (default version) - run-time files
ii  tcl-lib:amd64                             8.5.0-2ubuntu5                                     amd64        Tcl (the Tool Command Language) run-time library files
ii  tcl8.4                                    8.4.20-1                                           amd64        Tcl (the Tool Command Language) v8.4 - run-time files
ii  tcl8.5                                    8.5.13-1ubuntu4                                    amd64        Tcl (the Tool Command Language) v8.5 - run-time files
ii  tcl8.5-lib:amd64                          8.5.13-1ubuntu4                                    amd64        Tcl (the Tool Command Language) v8.5 - run-time library files
ii  tcpd                                      7.6.q-24                                           amd64        Wietse Venema's TCP wrapper utilities
ii  tcpdump                                   4.4.0-1ubuntu1                                     amd64        command-line network traffic analyzer
ii  tdb-tools                                 1.2.11-2.1                                         amd64        Trivial Database - bundled binaries
ii  telepathy-gabble                          0.18.1-1                                           amd64        Jabber/XMPP connection manager
ii  telepathy-idle                            0.1.16-1                                           amd64        IRC connection manager for Telepathy
ii  telepathy-indicator                       0.3.1daily13.06.19-0ubuntu1                        amd64        Desktop service to integrate Telepathy with the messaging menu.
ii  telepathy-logger                          0.8.0-1                                            amd64        Telepathy logger service - Daemon
ii  telepathy-mission-control-5               1:5.14.1-1ubuntu6.1                                amd64        management daemon for Telepathy real-time communication framework
ii  telepathy-rakia                           0.7.4-1ubuntu1                                     amd64        SIP connection manager for the Telepathy framework
ii  telepathy-salut                           0.8.1-1                                            amd64        Link-local XMPP connection manager for the Telepathy framework
ii  telnet                                    0.17-36build2                                      amd64        The telnet client
ii  tex-common                                4.04                                               all          common infrastructure for building and installing TeX
ii  tex-gyre                                  2.004.2-4                                          all          scalable PostScript and OpenType fonts based on URW Fonts
ii  texlive                                   2013.20130722-1                                    all          TeX Live: A decent selection of the TeX Live packages
ii  texlive-base                              2013.20130722-1                                    all          TeX Live: Essential programs and files
ii  texlive-bibtex-extra                      2013.20130722-1                                    all          TeX Live: BibTeX additional styles
ii  texlive-binaries                          2013.20130529.30792-1ubuntu1                       amd64        Binaries for TeX Live
rc  texlive-doc-base                          2012.20120611-1                                    all          TeX Live: TeX Live documentation
ii  texlive-extra-utils                       2013.20130722-1                                    all          TeX Live: TeX auxiliary programs
ii  texlive-font-utils                        2013.20130722-1                                    all          TeX Live: Graphics and font utilities
ii  texlive-fonts-recommended                 2013.20130722-1                                    all          TeX Live: Recommended fonts
ii  texlive-fonts-recommended-doc             2013.20130722-1                                    all          TeX Live: Documentation files for texlive-fonts-recommended
ii  texlive-generic-recommended               2013.20130722-1                                    all          TeX Live: Generic recommended packages
ii  texlive-latex-base                        2013.20130722-1                                    all          TeX Live: LaTeX fundamental packages
ii  texlive-latex-base-doc                    2013.20130722-1                                    all          TeX Live: Documentation files for texlive-latex-base
ii  texlive-latex-extra                       2013.20130722-1                                    all          TeX Live: LaTeX additional packages
ii  texlive-latex-extra-doc                   2013.20130722-1                                    all          TeX Live: Documentation files for texlive-latex-extra
ii  texlive-latex-recommended                 2013.20130722-1                                    all          TeX Live: LaTeX recommended packages
ii  texlive-latex-recommended-doc             2013.20130722-1                                    all          TeX Live: Documentation files for texlive-latex-recommended
ii  texlive-luatex                            2013.20130722-1                                    all          TeX Live: LuaTeX packages
ii  texlive-math-extra                        2013.20130722-1                                    all          TeX Live: Mathematics packages
ii  texlive-pictures                          2013.20130722-1                                    all          TeX Live: Graphics, pictures, diagrams
ii  texlive-pictures-doc                      2013.20130722-1                                    all          TeX Live: Documentation files for texlive-pictures
ii  texlive-pstricks                          2013.20130722-1                                    all          TeX Live: PSTricks
ii  texlive-pstricks-doc                      2013.20130722-1                                    all          TeX Live: Documentation files for texlive-pstricks
ii  thin-client-config-agent                  0.7                                                all          Retrieve the list of remote desktop servers for a user.
ii  thunderbird                               1:24.1.1+build1-0ubuntu0.13.10.1                   amd64        Email, RSS and newsgroup client with integrated spam filter
ii  thunderbird-globalmenu                    1:24.1.1+build1-0ubuntu0.13.10.1                   amd64        Email, RSS and newsgroup client (transitional package)
ii  thunderbird-gnome-support                 1:24.1.1+build1-0ubuntu0.13.10.1                   amd64        Email, RSS and newsgroup client - GNOME support
ii  thunderbird-locale-de                     1:24.1.1+build1-0ubuntu0.13.10.1                   amd64        German language pack for Thunderbird
ii  thunderbird-locale-en                     1:24.1.1+build1-0ubuntu0.13.10.1                   amd64        English language pack for Thunderbird
ii  thunderbird-locale-en-us                  1:24.1.1+build1-0ubuntu0.13.10.1                   all          Transitional English language pack for Thunderbird
ii  time                                      1.7-24                                             amd64        GNU time program for measuring CPU resource usage
ii  tipa                                      2:1.3-19                                           all          system for processing phonetic symbols in LaTeX
ii  tk                                        8.5.0-2ubuntu5                                     amd64        The Tk toolkit for Tcl and X11 (default version) - run-time files
ii  tk-lib:amd64                              8.5.0-2ubuntu5                                     amd64        The Tk toolkit for Tcl and X11 (default version) - run-time files
ii  tk8.4                                     8.4.19-5ubuntu1                                    amd64        Tk toolkit for Tcl and X11, v8.4 - run-time files
ii  tk8.5                                     8.5.11-2ubuntu4                                    amd64        Tk toolkit for Tcl and X11, v8.5 - run-time files
ii  tk8.5-lib:amd64                           8.5.11-2ubuntu4                                    amd64        Tk toolkit for Tcl and X11, v8.5 - run-time library files
ii  tlp                                       0.3.907-1                                          all          Save battery power on laptops
ii  tlp-rdw                                   0.3.907-1                                          all          Radio device wizard
ii  toshset                                   1.76-4                                             amd64        Access much of the Toshiba laptop hardware interface
ii  totem                                     3.8.2-0ubuntu1                                     amd64        Simple media player for the GNOME desktop based on GStreamer
ii  totem-common                              3.8.2-0ubuntu1                                     all          Data files for the Totem media player
ii  totem-mozilla                             3.8.2-0ubuntu1                                     amd64        Totem Mozilla plugin
ii  totem-plugins                             3.8.2-0ubuntu1                                     amd64        Plugins for the Totem media player
ii  transmission-common                       2.82-0ubuntu1                                      all          lightweight BitTorrent client (common files)
ii  transmission-gtk                          2.82-0ubuntu1                                      amd64        lightweight BitTorrent client (GTK interface)
ii  tsconf                                    1.0-11                                             all          touch screen library common files
ii  ttf-dejavu-core                           2.33+svn2514-3ubuntu1                              all          transitional dummy package
ii  ttf-dejavu-extra                          2.33+svn2514-3ubuntu1                              all          transitional dummy package
ii  ttf-indic-fonts-core                      1:0.5.11ubuntu1                                    all          Core collection of free fonts for languages of India
ii  ttf-marvosym                              0.1+dfsg-2                                         all          Symbol font for school and office
ii  ttf-mscorefonts-installer                 3.4+nmu1ubuntu1                                    all          Installer for Microsoft TrueType core fonts
ii  ttf-punjabi-fonts                         1:0.5.11ubuntu1                                    all          Free TrueType fonts for the Punjabi language
ii  ttf-ubuntu-font-family                    0.80-0ubuntu6                                      all          Ubuntu Font Family, sans-serif typeface hinted for clarity
ii  ttf-wqy-microhei                          0.2.0-beta-1.1ubuntu3                              all          A droid derived Sans-Seri style CJK font
ii  tzdata                                    2013g-0ubuntu1                                     all          time zone and daylight-saving time data
ii  tzdata-java                               2013g-0ubuntu1                                     all          time zone and daylight-saving time data for use by java runtimes
ii  ubuntu-artwork                            1:13.04+13.10.20131014-0ubuntu1                    all          Ubuntu themes and artwork
ii  ubuntu-desktop                            1.307                                              amd64        The Ubuntu desktop system
ii  ubuntu-docs                               13.10.2                                            all          Ubuntu Desktop Guide
ii  ubuntu-drivers-common                     1:0.2.83                                           amd64        Detect and install additional Ubuntu driver packages
ii  ubuntu-extras-keyring                     2010.09.27                                         all          GnuPG keys of the Ubuntu extras archive
ii  ubuntu-keyring                            2012.05.19                                         all          GnuPG keys of the Ubuntu archive
ii  ubuntu-minimal                            1.307                                              amd64        Minimal core of Ubuntu
ii  ubuntu-mono                               13.04+13.10.20131014-0ubuntu1                      all          Ubuntu Mono Icon theme
ii  ubuntu-release-upgrader-core              1:0.205.2                                          all          manage release upgrades
ii  ubuntu-release-upgrader-gtk               1:0.205.2                                          all          manage release upgrades
ii  ubuntu-restricted-addons                  16                                                 amd64        Commonly used restricted packages for Ubuntu
ii  ubuntu-settings                           13.10.9                                            all          default settings for the Ubuntu desktop
ii  ubuntu-sounds                             0.13                                               all          Ubuntu's GNOME audio theme
ii  ubuntu-sso-client                         13.10-0ubuntu1.1                                   all          Ubuntu Single Sign-On client
ii  ubuntu-sso-client-qt                      13.10-0ubuntu1.1                                   all          Ubuntu Single Sign-On client - Qt frontend
ii  ubuntu-standard                           1.307                                              amd64        The Ubuntu standard system
ii  ubuntu-system-service                     0.2.5                                              all          Dbus service to set various system-wide configurations
ii  ubuntu-wallpapers                         13.04.0+13.10.20130924.1-0ubuntu1                  all          Ubuntu Wallpapers
ii  ubuntu-wallpapers-quantal                 13.04.0+13.10.20130924.1-0ubuntu1                  all          Ubuntu 12.10 Wallpapers
ii  ubuntu-wallpapers-raring                  13.04.0+13.10.20130924.1-0ubuntu1                  all          Ubuntu 13.04 Wallpapers
ii  ubuntu-wallpapers-saucy                   13.04.0+13.10.20130924.1-0ubuntu1                  all          Ubuntu 13.10 Wallpapers
ii  ubuntuone-client                          13.10-0ubuntu1                                     all          Ubuntu One client
ii  ubuntuone-client-data                     13.05-0ubuntu1                                     all          Data files for Ubuntu One
ii  ubuntuone-control-panel                   13.09-0ubuntu1                                     all          Ubuntu One Control Panel
ii  ubuntuone-control-panel-qt                13.09-0ubuntu1                                     all          Ubuntu One Control Panel - Qt frontend
ii  ucf                                       3.0027+nmu1                                        all          Update Configuration File(s): preserve user changes to config files
ii  udev                                      204-0ubuntu19                                      amd64        /dev/ and hotplug management daemon
ii  udisks                                    1.0.4-8ubuntu1                                     amd64        storage media interface
ii  udisks2                                   2.1.0-4                                            amd64        D-BUS service to access and manipulate storage devices
ii  ufw                                       0.33-0ubuntu4                                      all          program for managing a Netfilter firewall
ii  uml-utilities                             20070815-1.3ubuntu1                                amd64        User-mode Linux (utility programs)
ii  unattended-upgrades                       0.79.3ubuntu8                                      all          automatic installation of security upgrades
ii  unity                                     7.1.2+13.10.20131014.1-0ubuntu1                    amd64        Interface designed for efficiency of space and interaction.
ii  unity-asset-pool                          0.8.24daily13.06.10-0ubuntu1                       all          Unity Assets Pool
rc  unity-common                              7.0.0daily13.06.19~13.04-0ubuntu1                  all          Common files for the Unity interface.
ii  unity-greeter                             13.10.3-0ubuntu1                                   amd64        Unity Greeter
ii  unity-gtk-module-common                   0.0.0+13.10.20130716.1-0ubuntu1                    all          Common files for GtkMenuShell D-Bus exporter
ii  unity-gtk2-module                         0.0.0+13.10.20130716.1-0ubuntu1                    amd64        GtkMenuShell D-Bus exporter
ii  unity-gtk3-module                         0.0.0+13.10.20130716.1-0ubuntu1                    amd64        GtkMenuShell D-Bus exporter
ii  unity-lens-applications                   7.1.0+13.10.20131011-0ubuntu1                      amd64        Application lens for unity
ii  unity-lens-files                          7.1.0+13.10.20130920-0ubuntu1                      amd64        File lens for unity
ii  unity-lens-friends                        0.1.3+13.10.20130805-0ubuntu1                      amd64        Friends scope for unity
ii  unity-lens-gwibber                        3.7.0bzr13.04.05-0ubuntu1                          all          transitional dummy package
ii  unity-lens-music                          6.9.0+13.10.20131011-0ubuntu1                      amd64        Music lens for unity
ii  unity-lens-photos                         1.0daily13.06.05-0ubuntu1                          all          Photos lens for Unity
ii  unity-lens-video                          0.3.15+13.10.20130920-0ubuntu1                     amd64        Unity Video lens
ii  unity-scope-audacious                     0.1+13.10.20130927.1-0ubuntu1                      all          Audacious scope for Unity
ii  unity-scope-calculator                    0.1+13.10.20130723-0ubuntu1                        all          Calculator scope for Unity
ii  unity-scope-chromiumbookmarks             0.1+13.10.20130723-0ubuntu1                        all          Chromium bookmarks scope for Unity
ii  unity-scope-clementine                    0.1+13.10.20130723-0ubuntu1                        all          Clementine scope for Unity
ii  unity-scope-colourlovers                  0.1+13.10.20130723-0ubuntu1                        all          COLOURlovers scope for Unity
ii  unity-scope-devhelp                       0.1+13.10.20130809.1-0ubuntu1                      all          devhelp scope for Unity
ii  unity-scope-firefoxbookmarks              0.1+13.10.20130809.1-0ubuntu1                      all          Firefox bookmarks scope for Unity
ii  unity-scope-gdocs                         0.9+13.10.20130723-0ubuntu1                        all          obsolete transitional package
ii  unity-scope-gdrive                        0.9+13.10.20130723-0ubuntu1                        all          Google Drive scope for Unity
ii  unity-scope-gmusicbrowser                 0.1+13.10.20130723-0ubuntu1                        all          gmusicbrowser scope for Unity
ii  unity-scope-gourmet                       0.1+13.10.20130723-0ubuntu1                        all          Gourmet Recipe Manager scope for Unity
ii  unity-scope-guayadeque                    0.1+13.10.20130927.1-0ubuntu1                      all          Guayadeque scope for Unity
ii  unity-scope-home                          6.8.2+13.10.20131003-0ubuntu1                      amd64        Home scope that aggregates results from multiple scopes
ii  unity-scope-manpages                      3.0+13.10.20130723-0ubuntu1                        all          Manual pages scope for Unity
ii  unity-scope-musicstores                   6.9.0+13.10.20131011-0ubuntu1                      amd64        Ubuntu One music store scope for unity
ii  unity-scope-musique                       0.1+13.10.20130723-0ubuntu1                        all          Musique scope for Unity
ii  unity-scope-openclipart                   0.1+13.10.20130723-0ubuntu1                        all          OpenClipArt scope for Unity
ii  unity-scope-texdoc                        0.1+13.10.20130723-0ubuntu1                        all          Texdoc scope for Unity
ii  unity-scope-tomboy                        0.1+13.10.20130723-0ubuntu1                        all          Tomboy scope for Unity
ii  unity-scope-video-remote                  0.3.15+13.10.20130920-0ubuntu1                     amd64        Remote videos engine
ii  unity-scope-virtualbox                    0.1+13.10.20130723-0ubuntu1                        all          VirtualBox scope for Unity
ii  unity-scope-yelp                          0.1+13.10.20130723-0ubuntu1                        all          Help scope for Unity
ii  unity-scope-zotero                        0.1+13.10.20130723-0ubuntu1                        all          Zotero scope for Unity
ii  unity-scopes-master-default               6.8.2+13.10.20131003-0ubuntu1                      all          Home scope that aggregates results from multiple scopes
ii  unity-scopes-runner                       7.1.2+13.10.20131010-0ubuntu2                      all          desktop runner for misceallenous scopes
ii  unity-services                            7.1.2+13.10.20131014.1-0ubuntu1                    amd64        Services for the Unity interface
ii  unity-webapps-common                      2.4.17+13.10.20130924.1-0ubuntu1                   all          Unity WebApp integration scripts
ii  unity-webapps-gmail                       2.4.16+13.10.20131028.2-0ubuntu1                   all          Unity Webapp for GMail
ii  unity-webapps-service                     2.5.0~+13.10.20130926.1-0ubuntu1                   amd64        Service for Web Apps integration with the Unity desktop
ii  unixodbc                                  2.2.14p2-5ubuntu4                                  amd64        Basic ODBC tools
ii  uno-libs3                                 4.1.3-0ubuntu1                                     amd64        LibreOffice UNO runtime environment -- public shared libraries
ii  unpaper                                   0.4.2-1                                            amd64        post-processing tool for scanned pages
ii  unrar                                     1:4.2.4-0.3                                        amd64        Unarchiver for .rar files (non-free version) - binary program
ii  unzip                                     6.0-9ubuntu1                                       amd64        De-archiver for .zip files
ii  update-inetd                              4.43                                               all          inetd configuration file updater
ii  update-manager                            1:0.194.1                                          all          GNOME application that manages apt updates
ii  update-manager-core                       1:0.194.1                                          all          manage release upgrades
ii  update-notifier                           0.147.1                                            amd64        Daemon which notifies about package updates
ii  update-notifier-common                    0.147.1                                            all          Files shared between update-notifier and other packages
ii  upower                                    0.9.22-1ubuntu2                                    amd64        abstraction for power management
ii  upstart                                   1.10-0ubuntu7                                      amd64        event-based init daemon
ii  ure                                       4.1.3-0ubuntu1                                     amd64        LibreOffice UNO runtime environment
ii  ureadahead                                0.100.0-16                                         amd64        Read required files in advance
ii  usb-creator-common                        0.2.50                                             amd64        create a startup disk using a CD or disc image (common files)
ii  usb-creator-gtk                           0.2.50                                             amd64        create a startup disk using a CD or disc image (for GNOME)
ii  usb-modeswitch                            1.2.3+repack0-1ubuntu3                             amd64        mode switching tool for controlling "flip flop" USB devices
ii  usb-modeswitch-data                       20120815-2                                         all          mode switching data for usb-modeswitch
ii  usbmuxd                                   1.0.8-1ubuntu1                                     amd64        USB multiplexor daemon for iPhone and iPod Touch devices
ii  usbutils                                  1:007-2                                            amd64        Linux USB utilities
ii  util-linux                                2.20.1-5.1ubuntu9                                  amd64        Miscellaneous system utilities
ii  uuid-dev                                  2.20.1-5.1ubuntu9                                  amd64        universally unique id library - headers and static libraries
ii  uuid-runtime                              2.20.1-5.1ubuntu9                                  amd64        runtime components for the Universally Unique ID library
ii  uvcdynctrl                                0.2.2-1                                            amd64        Command line tool to control v4l2 devices
ii  uvcdynctrl-data                           0.2.2-1                                            all          Command line tool to control v4l2 devices - data files
ii  v4l-utils                                 0.8.9-4                                            amd64        Collection of command line video4linux utilities
ii  v4l2ucp                                   2.0.2-4                                            amd64        Video for Linux 2 Universal Control Panel
ii  valac                                     0.20.1-2ubuntu3                                    all          C# like language for the GObject system
ii  valac-0.20                                0.20.1-2ubuntu3                                    amd64        C# like language for the GObject system
ii  valac-0.20-vapi                           0.20.1-2ubuntu3                                    all          C# like language for the GObject system - vapi files
ii  vbetool                                   1.1-3                                              amd64        run real-mode video BIOS code to alter hardware state
ii  vgabios                                   0.7a-3ubuntu2                                      all          VGA BIOS software for the Bochs and Qemu emulated VGA card
ii  vim                                       2:7.4.000-1ubuntu2                                 amd64        Vi IMproved - enhanced vi editor
ii  vim-common                                2:7.4.000-1ubuntu2                                 amd64        Vi IMproved - Common files
ii  vim-runtime                               2:7.4.000-1ubuntu2                                 all          Vi IMproved - Runtime files
ii  vim-tiny                                  2:7.4.000-1ubuntu2                                 amd64        Vi IMproved - enhanced vi editor - compact version
ii  vino                                      3.6.2-0ubuntu5                                     amd64        VNC server for GNOME
ii  virtualbox-4.2                            4.2.6-82870~Ubuntu~quantal                         amd64        Oracle VM VirtualBox
ii  virtuoso-minimal                          6.1.6+repack-0ubuntu3                              all          high-performance database - core dependency package
ii  virtuoso-opensource-6.1-bin               6.1.6+repack-0ubuntu3                              amd64        high-performance database - binaries
ii  virtuoso-opensource-6.1-common            6.1.6+repack-0ubuntu3                              amd64        high-performance database - common files
ii  vlc                                       2.0.8-1                                            amd64        multimedia player and streamer
ii  vlc-data                                  2.0.8-1                                            all          Common data for VLC
ii  vlc-nox                                   2.0.8-1                                            amd64        multimedia player and streamer (without X support)
ii  vlc-plugin-notify                         2.0.8-1                                            amd64        LibNotify plugin for VLC
ii  vlc-plugin-pulse                          2.0.8-1                                            amd64        PulseAudio plugin for VLC
ii  wamerican                                 7.1-1                                              all          American English dictionary words for /usr/share/dict
ii  wbritish                                  7.1-1                                              all          British English dictionary words for /usr/share/dict
ii  webaccounts-extension-common              0.5-0ubuntu1                                       amd64        Ubuntu Online Accounts browser extension - common files
ii  wget                                      1.14-2ubuntu1                                      amd64        retrieves files from the web
ii  whiptail                                  0.52.15-2ubuntu1                                   amd64        Displays user-friendly dialog boxes from shell scripts
ii  whois                                     5.0.26                                             amd64        intelligent WHOIS client
ii  whoopsie                                  0.2.24.1                                           amd64        Ubuntu error tracker submission
ii  whoopsie-preferences                      0.9                                                amd64        System preferences for error reporting
ii  winbind                                   2:3.6.18-1ubuntu3                                  amd64        Samba nameservice integration server
ii  wine                                      1.4.1-0ubuntu7                                     amd64        Microsoft Windows Compatibility Layer (meta-package)
rc  wine-browser-installer                    0.8.5~raring                                       all          The Wine Browser Installer provides a tool for multiple packages to provide access to web services that can be run with Mozilla Firefox under Wine.
ii  wine-compholio                            1.7.8-1~ubuntu13.10.1                              i386         The Compholio Edition is a special build of the popular Wine software
ii  wine-gecko1.4:amd64                       1.4.0-0ubuntu2                                     amd64        Microsoft Windows compatibility layer (embedded web browser)
ii  wine-gecko1.4:i386                        1.4.0-0ubuntu2                                     i386         Microsoft Windows compatibility layer (embedded web browser)
rc  wine-mpg2splt-installer                   0.8.5~raring                                       all          wine-mpg2splt-installer provides a convient tool that downloads and installs all of the components necessary to run mpg2splt.ax under Wine.
rc  wine-silverlight4-installer               0.8.5~raring                                       all          wine-silverlight4-installer provides a convient tool that downloads and installs all of the components necessary to run Silverlight 4.0 under Wine.
rc  wine-silverlight5.1-installer             0.8.5~raring                                       all          wine-silverlight5.1-installer provides a convient tool that downloads and installs all of the components necessary to run Silverlight 5.1 under Wine.
ii  wine1.4                                   1.4.1-0ubuntu7                                     amd64        Microsoft Windows Compatibility Layer (Binary Emulator and Library)
ii  wine1.4-amd64                             1.4.1-0ubuntu7                                     amd64        Microsoft Windows Compatibility Layer (64-bit support)
ii  wine1.4-i386                              1.4.1-0ubuntu7                                     i386         Microsoft Windows Compatibility Layer (32-bit support)
ii  winetricks                                0.0+20130702+svn1032-1                             all          package manager for WINE to install software easily
ii  wireless-regdb                            2013.02.13-1ubuntu1                                all          wireless regulatory database
ii  wireless-tools                            30~pre9-8ubuntu1                                   amd64        Tools for manipulating Linux Wireless Extensions
ii  wireshark                                 1.10.2-1                                           amd64        network traffic analyzer - GTK+ version
ii  wireshark-common                          1.10.2-1                                           amd64        network traffic analyzer - common files
ii  wmctrl                                    1.07-7                                             amd64        control an EWMH/NetWM compatible X Window Manager
ii  wngerman                                  20120607-1                                         all          New German orthography wordlist
ii  wodim                                     9:1.1.11-2ubuntu3                                  amd64        command line CD/DVD writing tool
ii  wogerman                                  1:2-28                                             all          Old German dictionary for /usr/share/dict
ii  wpasupplicant                             1.0-3ubuntu2.1                                     amd64        client support for WPA and WPA2 (IEEE 802.11i)
ii  wswiss                                    20120607-1                                         all          Swiss (German) orthography wordlist
ii  x11-apps                                  7.7+1ubuntu1                                       amd64        X applications
ii  x11-common                                1:7.7+1ubuntu6                                     all          X Window System (X.Org) infrastructure
ii  x11-session-utils                         7.6+2ubuntu1                                       amd64        X session utilities
ii  x11-utils                                 7.7+1                                              amd64        X11 utilities
ii  x11-xfs-utils                             7.7~1ubuntu1                                       amd64        X font server utilities
ii  x11-xkb-utils                             7.7~1ubuntu1                                       amd64        X11 XKB utilities
ii  x11-xserver-utils                         7.7+0ubuntu2                                       amd64        X server utilities
ii  x11proto-composite-dev                    1:0.4.2-2                                          all          X11 Composite extension wire protocol
ii  x11proto-core-dev                         7.0.24-1                                           all          X11 core wire protocol and auxiliary headers
ii  x11proto-damage-dev                       1:1.2.1-2                                          all          X11 Damage extension wire protocol
ii  x11proto-dri2-dev                         2.8-2                                              all          X11 DRI2 extension wire protocol
ii  x11proto-fixes-dev                        1:5.0-2ubuntu2                                     all          X11 Fixes extension wire protocol
ii  x11proto-gl-dev                           1.4.16-2                                           all          X11 OpenGL extension wire protocol
ii  x11proto-input-dev                        2.3-1                                              all          X11 Input extension wire protocol
ii  x11proto-kb-dev                           1.0.6-2                                            all          X11 XKB extension wire protocol
ii  x11proto-randr-dev                        1.4.0+git20120101.is.really.1.4.0-0ubuntu1         all          X11 RandR extension wire protocol
ii  x11proto-render-dev                       2:0.11.1-2                                         all          X11 Render extension wire protocol
ii  x11proto-video-dev                        2.3.1-2                                            all          X11 Video extension wire protocol
ii  x11proto-xext-dev                         7.2.1-1                                            all          X11 various extension wire protocol
ii  x11proto-xf86vidmode-dev                  2.3.1-2                                            all          X11 Video Mode extension wire protocol
ii  x11proto-xinerama-dev                     1.2.1-2                                            all          X11 Xinerama extension wire protocol
ii  x264                                      2:0.123.2189+git35cf912-1ubuntu1.1                 amd64        video encoder for the H.264/MPEG-4 AVC standard
ii  xauth                                     1:1.0.7-1ubuntu1                                   amd64        X authentication utility
rc  xaw3dg:i386                               1.5+E-18.2                                         i386         Xaw3d widget set
ii  xbitmaps                                  1.1.1-2                                            all          Base X bitmaps
ii  xchat                                     2.8.8-7.1ubuntu2                                   amd64        IRC client for X similar to AmIRC
ii  xchat-common                              2.8.8-7.1ubuntu2                                   all          Common files for X-Chat
rc  xchat-gnome                               1:0.30.0~git20110821.e2a400-0.2ubuntu9             amd64        simple and featureful IRC client for GNOME
ii  xchat-indicator                           0.3.11-0ubuntu4                                    amd64        XChat Indicator Plugin
ii  xcursor-themes                            1.0.3-1                                            all          Base X cursor themes
ii  xdg-user-dirs                             0.15-1ubuntu2                                      amd64        tool to manage well known user directories
ii  xdg-user-dirs-gtk                         0.10-1ubuntu1                                      amd64        tool to manage well known user directories (Gtk extension)
ii  xdg-utils                                 1.1.0~rc1-2ubuntu7                                 all          desktop integration utilities from freedesktop.org
ii  xdiagnose                                 3.6.1                                              all          X.org diagnosis tool
ii  xfonts-base                               1:1.0.3                                            all          standard fonts for X
ii  xfonts-encodings                          1:1.0.4-1ubuntu1                                   all          Encodings for X.Org fonts
ii  xfonts-mathml                             6ubuntu1                                           all          Type1 Symbol font for MathML
ii  xfonts-scalable                           1:1.0.3-1                                          all          scalable fonts for X
ii  xfonts-utils                              1:7.7~1ubuntu1                                     amd64        X Window System font utility programs
ii  xinit                                     1.3.2-1                                            amd64        X server initialisation tool
ii  xinput                                    1.6.0-1                                            amd64        Runtime configuration and test of XInput devices
ii  xkb-data                                  2.5.1-3ubuntu2                                     all          X Keyboard Extension (XKB) configuration data
ii  xml-core                                  0.13+nmu2                                          all          XML infrastructure and XML catalog file support
ii  xmlto                                     0.0.25-2                                           amd64        XML-to-any converter
ii  xorg                                      1:7.7+1ubuntu6                                     amd64        X.Org X Window System
ii  xorg-docs-core                            1:1.7-1                                            all          Core documentation for the X.org X Window System
ii  xorg-sgml-doctools                        1:1.11-1                                           all          Common tools for building X.Org SGML documentation
ii  xsane                                     0.998-5ubuntu1                                     amd64        featureful graphical frontend for SANE (Scanner Access Now Easy)
ii  xsane-common                              0.998-5ubuntu1                                     all          featureful graphical frontend for SANE (Scanner Access Now Easy)
ii  xserver-common                            2:1.14.3-3ubuntu2                                  all          common files used by various X servers
ii  xserver-xorg                              1:7.7+1ubuntu6                                     amd64        X.Org X server
ii  xserver-xorg-core                         2:1.14.3-3ubuntu2                                  amd64        Xorg X server - core server
ii  xserver-xorg-glamoregl:amd64              0.5.1-0ubuntu4.2                                   amd64        X.Org X server -- graphics acceleration module based on OpenGL
ii  xserver-xorg-input-evdev                  1:2.7.3-0ubuntu3.1                                 amd64        X.Org X server -- evdev input driver
ii  xserver-xorg-input-synaptics              1.7.1-0ubuntu1                                     amd64        Synaptics TouchPad driver for X.Org server
ii  xserver-xorg-input-wacom                  1:0.20.0-0ubuntu1                                  amd64        X.Org X server -- Wacom input driver
ii  xserver-xorg-video-all                    1:7.7+1ubuntu6                                     amd64        X.Org X server -- output driver metapackage
ii  xserver-xorg-video-ati                    1:7.2.0-0ubuntu10                                  amd64        X.Org X server -- AMD/ATI display driver wrapper
ii  xserver-xorg-video-cirrus                 1:1.5.2-0ubuntu2                                   amd64        X.Org X server -- Cirrus display driver
ii  xserver-xorg-video-fbdev                  1:0.4.3-0ubuntu3                                   amd64        X.Org X server -- fbdev display driver
ii  xserver-xorg-video-intel                  2:2.99.904-0ubuntu2                                amd64        X.Org X server -- Intel i8xx, i9xx display driver
ii  xserver-xorg-video-mach64                 6.9.3-0ubuntu3                                     amd64        X.Org X server -- ATI Mach64 display driver
ii  xserver-xorg-video-mga                    1:1.6.2-0ubuntu2                                   amd64        X.Org X server -- MGA display driver
ii  xserver-xorg-video-modesetting            0.8.0-0ubuntu1.1                                   amd64        X.Org X server -- Generic modesetting driver
ii  xserver-xorg-video-neomagic               1:1.2.7-0ubuntu3                                   amd64        X.Org X server -- Neomagic display driver
ii  xserver-xorg-video-nouveau                1:1.0.9-2ubuntu1                                   amd64        X.Org X server -- Nouveau display driver
ii  xserver-xorg-video-openchrome             1:0.3.1-0ubuntu2.1                                 amd64        X.Org X server -- VIA display driver
ii  xserver-xorg-video-qxl                    0.1.0-0ubuntu3.1                                   amd64        X.Org X server -- QXL display driver
ii  xserver-xorg-video-r128                   6.9.1-0ubuntu2                                     amd64        X.Org X server -- ATI r128 display driver
ii  xserver-xorg-video-radeon                 1:7.2.0-0ubuntu10                                  amd64        X.Org X server -- AMD/ATI Radeon display driver
ii  xserver-xorg-video-s3                     1:0.6.5-0ubuntu3.1                                 amd64        X.Org X server -- legacy S3 display driver
ii  xserver-xorg-video-savage                 1:2.3.6-0ubuntu3                                   amd64        X.Org X server -- Savage display driver
ii  xserver-xorg-video-siliconmotion          1:1.7.7-0ubuntu3                                   amd64        X.Org X server -- SiliconMotion display driver
ii  xserver-xorg-video-sis                    1:0.10.7-0ubuntu4                                  amd64        X.Org X server -- SiS display driver
ii  xserver-xorg-video-sisusb                 1:0.9.6-0ubuntu3                                   amd64        X.Org X server -- SiS USB display driver
ii  xserver-xorg-video-tdfx                   1:1.4.5-0ubuntu3                                   amd64        X.Org X server -- tdfx display driver
ii  xserver-xorg-video-trident                1:1.3.6-0ubuntu4                                   amd64        X.Org X server -- Trident display driver
ii  xserver-xorg-video-vesa                   1:2.3.2-0ubuntu3                                   amd64        X.Org X server -- VESA display driver
ii  xserver-xorg-video-vmware                 1:13.0.1-0ubuntu2                                  amd64        X.Org X server -- VMware display driver
ii  xsltproc                                  1.1.28-2                                           amd64        XSLT 1.0 command line processor
ii  xterm                                     278-1ubuntu3                                       amd64        X terminal emulator
ii  xtightvncviewer                           1.3.9-6.4                                          amd64        virtual network computing client software for X
ii  xtrans-dev                                1.2.7-1                                            all          X transport library (development files)
ii  xul-ext-ubufox                            2.8-0ubuntu1                                       all          Ubuntu-specific configuration defaults and apt support for Firefox
ii  xul-ext-unity                             2.4.8+13.10.20130920-0ubuntu1                      all          Firefox extension: Unity Integration
ii  xul-ext-webaccounts                       0.5-0ubuntu1                                       amd64        Ubuntu Online Accounts extension for firefox
ii  xul-ext-websites-integration              2.3.6+13.10.20130920.1-0ubuntu1                    all          Firefox extension: Website Integration
ii  xutils-dev                                1:7.7~1ubuntu5                                     amd64        X Window System utility programs for development
ii  xz-utils                                  5.1.1alpha+20120614-2ubuntu1                       amd64        XZ-format compression utilities
ii  yasm                                      1.2.0-1ubuntu1                                     amd64        modular assembler with multiple syntaxes support
ii  yelp                                      3.8.1-0ubuntu2                                     amd64        Help browser for GNOME
ii  yelp-tools                                3.6.1-2                                            all          Yelp documentation tools
ii  yelp-xsl                                  3.8.1-2                                            all          XSL stylesheets for the yelp help browser
ii  zeitgeist                                 0.9.14-0ubuntu3                                    all          event logging framework
ii  zeitgeist-core                            0.9.14-0ubuntu3                                    amd64        event logging framework - engine
ii  zeitgeist-datahub                         0.9.14-0ubuntu3                                    amd64        event logging framework - passive logging daemon
ii  zenity                                    3.8.0-1                                            amd64        Display graphical dialog boxes from shell scripts
ii  zenity-common                             3.8.0-1                                            all          Display graphical dialog boxes from shell scripts (common files)
ii  zip                                       3.0-7                                              amd64        Archiver for .zip files
ii  zlib1g:amd64                              1:1.2.8.dfsg-1ubuntu1                              amd64        compression library - runtime
ii  zlib1g:i386                               1:1.2.8.dfsg-1ubuntu1                              i386         compression library - runtime
ii  zlib1g-dev:amd64                          1:1.2.8.dfsg-1ubuntu1                              amd64        compression library - development

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-12-11 10:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1385596455.40895.YahooMailNeo@web125002.mail.ne1.yahoo.com>
2013-11-28 10:33 ` [ath9k-devel] unwanted client isolation AR9280 @ 5GHz mode Oleksij Rempel
2013-11-28 16:11   ` Gertjan Hofman
2013-12-06 16:00     ` Gertjan Hofman
2013-12-07 17:15       ` Oleksij Rempel
2013-12-10 23:04         ` Gertjan Hofman
2013-12-11 10:20           ` Oleksij Rempel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.