vte
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 13
VTE 0.16.7
VTE library inserts terminal capability strings into a tree of tables. more>>
VTE library inserts terminal capability strings into a tree of tables.
You could say that VTE is something of a research project of mine, based on the simple question: "if programs can use a termcap file (through either libtermcap or curses or ncurses) to determine how to drive a terminal, why cant a terminal emulator use a termcap file to determine how to behave?"
Update: the answer is most likely "because applications which use curses have more detailed information than that which is found in termcap".
What does VTE include?
VTE includes a library (libvte) which implements such a terminal emulator widget for GTK+ 2.2/2.4, and a sample application (vte) which wraps that widget in a GTK window. Because Im more concerned with whether or not it works, all settings are hard-coded to whatever I needed to test the last time I touched it. If you actually want to use the widget to get work done, you should probably be using gnome-terminal.
How does it work?
The VTE library inserts terminal capability strings into a tree of tables, and then uses it to determine if data received from a pseudo-terminal is a control sequence or just random data. The sample program "interpret" illustrates more or less what the widget sees after it filters incoming data.
<<lessYou could say that VTE is something of a research project of mine, based on the simple question: "if programs can use a termcap file (through either libtermcap or curses or ncurses) to determine how to drive a terminal, why cant a terminal emulator use a termcap file to determine how to behave?"
Update: the answer is most likely "because applications which use curses have more detailed information than that which is found in termcap".
What does VTE include?
VTE includes a library (libvte) which implements such a terminal emulator widget for GTK+ 2.2/2.4, and a sample application (vte) which wraps that widget in a GTK window. Because Im more concerned with whether or not it works, all settings are hard-coded to whatever I needed to test the last time I touched it. If you actually want to use the widget to get work done, you should probably be using gnome-terminal.
How does it work?
The VTE library inserts terminal capability strings into a tree of tables, and then uses it to determine if data received from a pseudo-terminal is a control sequence or just random data. The sample program "interpret" illustrates more or less what the widget sees after it filters incoming data.
Download (1.3MB)
Added: 2007-07-28 License: GPL (GNU General Public License) Price:
819 downloads
Groupvte 0.0.11
Groupvte is a specialized terminal to administrate multiple machines more efficiently. more>>
Groupvte is a very small multitab terminal written in python to administrate groups of similar machines very easily.
I tipically needed it to monitor and update and do some very repetitive tasks on the various machines I administer.
It uses gnomes vte widget and pygtk.
Groupvte is still very alpha software, please let me know of any issues you have with it.
Usage and configuration
./configure --prefix=
make
make install
After installation just copy the groupvte.conf.example file to ~/.groupvte.conf and tailor it to your needs.
Enhancements:
- This release fixes view resizing, an error in the "about" dialog, two left-over print statements, and the window title.
<<lessI tipically needed it to monitor and update and do some very repetitive tasks on the various machines I administer.
It uses gnomes vte widget and pygtk.
Groupvte is still very alpha software, please let me know of any issues you have with it.
Usage and configuration
./configure --prefix=
make
make install
After installation just copy the groupvte.conf.example file to ~/.groupvte.conf and tailor it to your needs.
Enhancements:
- This release fixes view resizing, an error in the "about" dialog, two left-over print statements, and the window title.
Download (0.23MB)
Added: 2005-09-27 License: GPL (GNU General Public License) Price:
1487 downloads
termit 1.0.1
termit is a simple terminal emulator based on vte library. more>>
termit is a simple terminal emulator based on vte library.
Main features:
- tabs
- bookmarks
- changing tab name
- changing font for tabs
- encodings (all available from GTK2)
Configuration can be changed via $HOME/.termit file (example is provided).
Enhancements:
- Calls to getenv were replaced with g_getenv.
- A possible double free was fixed.
<<lessMain features:
- tabs
- bookmarks
- changing tab name
- changing font for tabs
- encodings (all available from GTK2)
Configuration can be changed via $HOME/.termit file (example is provided).
Enhancements:
- Calls to getenv were replaced with g_getenv.
- A possible double free was fixed.
Download (0.017MB)
Added: 2007-07-16 License: GPL (GNU General Public License) Price:
830 downloads
ClusTerm 0.5
ClusTerm is used to SSH into a cluster of systems and execute the same command on all the systems. more>>
ClusTerm is used to SSH into a cluster of systems and execute the same command on all the systems.
It combines a number of Gnome Terminal Widgets (VTE) in a single graphical window and copies the input to one terminal to all other terminals.
ClusTerm project shows the differences between different terminals. Different layouts: table, row, column, and notebook. It is a GNOME application based on libvte.
Enhancements:
- The current active session can now be saved as a launcher (.desktop file).
- Another scenario where highlighting would fail was fixed.
<<lessIt combines a number of Gnome Terminal Widgets (VTE) in a single graphical window and copies the input to one terminal to all other terminals.
ClusTerm project shows the differences between different terminals. Different layouts: table, row, column, and notebook. It is a GNOME application based on libvte.
Enhancements:
- The current active session can now be saved as a launcher (.desktop file).
- Another scenario where highlighting would fail was fixed.
Download (0.050MB)
Added: 2006-12-20 License: GPL (GNU General Public License) Price:
1039 downloads
ROXTerm 1.5.2
ROXTerm is a terminal emulator intended to provide similar features to gnome-terminal, based on the same VTE library. more>>
Like gnome-terminal but better suited to running outside GNOME, especially with ROX.
ROXTerm is a terminal emulator intended to provide similar features to gnome-terminal, based on the same VTE library, but with a smaller footprint and quicker start-up time.
It achieves this by not using the Gnome libraries and by using a separate applet to provide the configuration GUI. ROXTerm can be used as a ROX application, as the name implies, or in any other X environment.
<<lessROXTerm is a terminal emulator intended to provide similar features to gnome-terminal, based on the same VTE library, but with a smaller footprint and quicker start-up time.
It achieves this by not using the Gnome libraries and by using a separate applet to provide the configuration GUI. ROXTerm can be used as a ROX application, as the name implies, or in any other X environment.
Download (0.46MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
882 downloads
GNOME Terminator 0.3
GNOME Terminator project is an attempt to maximise useful space on a given desktop for terminals. more>>
GNOME Terminator project is an attempt to maximise useful space on a given desktop for terminals. I’m a sysadmin by trade, so I live in ssh sessions and thus terminals. An extra line here and there over all those hours seems like it’s worth trying for.
NOTE: At least zsh doesn’t work in Terminator at the moment. Bash does for me and I am investigating the causes
This is a pretty simple python script which places multiple vte widgets in a window. That’s the same widget used by gnome-terminal. At the moment I haven’t cloned all gnome-terminal behaviours, so there are unexpected and bugful behaviours.
<<lessNOTE: At least zsh doesn’t work in Terminator at the moment. Bash does for me and I am investigating the causes
This is a pretty simple python script which places multiple vte widgets in a window. That’s the same widget used by gnome-terminal. At the moment I haven’t cloned all gnome-terminal behaviours, so there are unexpected and bugful behaviours.
Download (0.10MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
822 downloads
gnome-terminal 2.18.1
gnome-terminal is the GNOME terminal emulator application. more>>
gnome-terminal is the GNOME terminal emulator application. gnome-terminal is only the shell (menubar, prefs dialog); the terminal emulation ("stuff in the middle") comes from the VTE widget. Remember this when choosing a bugzilla component.
How it works:
Profiles:
all settings are stored in profiles. prefs dialog edits the current profile
Session:
just the number of open windows/tabs and their profile is stored per-session
Command line options:
do not overlap things that are preferences
<<lessHow it works:
Profiles:
all settings are stored in profiles. prefs dialog edits the current profile
Session:
just the number of open windows/tabs and their profile is stored per-session
Command line options:
do not overlap things that are preferences
Download (2.8MB)
Added: 2007-06-19 License: GPL (GNU General Public License) Price:
873 downloads
OctopuSsh 0.1
OctopuSsh is a Python/gtk2/vte multiple ssh client, useful to manage a set of machines. more>>
OctopuSsh is a Python, gtk2 and vte multiple ssh client, useful to manage a set of machines.
The name was choosen by Paolo Didone, while discussing a new name for it since we needed to change it. In fact the first choice was MMA, standing for Multiple Machine Administration.
But then we discovered that a software package was already out there with that name. Thanks Paolo!
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- po/de.po configure.ac: added german translation by Manuel Stufer
<<lessThe name was choosen by Paolo Didone, while discussing a new name for it since we needed to change it. In fact the first choice was MMA, standing for Multiple Machine Administration.
But then we discovered that a software package was already out there with that name. Thanks Paolo!
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- po/de.po configure.ac: added german translation by Manuel Stufer
Download (0.022MB)
Added: 2006-01-31 License: GPL (GNU General Public License) Price:
1362 downloads
VEE, Vim Editor Embedded 3.2 beta
VEE, Vim Embedded Editor is the sum of VIM and X-Terminal and is written by python language. more>>
VEE, Vim Embedded Editor is the sum of VIM and X-Terminal and is written by python language, pygtk binding, vte python modules and is tightly integrated with GNOME environment.
VEE was started to make a text editor, which was based on the VIM, but now VEE has the (G)VIM and also a X terminal. VEE has a special feature to open VIM, X terminal as a new TAB in notebook.
VEE is tightly integrated with GNOME, so without under GNOME environment VEE will not be correctly worked.
Main features:
- support (G)VIM and X terminal
- open the (G)VIM and X terminal as a new TAB in notebook.
- simultaneously increase or decrease the size of font.
- DND(Drag & Drop).
- You can drop down the file to VEE in GNOME desktop
- external terminal can be executed in VEE as a new tab.
- open file outside VEE, with veet.
- can be stored the tab state in bookmark
<<lessVEE was started to make a text editor, which was based on the VIM, but now VEE has the (G)VIM and also a X terminal. VEE has a special feature to open VIM, X terminal as a new TAB in notebook.
VEE is tightly integrated with GNOME, so without under GNOME environment VEE will not be correctly worked.
Main features:
- support (G)VIM and X terminal
- open the (G)VIM and X terminal as a new TAB in notebook.
- simultaneously increase or decrease the size of font.
- DND(Drag & Drop).
- You can drop down the file to VEE in GNOME desktop
- external terminal can be executed in VEE as a new tab.
- open file outside VEE, with veet.
- can be stored the tab state in bookmark
Download (2.8MB)
Added: 2005-08-12 License: GPL (GNU General Public License) Price:
1534 downloads
Gnome-Sshman 0.5.2
Gnome-sshman is an ssh session manager for Gnome. more>>
Gnome-sshman is an ssh session manager for Gnome.
Gnome-sshman is easy and fast to use and is useful for system administrators that need to connect to many SSH servers.
Gnome-sshman saves ssh sessions and allows you to open a saved session with selecting the saved session in a extensible menu. Also, is capable to save all your ssh passwords encrypted with AES in their keyring to open later with an unique passphrase.
Gnome-sshman has a new ssh terminal builded with vte and has tabs support (a ssh session for tab), a fast access new session menu, etc.
As graphical scp session substitute, you can use nautilus to open sftp sessions.
Is programmed with pygtk and glade (Im learning pygtk+glade making this program:).
<<lessGnome-sshman is easy and fast to use and is useful for system administrators that need to connect to many SSH servers.
Gnome-sshman saves ssh sessions and allows you to open a saved session with selecting the saved session in a extensible menu. Also, is capable to save all your ssh passwords encrypted with AES in their keyring to open later with an unique passphrase.
Gnome-sshman has a new ssh terminal builded with vte and has tabs support (a ssh session for tab), a fast access new session menu, etc.
As graphical scp session substitute, you can use nautilus to open sftp sessions.
Is programmed with pygtk and glade (Im learning pygtk+glade making this program:).
Download (0.049MB)
Added: 2005-11-28 License: GPL (GNU General Public License) Price:
1425 downloads
Bundle::Gnome2 0.12
Bundle::Gnome2 is a bundle to install all the Gtk2 and Gnome2 modules. more>>
Bundle::Gnome2 is a bundle to install all the Gtk2 and Gnome2 modules.
SYNOPSIS
# perl -MCPAN -e install Bundle::Gnome2
CONTENTS
ExtUtils::Depends - Easily build XS extensions that depend on XS extensions
ExtUtils::PkgConfig - simplistic interface to pkg-config
IO::Scalar - IO:: interface for reading/writing a scalar
Locale::gettext - message handling functions
Glib - Perl wrappers for the GLib utility and Object libraries
Gtk2 - Perl interface to the 2.x series of the Gimp Toolkit library
Gtk2::Phat - Perl interface to the Phat widget collection
Gtk2::SourceView - Perl wrappers for the GtkSourceView widget
Gtk2::Spell - Bindings for GtkSpell with Gtk2
Gtk2::TrayIcon - Perl interface to the EggTrayIcon library
Gtk2::TrayManager - Perl bindings for EggTrayManager
Gtk::CV - a fast gtk+ image viewer modeled after xv
Gtk2::Ex::Carp - GTK+ friendly die() and warn() functions.
Gtk2::Ex::ComboBox - A simple ComboBox with multiple selection capabilities.
Gtk2::Ex::Datasheet::DBI - A module that automates the process of setting up a treeview tied to a DBI connection.
Gtk2::Ex::DBI - A module that automates the process of tying data from a DBI datasource to widgets on a Glade-generated form
Gtk2::Ex::DBITableFilter - A high level widget to present large amounts of data fetched using DBI. Also provides data filtering capabilities.
Gtk2::Ex::Dialogs - Useful tools for Gnome2/Gtk2 Perl GUI design.
Gtk2::Ex::FormFactory - Makes building complex GUIs easy
Gtk2::Ex::Geo - A Perl Gtk2 widget for spatial data and a glue class for using it
Gtk2::Ex::Graph::GD - A thin wrapper around the GD::Graph module.
Gtk2::Ex::ICal::Recur - A widget for scheduling a recurring set of events.
Gtk2::Ex::PrintDialog - a simple, pure Perl dialog for printing PostScript data in GTK+ applications.
Gtk2::Ex::PodViewer - a Gtk2 widget for displaying Plain old Documentation (POD)
Gtk2::Ex::RecordsFilter - A high level widget to browse reasonably large amounts of relational data and select a subset of records.
Gtk2::Ex::Simple::List - A simple interface to Gtk2s complex MVC list widget
Gtk2::Ex::Simple::Menu - A simple interface to Gtk2s ItemFactory for creating application menus
Gtk2::Ex::Simple::Tree - A simple interface to Gtk2s complex MVC tree widget
Gtk2::Ex::Threads::DBI - Achieving *asynchronous DBI like* functionality for gtk2-perl applications using perl ithreads.
Gtk2::Ex::TreeMaker - A high level widget to represent a set of relational records in a hierarchical spreadsheet kinda display.
Gtk2::Ex::TreeMap - Implementation of TreeMap.
Gtk2::Ex::Utils - Extra Gtk2 Utilities for working with Gnome2/Gtk2 in Perl.
Gtk2::Ex::VolumeButton - widget to control volume and similar values
Gtk2Fu - GTK2 Forked Ultimate, a powerful layer on top of Gtk2.
Gtk2::GladeXML - Perl wrappers for the Gtk2::GladeXML utilities
Gtk2::GladeXML::Simple - A clean object-oriented interface to Gtk2::GladeXML
Gtk2::MozEmbed - Perl interface to the Mozilla embedding widget
Gnome2::Canvas - Perl interface to the Gnome Canvas
Gnome2::Dia - Perl interface to the DiaCanvas2 library
Gnome2::GConf - Perl wrappers for the GConf configuration engine
Gnome2 - Perl interface to the 2.x series of the GNOME libraries
Gnome2::Print - Perl wrappers for the Gnome Print utilities
Gnome2::Rsvg - Perl interface to the RSVG library
Gnome2::VFS - Perl interface to the 2.x series of the GNOME VFS library
Gnome2::Vte - Perl interface to the VTE library
Gnome2::Wnck - Perl interface to the Window Navigator Construction Kit
X11::FreeDesktop::DesktopEntry - Interface to Freedesktop.org .desktop files
DESCRIPTION ^
This module bundles together all the Perl libraries available for developing applications using the 2.x series of Gtk+ and Gnome. As well as the core toolkit libraries there are also extra widgets (like Gtk2::PodViewer) and bindings for libraries including gtkspell and libwnck.
IMPORTANT NOTE
Almost all the modules in this bundle are wrappers around C libraries - naturally, you will have to have those libraries (and their development headers) installed before you try to install this bundle.
<<lessSYNOPSIS
# perl -MCPAN -e install Bundle::Gnome2
CONTENTS
ExtUtils::Depends - Easily build XS extensions that depend on XS extensions
ExtUtils::PkgConfig - simplistic interface to pkg-config
IO::Scalar - IO:: interface for reading/writing a scalar
Locale::gettext - message handling functions
Glib - Perl wrappers for the GLib utility and Object libraries
Gtk2 - Perl interface to the 2.x series of the Gimp Toolkit library
Gtk2::Phat - Perl interface to the Phat widget collection
Gtk2::SourceView - Perl wrappers for the GtkSourceView widget
Gtk2::Spell - Bindings for GtkSpell with Gtk2
Gtk2::TrayIcon - Perl interface to the EggTrayIcon library
Gtk2::TrayManager - Perl bindings for EggTrayManager
Gtk::CV - a fast gtk+ image viewer modeled after xv
Gtk2::Ex::Carp - GTK+ friendly die() and warn() functions.
Gtk2::Ex::ComboBox - A simple ComboBox with multiple selection capabilities.
Gtk2::Ex::Datasheet::DBI - A module that automates the process of setting up a treeview tied to a DBI connection.
Gtk2::Ex::DBI - A module that automates the process of tying data from a DBI datasource to widgets on a Glade-generated form
Gtk2::Ex::DBITableFilter - A high level widget to present large amounts of data fetched using DBI. Also provides data filtering capabilities.
Gtk2::Ex::Dialogs - Useful tools for Gnome2/Gtk2 Perl GUI design.
Gtk2::Ex::FormFactory - Makes building complex GUIs easy
Gtk2::Ex::Geo - A Perl Gtk2 widget for spatial data and a glue class for using it
Gtk2::Ex::Graph::GD - A thin wrapper around the GD::Graph module.
Gtk2::Ex::ICal::Recur - A widget for scheduling a recurring set of events.
Gtk2::Ex::PrintDialog - a simple, pure Perl dialog for printing PostScript data in GTK+ applications.
Gtk2::Ex::PodViewer - a Gtk2 widget for displaying Plain old Documentation (POD)
Gtk2::Ex::RecordsFilter - A high level widget to browse reasonably large amounts of relational data and select a subset of records.
Gtk2::Ex::Simple::List - A simple interface to Gtk2s complex MVC list widget
Gtk2::Ex::Simple::Menu - A simple interface to Gtk2s ItemFactory for creating application menus
Gtk2::Ex::Simple::Tree - A simple interface to Gtk2s complex MVC tree widget
Gtk2::Ex::Threads::DBI - Achieving *asynchronous DBI like* functionality for gtk2-perl applications using perl ithreads.
Gtk2::Ex::TreeMaker - A high level widget to represent a set of relational records in a hierarchical spreadsheet kinda display.
Gtk2::Ex::TreeMap - Implementation of TreeMap.
Gtk2::Ex::Utils - Extra Gtk2 Utilities for working with Gnome2/Gtk2 in Perl.
Gtk2::Ex::VolumeButton - widget to control volume and similar values
Gtk2Fu - GTK2 Forked Ultimate, a powerful layer on top of Gtk2.
Gtk2::GladeXML - Perl wrappers for the Gtk2::GladeXML utilities
Gtk2::GladeXML::Simple - A clean object-oriented interface to Gtk2::GladeXML
Gtk2::MozEmbed - Perl interface to the Mozilla embedding widget
Gnome2::Canvas - Perl interface to the Gnome Canvas
Gnome2::Dia - Perl interface to the DiaCanvas2 library
Gnome2::GConf - Perl wrappers for the GConf configuration engine
Gnome2 - Perl interface to the 2.x series of the GNOME libraries
Gnome2::Print - Perl wrappers for the Gnome Print utilities
Gnome2::Rsvg - Perl interface to the RSVG library
Gnome2::VFS - Perl interface to the 2.x series of the GNOME VFS library
Gnome2::Vte - Perl interface to the VTE library
Gnome2::Wnck - Perl interface to the Window Navigator Construction Kit
X11::FreeDesktop::DesktopEntry - Interface to Freedesktop.org .desktop files
DESCRIPTION ^
This module bundles together all the Perl libraries available for developing applications using the 2.x series of Gtk+ and Gnome. As well as the core toolkit libraries there are also extra widgets (like Gtk2::PodViewer) and bindings for libraries including gtkspell and libwnck.
IMPORTANT NOTE
Almost all the modules in this bundle are wrappers around C libraries - naturally, you will have to have those libraries (and their development headers) installed before you try to install this bundle.
Download (0.002MB)
Added: 2006-10-09 License: Perl Artistic License Price:
1110 downloads
Sakura 1.2.0
sakura is a vte-based terminal emulator. more>>
Sakura is a vte-based terminal emulator. Sakura project aims to provide a terminal emulator that only depends on GTK and VTE.
It use a notebook to allow multiple tabs in the same window.
It pretends to be a terminal emulator with few dependencies, so you dont need a full GNOME desktop installed to have a decent terminal emulator. As far as i know, the only terminal emulators based on VTE are gnome-terminal and a small sample program included in the vte sources.
Sakura differences from the last one is that it uses a notebook to provide several terminals in one windows and adds a contextual menu with some basic options. No more no less.
All the real and hard work is performed by libvte, a great library programmed by Behdad Esfahbod, Guilherme de S. Pastore and Nalin Dahyabhai.
<<lessIt use a notebook to allow multiple tabs in the same window.
It pretends to be a terminal emulator with few dependencies, so you dont need a full GNOME desktop installed to have a decent terminal emulator. As far as i know, the only terminal emulators based on VTE are gnome-terminal and a small sample program included in the vte sources.
Sakura differences from the last one is that it uses a notebook to provide several terminals in one windows and adds a contextual menu with some basic options. No more no less.
All the real and hard work is performed by libvte, a great library programmed by Behdad Esfahbod, Guilherme de S. Pastore and Nalin Dahyabhai.
Download (0.034MB)
Added: 2007-05-01 License: GPL (GNU General Public License) Price:
907 downloads
Komodo Linux RC 2
Komodo Linux is a new and young KDE based Linux distribution. more>>
Komodo Linux is a new and young KDE based Linux distribution.
Komodo Official rpmlist
- acidrip-0.14-1tex
- acpi-0.07-2.1tex
- acpid-1.0.3-1tex
- akregator-1.0-0.beta8.1tex
- alsa-utils-1.0.8-1tex
- amarok-1.2-3tex
- anca-0.9.1-1tex
- apmd-3.2.1-1tex
- apollon-1.0.1-2tex
- apt-0.5.5cnc6-2tex
- arts-1.3.2-2tex
- ash-0.3.8-6mdk
- aspell-0.50.5-3.2tex
- aspell-en-6.0-1tex
- at-3.1.8-7mdk
- attr-2.4.16-1tex
- audacity-1.2.3-1tex
- audiofile-0.2.3-6mdk
- autoconf2.1-2.13-21mdk
- autoconf2.5-2.59-5mdk
- automake1.4-1.4-24.p6.mdk
- automake1.7-1.7.9-2mdk
- automake1.8-1.8.5-1mdk
- awesfx-0.4.4-5mdk
- azureus-2.2.0.2-1tex
- basesystem-10.0-6tex
- bash-2.05b-14mdk
- bdflush-1.5-24mdk
- binutils-2.14.90.0.5-2mdk
- bladeenc-0.94.1-1tex
- bootloader-utils-1.9-3tex
- bootsplash-2.1.13-6tex
- busybox-1.00-0.pre5.3tex
- bzip2-1.0.2-16mdk
- cdialog-0.9b-4mdk
- cdparanoia-IIIa9.8-9tex
- cdrdao-1.1.9-2tex
- cdrecord-2.01-1tex
- cdrecord-cdda2wav-2.01-1tex
- chkauth-0.3-0.2.92mdk
- chkconfig-1.3.13-3tex
- chkfontpath-1.10.0-1tex
- cloop-utils-1.02-1tex
- color-schemes-1.0.0-5tex
- common-licenses-1.0-7mdk
- console-tools-0.2.3-46mdk
- coreutils-5.2.1-7tex
- cpio-2.5-4mdk
- crack-attack-1.1.10-2tex
- crack-attack-music-1-1tex
- crack-attack-sounds-1-1tex
- cracklib-dicts-2.7-17mdk
- crontabs-1.10-3mdk
- csmash-0.6.5-2mdk
- cups-1.1.23-4tex
- cups-common-1.1.23-4tex
- cups-drivers-10.1-0.2mdk
- curl-7.12.1-1tex
- cvs-1.11.16-1.2tex
- db1-1.85-9mdk
- dbus-0.23.2-3tex
- desktop-file-utils-0.8-2tex
- dev86-0.16.3-2mdk
- dhcp-client-3.0.1-8tex
- dhcp-common-3.0.1-8tex
- diald-1.0-4mdk
- diffutils-2.8.4-4mdk
- digikam-0.7.1-1tex
- digikam-plugins-0.7.1-1tex
- dip-3.3.7o-19mdk
- dirmngr-0.5.5-1tex
- divx4linux-20030428-2tex
- dmsetup-1.00.21-1tex
- docbook-dtd412-xml-1.0-15mdk
- dosfstools-2.10-1tex
- drakconf-10.1-1tex
- drakxtools-10.1-27.7tex
- drakxtools-backend-10.1-27.7tex
- drakxtools-newt-10.1-27.7tex
- dvd+rw-tools-5.21.4.10.8-2.1tex
- dynamic-0.23-1tex
- e2fsprogs-1.35-1tex
- eagle-usb-1.9.6-1tex
- eject-2.0.13-4mdk
- elfutils-0.84-1mdk
- emelfm-0.9.2-8tex
- esound-0.2.34-1tex
- etcskel-1.63-15mdk
- ethtool-1.6-2mdk
- evolution-data-server-1.0.3-4tex
- expect-8.4.2-1mdk
- fdutils-5.4-8mdk
- ffmpeg-0.4.9-0.pre1.1tex
- file-4.03-2mdk
- filesystem-2.1.3-10mdk
- findutils-4.1.20-1mdk
- flphoto-1.1-1mdk
- fluxbox-0.9.12-1tex
- fontconfig-2.2.99-3tex
- fonts-ttf-decoratives-1.3-12mdk
- fonts-ttf-vera-1.10-2mdk
- fonts-type1-hebrew-0.100-6tex
- font-tools-0.1-10mdk
- foobillard-SDL-3.0-2tex
- foomatic-db-3.0.1-0.20040828.1mdk
- foomatic-db-engine-3.0.1-0.20040828.1mdk
- foomatic-filters-3.0.1-0.20040828.1mdk
- fp-linux-ws-4.4.8-1
- freetype-1.3.1-20mdk
- freetype-devel-1.3.1-20mdk
- freetype-tools-1.3.1-20mdk
- fribidi-0.10.4-3mdk
- gail-1.8.0-1tex
- gaim-1.1.2-1tex
- gaim-encryption-2.33-1tex
- galaxy-gnome-1.0.2-7tex
- galaxy-kde-1.0.2-7tex
- galaxy-kde-kwin-1.0.2-7tex
- galculator-1.2.2-1tex
- gamin-0.0.20-2tex
- gawk-3.1.2-2.1.92mdk
- gcc-3.3.1-2mdk
- gcc-c++-3.3.1-2mdk
- gcc-cpp-3.3.1-2mdk
- GConf2-2.10.0-1tex
- gdk-pixbuf-loaders-0.22.0-5tex
- gettext-0.11.5-7mdk
- gettext-base-0.11.5-7mdk
- gettext-devel-0.11.5-7mdk
- ghostscript-7.07-25mdk
- ghostscript-fonts-6.0-2mdk
- ghostscript-module-X-7.07-25mdk
- gifsicle-1.40-1tex
- gift-0.11.8.1-1tex
- gift-fasttrack-0.8.9-1tex
- gift-gnutella-0.0.10-1tex
- gift-openft-0.2.1.5-1tex
- gkrellm-2.2.4-1tex
- gkrellm-themes-2.1.28-1tex
- glibc-2.3.2-14mdk
- glibc-devel-2.3.2-14mdk
- glib-gettextize-2.4.6-1tex
- Glide_V2-2.53-7mdk
- gmencoder-0.1.0-2tex
- gnome-chess-0.3.3-4mdk
- gnome-games-2.8.0-1tex
- gnome-games-extra-data-2.8.0-1tex
- gnome-icon-theme-2.8.0-2tex
- gnome-keyring-0.4.0-1tex
- gnome-libs-1.4.2-7mdk
- gnome-mime-data-2.4.2-3tex
- gnome-vfs2-2.10.0-1tex
- gnome-volume-manager-1.0.3-6tex
- gnuchess-5.07-5tex
- gnupg-1.2.5-1tex
- gnupg2-1.9.10-1tex
- gnupg-texstar-1.0.0-1tex
- gocr-0.37-3mdk
- gpg-pubkey-22458a98-3969e7de
- gpg-pubkey-70771ff3-3c8f768f
- gpg-pubkey-85c54c72-40e9e13e
- gpg-pubkey-85c54c72-40e9e13e
- gpg-pubkey-9b4a4024-3874ddfb
- gpg-pubkey-e9972fef-40e9dfc6
- gpg-pubkey-e9972fef-40e9dfc6
- gphoto-0.4.3-19mdk
- gphoto2-2.1.4-1tex
- gpm-1.20.1-12tex
- gqview-1.5.6-1tex
- grep-2.5.1-3mdk
- grip-3.2.0-5tex
- groff-1.19-3mdk
- groff-for-man-1.19-3mdk
- gstreamer-alsa-0.8.7-3tex
- gstreamer-arts-0.8.7-3tex
- gstreamer-artsd-0.8.7-3tex
- gstreamer-audio-formats-0.8.7-3tex
- gstreamer-GConf-0.8.7-3tex
- gstreamer-mad-0.8.7-3tex
- gstreamer-plugins-0.8.7-3tex
- gstreamer-tools-0.8.9-2tex
- gstreamer-vorbis-0.8.7-3tex
- gstreamer-x11-0.8.7-3tex
- gtk+2.0-2.4.9-3tex
- gtkam-0.1.11-0.dev1.6mdk
- gtkdialogs-2.0-6mdk
- gtk-qt-engine-0.6-2tex
- gtranscode-0.3-2tex
- guile-1.6.4-3mdk
- gv-3.5.8-30mdk
- gwenview-1.0.1-0.2tex
- gzip-1.2.4a-13.2tex
- hal-0.4.7-11tex
- harddrake-10.1-27.7tex
- harddrake-ui-10.1-27.7tex
- hdparm-5.8-1tex
- hicolor-icon-theme-0.5-6tex
- hostap-0.0.4-1mdk
- hotplug-2004_09_23-3tex
- hpoj-0.91-6tex
- id3lib-3.8.3-4mdk
- ifplugd-0.26-3tex
- ImageMagick-5.5.7.15-6.4tex
- imlib-1.9.14-8.1.tex
- indent-2.2.9-3mdk
- indexhtml-9.1-10mdk
- info-install-4.6-1mdk
- initscripts-7.61.1-21tex
- intltool-0.32.1-1tex
- iproute2-2.4.7-11mdk
- iptables-1.2.9-7.2tex
- iputils-20020927-4mdk
- isapnptools-1.26-6mdk
- jackit-0.99.0-1tex
- jfsprogs-1.1.7-1tex
- jpilot-0.99.6-1mdk
- jpilot-Mail-0.0.6-8mdk
- jpilot-syncmal-0.71.2-3mdk
- k3b-0.11.20-1tex
- kaffeine-0.5-3tex
- kasablanca-0.4.0.2-1tex
- katalog-0.3-2tex
- kbirthday-0.7.3-2tex
- kbudget-0.6-2tex
- kcdlabel-2.12-4tex
- kcpuload-1.99-4tex
- kdeaddons-3.3.2-3tex
- kdeadmin-3.3.2-1tex
- kdeadmin-kpackage-3.3.2-1tex
- kdeartwork-3.3.2-1tex
- kdeartwork-kde-classic-3.3.2-1tex
- kdebase-3.3.2-1tex
- kdebase-kdm-3.3.2-1tex
- kdebase-nsplugins-3.3.2-1tex
- kdebase-servicemenu-10.1-4tex
- kdegames-3.3.2-1tex
- kdegraphics-3.3.2-3tex
- kdelibs-3.3.2-3tex
- kdelibs-common-3.3.2-3tex
- kdemoreartwork-activeheart-1.2.1-2tex
- kdemoreartwork-alloy-0.5.3-2tex
- kdemoreartwork-comix-1.2.3-1tex
- kdemoreartwork-corona-1.0-2tex
- kdemoreartwork-crystal-0.8.0-2tex
- kdemoreartwork-flatknifty-0.4.2-2tex
- kdemoreartwork-grover-1.1-2tex
- kdemoreartwork-kbcl-1.0.8-3tex
- kdemoreartwork-kbl-1.0.8-3tex
- kdemoreartwork-kbml-1.0.8-3tex
- kdemoreartwork-knifty-0.4.2-3tex
- kdemoreartwork-luna-1.0-2tex
- kdemoreartwork-lunamet-1.0-2tex
- kdemoreartwork-nvidia-1.0-2tex
- kdemoreartwork-softcrystal-1.0-2tex
- kdemoreartwork-thinkeramik-3.2.1-2tex
- kdemultimedia-3.3.2-2tex
- kdenetwork-3.3.2-1tex
- kdepim-3.3.2-3tex
- kdesdk-3.3.2-1tex
- kdetoys-3.3.2-1tex
- kdeutils-3.3.2-1tex
- kdm-icons-crystal-0.2-1tex
- kdocker-1.0-rc1_3tex
- kernel-2.6.10-oci7-1-1oci
- kexchange-1.0-4tex
- keybled-0.65-2tex
- kickerpager-0.3.1-3tex
- kio_burn-0.6.2-1tex
- kipi-plugins-0.1-0.beta1.5tex
- kleds-0.8.0-1tex
- klibido-0.2.0-1tex
- kmplayer-0.8.4-1tex
- kmymoney2-0.6.4-2tex
- knetload-2.3-2tex
- knetworkled-0.5-4tex
- komics-1.4-2tex
- kompose-0.5.1-1tex
- konserve-0.10.3-3tex
- konversation-0.15.1-1tex
- konverter-0.7-3tex
- kover-2.9.3-1tex
- kplayer-0.5.3-2tex
- krename-3.0.3-1tex
- krusader-1.51-1tex
- kshowmail-3.1.0-6tex
- ksmoothdock-3.5.1-2tex
- ldconfig-2.3.2-14mdk
- ldetect-0.5.5-1tex
- ldetect-lst-0.1.63-1tex
- less-381-2mdk
- lesstif-0.93.49-3mdk
- lftp-2.6.6-2.1.92mdk
- liba52dec0-0.7.4-3mdk
- libaa1-1.4.0-0.rc5.8mdk
- libacl1-2.2.23-2tex
- libalsa2-1.0.8-7tex
- libalsa2-devel-1.0.8-7tex
- libalsa-data-1.0.8-7tex
- libao2-0.8.3-8mdk
- libapm1-3.2.1-1tex
- libart_lgpl2-2.3.16-1.1tex
- libart_lgpl2-devel-2.3.16-1.1tex
- libarts-1.3.2-2tex
- libarts-devel-1.3.2-2tex
- libarts-static-devel-1.3.2-2tex
- libaspell15-0.50.5-3.2tex
- libassuan0-0.6.6-1tex
- libatk1.0_0-1.8.0-1tex
- libatk1.0_0-devel-1.8.0-1tex
- libattr1-2.4.16-1tex
- libaudiofile0-0.2.3-6mdk
- libaudiofile0-devel-0.2.3-6mdk
- libavc1394_0-0.4.1-4.1tex
- libavifile0.7-0.7.41-0.20041001.1tex
- libaviplayavcodec0.7-0.7.41-0.20041001.1tex
- libbinutils2-2.14.90.0.5-2mdk
- libbonobo2_0-2.8.1-1tex
- libbonobo2_0-devel-2.8.1-1tex
- libbonobo-2.8.1-1tex
- libbonoboui2_0-2.8.0-1tex
- libbonoboui-2.8.0-1tex
- libbzip2_1-1.0.2-16mdk
- libbzip2_1-devel-1.0.2-16mdk
- libcap1-1.10-4.1tex
- libcdda0-IIIa9.8-9tex
- libcdio0-0.70-2tex
- libconsole0-0.2.3-46mdk
- libcrack2-2.7-17mdk
- libcroco2-0.6.0-1tex
- libcups2-1.1.23-4tex
- libcurl3-7.12.1-1tex
- libdb3.3-3.3.11-16mdk
- libdb4.1-4.1.25-4tex
- libdbcxx4.1-4.1.25-4tex
- libdbus-1_0-0.23.2-3tex
- libdbus-glib-1_0-0.23.2-3tex
- libdevmapper1.00-1.00.21-1tex
- libdha1.0-1.0-0.pre6a.2tex
- libdivx4linux0-20030428-2tex
- libdv4-0.103-2tex
- libdvdread3-0.9.4-2mdk
- libelfutils1-0.84-1mdk
- libesound0-0.2.34-1tex
- libesound0-devel-0.2.34-1tex
- libevolution-data-server3-1.0.3-4tex
- libexif9-0.5.12-2mdk
- libexif9-devel-0.5.12-2mdk
- libexif-gtk4-0.3.3-6mdk
- libexpat0-1.95.6-4mdk
- libexpat0-devel-1.95.6-4mdk
- libext2fs2-1.35-1tex
- libfaad2_0-2.0-1.1tex
- libfame0.9_1-0.9.1-2.1tex
- libffmpeg0-0.4.9-0.pre1.1tex
- libffmpeg0-devel-0.4.9-0.pre1.1tex
- libfftw2-2.1.5-4tex
- libflac++4-1.1.1-1tex
- libflac6-1.1.1-1tex
- libflac6-devel-1.1.1-1tex
- libfltk1.1-1.1.4-0.rc1.1mdk
- libfontconfig1-2.2.99-3tex
- libfontconfig1-devel-2.2.99-3tex
- libfox1.2-1.2.11-1tex
- libfreetype6-2.1.9-4tex
- libfreetype6-devel-2.1.9-4tex
- libfribidi0-0.10.4-3mdk
- libfribidi0-devel-0.10.4-3mdk
- libgail17-1.8.0-1tex
- libgamin-1_0-0.0.20-2tex
- libgamin-1_0-devel-0.0.20-2tex
- libgcc1-3.3.1-2mdk
- libGConf2_4-2.10.0-1tex
- libGConf2_4-devel-2.10.0-1tex
- libgcrypt11-1.2.0-4tex
- libgdbm2-1.8.0-24mdk
- libgdbm2-devel-1.8.0-24mdk
- libgdkcardimage0-2.4.0-1mdk
- libgdk_pixbuf2.0_0-2.4.9-3tex
- libgdk_pixbuf2.0_0-devel-2.4.9-3tex
- libgdk-pixbuf2-0.22.0-5tex
- libgdk-pixbuf-gnomecanvas1-0.22.0-8tex
- libggi-2.0.3-4mdk
- libggi2-2.0.3-4mdk
- libgift0-0.11.8.1-1tex
- libgii0-0.8.3-4mdk
- libgii-0.8.3-4mdk
- libgimpprint1-4.2.7-8mdk
- libglade0-0.17-9mdk
- libglade2.0_0-2.3.6-1.tex
- libglade-gnome0-0.17-9mdk
- libglib1.2-1.2.10-11mdk
- libglib2.0_0-2.4.6-1tex
- libglib2.0_0-devel-2.4.6-1tex
- libgmp3-4.1.2-3mdk
- libgnet-2.0_0-2.0.4-1mdk
- libgnome2_0-2.8.0-1tex
- libgnome2-2.8.0-1tex
- libgnome32-1.4.2-7mdk
- libgnomecanvas2_0-2.8.0-1tex
- libgnomecups-0.2.0-1tex
- libgnomecups-1.0_1-0.2.0-1tex
- libgnome-keyring0-0.4.0-1tex
- libgnomeprint-2.10.0-1tex
- libgnomeprint2-2_0-2.10.0-1tex
- libgnomeprintui2-2_0-2.8.2-1tex
- libgnomeui2_0-2.8.0-1tex
- libgnomeui2-2.8.0-1tex
- libgnome-vfs2_0-2.10.0-1tex
- libgnome-vfs2_0-devel-2.10.0-1tex
- libgnutls11-1.0.13-1tex
- libgpg-error0-1.0-1tex
- libgpg-error0-devel-1.0-1tex
- libgpgme11-0.9.0-2tex
- libgpgme11-devel-0.9.0-2tex
- libgphoto2-2.1.4-3tex
- libgphoto2-devel-2.1.4-3tex
- libgphoto-hotplug-2.1.4-3tex
- libgpm1-1.20.1-12tex
- libgpm1-devel-1.20.1-12tex
- libgsf-1_1-1.8.2-1mdk
- libgsf-1_1-devel-1.8.2-1mdk
- libgstgconf0.8-0.8.7-3tex
- libgstreamer0.8-0.8.9-2tex
- libgstreamer-plugins0.8-0.8.7-3tex
- libgtk+1.2-1.2.10-37mdk
- libgtk+2.0_0-2.4.9-3tex
- libgtk+2.0_0-devel-2.4.9-3tex
- libgtkhtml2_0-2.6.2-1tex
- libgtkmm1.2-1.2.10-6mdk
- libgtkspell0-2.0.3-5mdk
- libgtk+-x11-2.0_0-2.4.9-3tex
- libguile12-1.6.4-3mdk
- libhal0-0.4.7-11tex
- libhowl1-0.9.6-2tex
- libhowl1-devel-0.9.6-2tex
- libhpojip0-0.91-6tex
- libid3_3.8_3-3.8.3-4mdk
- libid3tag0-0.15.0b-4mdk
- libIDL2_0-0.8.5-1tex
- libIDL2_0-devel-0.8.5-1tex
- libieee1284_3-0.2.6-4mdk
- libieee1284_3-devel-0.2.6-4mdk
- libijs0-0.34-82mdk
- libimlib1-1.9.14-8.1.tex
- libimlib2_1-1.1.0-4tex
- libimlib2_1-filters-1.1.0-4tex
- libimlib2_1-loaders-1.1.0-4tex
- libintl2-0.11.5-7mdk
- libiw27-27-1tex
- libjack0-0.99.0-1tex
- libjack0-devel-0.99.0-1tex
- libjpeg62-6b-32mdk
- libjpeg62-devel-6b-32mdk
- libjpeg-progs-6b-32mdk
- libjpilot_plugin0-0.99.6-1mdk
- libkexif-0.2.1-1tex
- libkipi-0.1-2tex
- libkrb53-1.3.4-2.2tex
- libksba8-0.9.8-1tex
- liblame0-3.96.1-1tex
- liblcms1-1.10-1mdk
- liblcms1-devel-1.10-1mdk
- libldap2-2.1.29-5.1tex
- libldap2-devel-2.1.29-5.1tex
- liblinc1-1.0.3-1mdk
- liblinux-atm1-2.4.1-3mdk
- liblirc0-0.6.6-7.1tex
- libltdl3-1.5.12-2tex
- liblzo1-1.08-4tex
- libmad0-0.15.1b-3tex
- libmad0-devel-0.15.1b-3tex
- libmagic1-4.03-2mdk
- libMagick5.5.7-5.5.7.15-6.4tex
- libmal0-0.31-5mdk
- libMesaGL1-5.0.2-8.2tex
- libMesaGLU1-5.0.2-8.2tex
- libMesaGLU1-devel-5.0.2-8.2tex
- libMesaglut3-5.0.2-8.2tex
- libmikmod2-3.1.10-7mdk
- libmjpegtools1.6-1.6.2-8tex
- libmng1-1.0.5-4mdk
- libmng1-devel-1.0.5-4mdk
- libmodplug0-0.7-1tex
- libmpeg3_1-1.5-1.1tex
- libmusicbrainz4-2.1.1-1tex
- libmusicbrainz4-devel-2.1.1-1tex
- libnas2-1.6-10mdk
- libnas2-devel-1.6-10mdk
- libncurses5-5.3-1.20030215.3mdk
- libncurses5-devel-5.3-1.20030215.3mdk
- libnetpbm9-9.24-7mdk
- libnet-snmp50-5.0.9-7.1.92mdk
- libnewt0.51-0.51.6-9tex
- libnspr4-1.7.5-1tex
- libnss3-1.7.5-1tex
- libntfs5-1.9.4-1tex
- libogg0-1.1-5tex
- libogg0-devel-1.1-5tex
- liboggflac1-1.1.1-1tex
- liboil0.2-0.2.2-2tex
- libopencdk8-0.5.4-2tex
- libopenct0-0.1.0-1tex
- libopenh323_1-1.15.2-2.1tex
- libopenh323_1-devel-1.15.2-2.1tex
- libopenh323_1-plugins-1.15.2-2.1tex
- libopensc0-0.8.1-1tex
- libopenslp1-1.0.11-4mdk
- libopenssl0.9.7-0.9.7d-1.2tex
- libopenssl0.9.7-devel-0.9.7d-1.2tex
- libORBit0-0.5.17-6mdk
- libORBit2_0-2.12.1-1tex
- libORBit2_0-devel-2.12.1-1tex
- libpam0-0.77-22tex
- libpango1.0_0-1.6.0-1tex
- libpango1.0_0-devel-1.6.0-1tex
- libpango1.0_0-modules-1.6.0-1tex
- libpaper1-1.1.8-4.1tex
- libparted1.6-1.6.20-1tex
- libpcap0-0.7.2-3mdk
- libpcre0-4.3-6tex
- libpcre0-devel-4.3-6tex
- libpisock++0-0.11.8-4mdk
- libpisock8-0.11.8-4mdk
- libpisock8-devel-0.11.8-4mdk
- libpisync0-0.11.8-4mdk
- libpng3-1.2.5-8.2tex
- libpng3-devel-1.2.5-8.2tex
- libpolypaudio0.7-0.7-3tex
- libpostproc0-1.0-0.pre6a.2tex
- libpq3-7.3.4-2mdk
- libptal0-0.91-6tex
- libpth20-2.0.0-2tex
- libpth20-devel-2.0.0-2tex
- libpwdb0-0.61.2-3mdk
- libpwlib1-1.8.3-3.1tex
- libpwlib1-devel-1.8.3-3.1tex
- libpwlib1-plugins-1.8.3-3.1tex
- libpython2.3-2.3.4-5.1tex
- libqt3-3.3.3-6tex
- libqt3-devel-3.3.3-6tex
- libquicktime0-0.9.3-1.1tex
- libraw1394_5-0.9.0-4mdk
- libreadline4-4.3-7mdk
- libreadline4-devel-4.3-7mdk
- librsvg2_2-2.8.1-1tex
- libsamplerate0-0.1.2-1tex
- libsamplerate0-devel-0.1.2-1tex
- libsane1-1.0.14-1tex
- libsane1-devel-1.0.14-1tex
- libsane-hpoj1-0.91-6tex
- libsasl2-2.1.15-10.1tex
- libsasl2-devel-2.1.15-10.1tex
- libscrollkeeper0-0.3.14-1.1tex
- libSDL1.2-1.2.7-2.1tex
- libSDL1.2-devel-1.2.7-2.1tex
- libSDL_image1.2-1.2.3-3mdk
- libSDL_mixer1.2-1.2.5-3mdk
- libSDL_net1.2-1.2.5-2mdk
- libselinux1-1.15.4-3tex
- libshout3-2.0-3.1tex
- libslang1-1.4.9-6tex
- libsmbclient0-3.0.11-1tex
- libsmokeqt1-1.2.1-3mdk
- libsmpeg0.4-0.4.4-23mdk
- libsndfile1-1.0.11-1tex
- libsoup-2.2_7-2.2.1-1tex
- libspeex1-1.1.6-1tex
- libstartup-notification-1_0-0.7-1tex
- libstdc++2.10-2.96-0.83mdk
- libstdc++5-3.3.1-2mdk
- libstdc++5-devel-3.3.1-2mdk
- libsysfs1-1.2.0-5tex
- libtaglib0-1.3.1-1tex
- libtermcap2-2.0.8-35mdk
- libtiff3-3.6.1-7tex
- libtiff3-devel-3.6.1-7tex
- libtool-1.5.12-2tex
- libtunepimp-0.3.0-1tex
- libungif4-4.1.0-23mdk
- libunixODBC2-2.2.6-4mdk
- libunixODBC2-devel-2.2.6-4mdk
- libusb0.1_4-0.1.8-6tex
- libusb0.1_4-devel-0.1.8-6tex
- libuser-0.51.7-9.2tex
- libuser1-0.51.7-9.2tex
- libutempter0-0.5.2-13.1tex
- libvisual0-0.2.0-1tex
- libvorbis0-1.1.0-1.1tex
- libvorbis0-devel-1.1.0-1.1tex
- libvorbisenc2-1.1.0-1.1tex
- libvorbisfile3-1.1.0-1.1tex
- libvte4-0.11.10-5.1tex
- libwmf0.2_7-0.2.8.3-2tex
- libwmf-0.2.8.3-2tex
- libwvstreams3.7-3.70-3mdk
- libwxgtk2.5_3-2.5.3-2tex
- libXaw3d7-1.5-13mdk
- libxclass0-0.6.3-14tex
- libxine1-1.0-2tex
- libxine1-devel-1.0-2tex
- libxklavier8-1.03-1tex
- libxklavier-data-1.03-1tex
- libxml1-1.8.17-7.2tex
- libxml2-2.6.8-1tex
- libxml2-devel-2.6.8-1tex
- libxml2-utils-2.6.8-1tex
- libxmms1-1.2.10-1tex
- libxorg-x11-6.8.2-2tex
- libxorg-x11-devel-6.8.2-2tex
- libxpm4-3.4k-28.3tex
- libxpm4-devel-3.4k-28.3tex
- libxslt1-1.1.5-1tex
- libxslt1-devel-1.1.5-1tex
- libxvid4-1.0.3-1tex
- lilo-22.6.1-3tex
- limewire-4.4.5-1tex
- links-2.1-0.pre11.1mdk
- LinNeighborhood-0.6.5-7tex
- linux-atm-2.4.1-3mdk
- lirc-0.6.6-7.1tex
- locales-2.3.2-5mdk
- locales-en-2.3.2-5mdk
- logrotate-3.6.6-2mdk
- losetup-2.11z-8tex
- lsb-release-1.4-5mdk
- lsdvd-0.10-1.1tex
- lsof-4.68-1mdk
- lvm2-2.00.33-1tex
- m4-1.4.2-1tex
- mailcap-2.0.4-9mdk
- mailx-8.1.1-23mdk
- make-3.80-5mdk
- makedev-4.3-1tex
- man-1.5k-12mdk
- mandrake_desk-9.2-8mdk
- mandrake_doc-common-9.2-1mdk
- mandrakelinux-theme-0.2.13-6tex
- mandrake-menu-directory-1.0-42.7tex
- man-pages-1.60-1mdk
- mawk-1.3.3-6mdk
- mc-4.6.0-6.1tex
- mdklaunchhelp-9.2-6mdk
- mdk-menu-messages-9.2-6mdk
- mediacheck-7.3-1mdk
- mencoder-1.0-0.pre6a.2tex
- menu-2.1.9-19.3tex
- menudrake-0.7.4-5mdk
- Mesa-5.0.2-8.2tex
- mikmod-3.1.6a-13mdk
- mingetty-1.00-3mdk
- mjpegtools-1.6.2-8tex
- mkbootdisk-1.4.5-7mdk
- mkinitrd-4.1.12-6tex
- mkisofs-2.01-1tex
- mktemp-1.5-12tex
- mkxauth-1.7-8.1tex
- module-init-tools-3.0-7tex
- modutils-2.4.26-3.1tex
- mount-2.11z-8tex
- mountloop-0.11.6-1.1tex
- mozilla-firefox-1.0-1tex
- mozilla-flash-1.7-2tex
- mozilla-java-1.7.3-1tex
- mozilla-thunderbird-1.0-1tex
- mp32ogg-0.11-3mdk
- mpage-2.5.3-5mdk
- mpg123-0.59r-22.2tex
- mplayer-1.0-0.pre6a.2tex
- mplayer-gui-1.0-0.pre6a.2tex
- mplayerplugin-2.75-1tex
- msec-0.40-1mdk
- mtools-3.9.9-2mdk
- myspell-en_AU-1.0.2-0.20030329.1mdk
- myspell-en_GB-1.0.2-0.20021216.1mdk
- myspell-en_US-1.0.2-0.20020626.1mdk
- myspell-hyph-en-1.0.2-0.20020727.1mdk
- nano-1.3.5-1tex
- ncurses-5.3-1.20030215.3mdk
- ndiswrapper-1.0-1tex
- netpbm-9.24-7mdk
- netprofile-0.6-1mdk
- net-tools-1.60-9mdk
- newt-0.51.6-9tex
- nmap-3.78-1tex
- nmap-frontend-3.78-1tex
- ntfsprogs-1.9.4-1tex
- numlock-2.0-8mdk
- nvu-0.81-1tex
- omni-0.9.1-13tex
- openldap-2.1.29-5.1tex
- openofficeorg-calc-1.9.100-1
- openofficeorg-core01-1.9.100-1
- openofficeorg-core02-1.9.100-1
- openofficeorg-core03-1.9.100-1
- openofficeorg-core03u-1.9.100-1
- openofficeorg-core04-1.9.100-1
- openofficeorg-core04u-1.9.100-1
- openofficeorg-core05-1.9.100-1
- openofficeorg-core05u-1.9.100-1
- openofficeorg-core06-1.9.100-1
- openofficeorg-core07-1.9.100-1
- openofficeorg-core08-1.9.100-1
- openofficeorg-core09-1.9.100-1
- openofficeorg-core10-1.9.100-1
- openofficeorg-draw-1.9.100-1
- openofficeorg-gnome-integration-1.9.100-1
- openofficeorg-graphicfilter-1.9.100-1
- openofficeorg-impress-1.9.100-1
- openofficeorg-javafilter-1.9.100-1
- openofficeorg-math-1.9.100-1
- openofficeorg-pyuno-1.9.100-1
- openofficeorg-spellcheck-1.9.100-1
- openofficeorg-testtool-1.9.100-1
- openofficeorg-writer-1.9.100-1
- openofficeorg-xsltfilter-1.9.100-1
- openslp-1.0.11-4mdk
- openssh-3.6.1p2-9.1tex
- openssh-askpass-3.6.1p2-9.1tex
- openssh-clients-3.6.1p2-9.1tex
- openssh-server-3.6.1p2-9.1tex
- openssl-0.9.7d-1.2tex
- ORBit-0.5.17-6mdk
- ORBit2-2.12.1-1tex
- pam-0.77-22tex
- pan-0.14.2.91-5tex
- pango-1.6.0-1tex
- parchive2-0.3-1tex
- parted-1.6.20-1tex
- partimage-0.6.4-2tex
- passwd-0.68-4tex
- patch-2.5.9-1mdk
- pciutils-2.1.11-4.1tex
- pclinuxos-mime-0.4-9.2tex
- pclinuxos-release-10.0-3tex
- pclinuxos-theme-0.2.13-1tex
- pcmcia-cs-3.2.4-2mdk
- pcre-4.3-6tex
- pcsc-lite-1.1.2-5tex
- perl-5.8.5-3.3tex
- perl-Authen-SASL-2.08-1mdk
- perl-base-5.8.5-3.3tex
- perl-CGI-3.05-1mdk
- perl-Convert-ASN1-0.18-1mdk
- perl-Crypt-SmbHash-0.12-1tex
- perl-DB_File-1.810-2mdk
- perl-Digest-HMAC-1.01-11mdk
- perl-Digest-SHA1-2.10-1mdk
- perl-Expect-1.15-6mdk
- perl-Glib-1.054-1mdk
- perl-Gnome2-Vte-0.04-1mdk
- perl-Gtk2-1.054-1mdk
- perl-Gtk2-TrayIcon-0.04-1mdk
- perl-HTML-Parser-3.36-1mdk
- perl-HTML-Tagset-3.03-7mdk
- perl-IO-Tty-1.02-9mdk
- perl-ldap-0.31-2mdk
- perl-Libconf-0.33-2mdk
- perl-libwww-perl-5.800-1mdk
- perl-Locale-gettext-1.01-13mdk
- perl-MailTools-1.62-1mdk
- perl-MDK-Common-1.1.18-1mdk
- perl-MP3-Info-1.02-4mdk
- perl-Net_SSLeay-1.25-3mdk
- perl-Qt-3.008-4.1tex
- perl-String-ShellQuote-1.00-7mdk
- perl-TimeDate-1.16-3.1tex
- perl-URI-1.31-2mdk
- perl-URPM-1.03-1mdk
- perl-XML-NamespaceSupport-1.08-4mdk
- perl-XML-Parser-2.34-3mdk
- perl-XML-SAX-0.12-4mdk
- pilot-link-0.11.8-4mdk
- pinball-0.3.1-1tex
- pinentry-0.7.1-2tex
- pinentry-qt-0.7.1-2tex
- pkgconfig-0.15.0-3mdk
- planner-0.11-2tex
- playmidi-2.5-2mdk
- plugger-5.1.3-1tex
- popt-1.8-22.1.92mdk
- popt-devel-1.8-22.1.92mdk
- portmap-4.0-21mdk
- ppp-2.4.1-12mdk
- ppp-pppoatm-2.4.1-12mdk
- ppp-pppoe-2.4.1-12mdk
- pptp-adsl-1.0.2-13mdk
- pptp-linux-1.3.1-1mdk
- printer-filters-10.1-0.2mdk
- printer-testpages-10.1-0.2mdk
- prism2-utils-0.2.1-0.pre26.2tex
- procinfo-18-4mdk
- procmail-3.22-4mdk
- procps-3.1.11-2mdk
- progsreiserfs-0.3.0.4-5tex
- psmisc-21.3-2mdk
- psutils-p17-8mdk
- pump-0.8.14-2mdk
- putty-0.56-0.20041221.1tex
- pwdb-conf-0.61.2-3mdk
- pygtk2.0-wrapper-2.3.96-1.1tex
- python-base-2.3.4-5.1tex
- qemu-0.6.2-021305.2tex
- qsynaptics-0.21-3tex
- qt3-common-3.3.3-6tex
- qtfprot-0.2.1c-1tex
- qtparted-0.4.4-2tex
- raidtools-0.90-13mdk
- rar-3.2.0-1.1tex
- rdate-1.3-3mdk
- rdesktop-1.3.1-3tex
- real-codecs-1.2-2.1tex
- reiserfsprogs-3.6.19-1tex
- rezound-0.11.1-1tex
- rfb-0.6.1-7mdk
- rfbdrake-1.0-7tex
- ripperx-2.6.4-1tex
- rootfiles-9.1-0.1mdk
- rpm-4.2-22.1.92mdk
- rpm-build-4.2-22.1.92mdk
- rpm-helper-0.9.1-1mdk
- rpmtools-4.5-13mdk
- rp-pppoe-3.5-4.2tex
- rp-pppoe-gui-3.5-4.2tex
- rsh-0.17-12mdk
- rsync-2.6.3-1tex
- samba-client-3.0.11-1tex
- samba-common-3.0.11-1tex
- samba-server-3.0.11-1tex
- sane-backends-1.0.14-1tex
- saned-1.0.14-1tex
- sash-3.5-6mdk
- scli-0.2.12-4tex
- scribus-1.2.1-1tex
- scrollkeeper-0.3.14-1.1tex
- sed-4.0.7-1mdk
- setserial-2.17-7mdk
- setup-2.4-2mdk
- sgml-common-0.6.3-8mdk
- shadow-utils-4.0.3-8.2tex
- shared-mime-info-0.15-2tex
- shorewall-2.0.8-1tex
- skype-1.0.0.1-1tex
- slocate-2.7-2.1tex
- smb4k-0.5.1-1tex
- sndconfig-0.68-1mdk
- sound-scripts-0.19-1tex
- soundwrapper-1.3-3tex
- sox-12.17.4-2mdk
- spec-helper-0.9.2-1mdk
- speedtouch-1.3-9tex
- squashfs-tools-2.1-1tex
- strace-4.4.98-1mdk
- streamripper-1.60.8-1tex
- streamtuner-0.12.5-1tex
- streamtuner-live365-0.3.4-1tex
- sudo-1.6.8p1-1.2tex
- sunjammer-0.5.1-4tex
- super-3.23.0-2tex
- superkaramba-0.35-2tex
- supertux-0.1.2-1tex
- suspend-scripts-1.8.2-1tex
- symlinks-1.2-15mdk
- synaptic-0.55.3-1tex
- synaptics-0.14.0-1tex
- sysctlconfig-0.15-1tex
- sysfsutils-1.2.0-5tex
- sysklogd-1.4.1-7tex
- syslinux-1.76-15tex
- systemtarapplet2-0.3-3tex
- SysVinit-2.85-1mdk
- t1lib1-1.3.1-12mdk
- t1utils-1.27-1mdk
- taglib-1.3.1-1tex
- tar-1.15.1-1tex
- tcl-8.4.2-1mdk
- tcp_wrappers-7.6-23mdk
- termcap-11.0.1-8mdk
- tftp-0.34-1mdk
- thumber-1.1.1-1tex
- tightvnc-1.2.7-5mdk
- tightvnc-server-1.2.7-5mdk
- time-1.7-25mdk
- timeconfig-3.2-8mdk
- timezone-2.3.2-14mdk
- TiMidity++-2.13.2-2tex
- timidity-instruments-1.0-19mdk
- tk-8.4.2-1mdk
- tmdns-0.1-12mdk
- tmpwatch-2.9.0-1mdk
- transcode-0.6.14-1tex
- tvtime-0.9.15-1tex
- uClibc-0.9.21-5tex
- udev-053-3tex
- umb-scheme-3.2-20mdk
- unzip-5.50-9mdk
- urw-fonts-2.0-10mdk
- usbutils-0.70-1tex
- usbview-1.0-9.1tex
- userdrake-1.1-2tex
- usermode-1.63-6mdk
- usermode-consoleonly-1.63-6mdk
- utempter-0.5.2-13.1tex
- util-linux-2.11z-8tex
- uudeview-0.5.20-2tex
- vedi-Type1-fonts-1.0-1tex
- vim-minimal-6.3-5.2tex
- vixie-cron-3.0.1-56mdk
- vobcopy-0.5.10-1.1tex
- vorbis-tools-1.0.1-5.3tex
- vte-0.11.10-5.1tex
- wget-1.9.1-4.2tex
- which-2.14-5mdk
- win32-codecs-1.6-3.1tex
- wireless-tools-27-1tex
- wvdial-1.53-3mdk
- wxGTK2.5-2.5.3-2tex
- X11R6-contrib-6.8.2-2tex
- xanim-codecs-1.0-4tex
- xboard-4.2.7-4.1tex
- xcdroast-0.98-29.alpha14mdk
- xchat-2.4.1-1tex
- xclass-icons-0.6.3-14tex
- Xdialog-2.1.1-2tex
- xfsprogs-2.6.3-1.1tex
- xine-arts-1.0-2tex
- xine-plugins-1.0-2tex
- xinetd-2.3.11-4mdk
- xine-ui-0.99.3-1tex
- xine-ui-fb-0.99.3-1tex
- xine-win32-1.0-2tex
- xinitrc-2.4.11-1tex
- xmms-1.2.10-1tex
- xmms-alsa-1.2.10-1tex
- xmms-arts-0.7.1-2.1tex
- xmmsctrl-1.8-1tex
- xmms-esd-1.2.10-1tex
- xojpanel-0.91-6tex
- xorg-x11-100dpi-fonts-6.8.2-2tex
- xorg-x11-6.8.2-2tex
- xorg-x11-75dpi-fonts-6.8.2-2tex
- xorg-x11-cyrillic-fonts-6.8.2-2tex
- xorg-x11-glide-module-6.8.2-2tex
- xorg-x11-server-6.8.2-2tex
- xorg-x11-Xdmx-6.8.2-2tex
- xorg-x11-xfs-6.8.2-2tex
- xorg-x11-Xnest-6.8.2-2tex
- xorg-x11-Xprt-6.8.2-2tex
- xorg-x11-Xvfb-6.8.2-2tex
- xpdf-3.00-7.3tex
- xpp-1.1-10mdk
- xsane-0.97-1tex
- xterm-179-1mdk
- zcip-4-3mdk
- zenity-2.8.0-1tex
- zip-2.3-11.2tex
- zisofs-tools-1.0.6-1tex
- zlib1-1.1.4-8mdk
- zlib1-devel-1.1.4-8mdk
<<lessKomodo Official rpmlist
- acidrip-0.14-1tex
- acpi-0.07-2.1tex
- acpid-1.0.3-1tex
- akregator-1.0-0.beta8.1tex
- alsa-utils-1.0.8-1tex
- amarok-1.2-3tex
- anca-0.9.1-1tex
- apmd-3.2.1-1tex
- apollon-1.0.1-2tex
- apt-0.5.5cnc6-2tex
- arts-1.3.2-2tex
- ash-0.3.8-6mdk
- aspell-0.50.5-3.2tex
- aspell-en-6.0-1tex
- at-3.1.8-7mdk
- attr-2.4.16-1tex
- audacity-1.2.3-1tex
- audiofile-0.2.3-6mdk
- autoconf2.1-2.13-21mdk
- autoconf2.5-2.59-5mdk
- automake1.4-1.4-24.p6.mdk
- automake1.7-1.7.9-2mdk
- automake1.8-1.8.5-1mdk
- awesfx-0.4.4-5mdk
- azureus-2.2.0.2-1tex
- basesystem-10.0-6tex
- bash-2.05b-14mdk
- bdflush-1.5-24mdk
- binutils-2.14.90.0.5-2mdk
- bladeenc-0.94.1-1tex
- bootloader-utils-1.9-3tex
- bootsplash-2.1.13-6tex
- busybox-1.00-0.pre5.3tex
- bzip2-1.0.2-16mdk
- cdialog-0.9b-4mdk
- cdparanoia-IIIa9.8-9tex
- cdrdao-1.1.9-2tex
- cdrecord-2.01-1tex
- cdrecord-cdda2wav-2.01-1tex
- chkauth-0.3-0.2.92mdk
- chkconfig-1.3.13-3tex
- chkfontpath-1.10.0-1tex
- cloop-utils-1.02-1tex
- color-schemes-1.0.0-5tex
- common-licenses-1.0-7mdk
- console-tools-0.2.3-46mdk
- coreutils-5.2.1-7tex
- cpio-2.5-4mdk
- crack-attack-1.1.10-2tex
- crack-attack-music-1-1tex
- crack-attack-sounds-1-1tex
- cracklib-dicts-2.7-17mdk
- crontabs-1.10-3mdk
- csmash-0.6.5-2mdk
- cups-1.1.23-4tex
- cups-common-1.1.23-4tex
- cups-drivers-10.1-0.2mdk
- curl-7.12.1-1tex
- cvs-1.11.16-1.2tex
- db1-1.85-9mdk
- dbus-0.23.2-3tex
- desktop-file-utils-0.8-2tex
- dev86-0.16.3-2mdk
- dhcp-client-3.0.1-8tex
- dhcp-common-3.0.1-8tex
- diald-1.0-4mdk
- diffutils-2.8.4-4mdk
- digikam-0.7.1-1tex
- digikam-plugins-0.7.1-1tex
- dip-3.3.7o-19mdk
- dirmngr-0.5.5-1tex
- divx4linux-20030428-2tex
- dmsetup-1.00.21-1tex
- docbook-dtd412-xml-1.0-15mdk
- dosfstools-2.10-1tex
- drakconf-10.1-1tex
- drakxtools-10.1-27.7tex
- drakxtools-backend-10.1-27.7tex
- drakxtools-newt-10.1-27.7tex
- dvd+rw-tools-5.21.4.10.8-2.1tex
- dynamic-0.23-1tex
- e2fsprogs-1.35-1tex
- eagle-usb-1.9.6-1tex
- eject-2.0.13-4mdk
- elfutils-0.84-1mdk
- emelfm-0.9.2-8tex
- esound-0.2.34-1tex
- etcskel-1.63-15mdk
- ethtool-1.6-2mdk
- evolution-data-server-1.0.3-4tex
- expect-8.4.2-1mdk
- fdutils-5.4-8mdk
- ffmpeg-0.4.9-0.pre1.1tex
- file-4.03-2mdk
- filesystem-2.1.3-10mdk
- findutils-4.1.20-1mdk
- flphoto-1.1-1mdk
- fluxbox-0.9.12-1tex
- fontconfig-2.2.99-3tex
- fonts-ttf-decoratives-1.3-12mdk
- fonts-ttf-vera-1.10-2mdk
- fonts-type1-hebrew-0.100-6tex
- font-tools-0.1-10mdk
- foobillard-SDL-3.0-2tex
- foomatic-db-3.0.1-0.20040828.1mdk
- foomatic-db-engine-3.0.1-0.20040828.1mdk
- foomatic-filters-3.0.1-0.20040828.1mdk
- fp-linux-ws-4.4.8-1
- freetype-1.3.1-20mdk
- freetype-devel-1.3.1-20mdk
- freetype-tools-1.3.1-20mdk
- fribidi-0.10.4-3mdk
- gail-1.8.0-1tex
- gaim-1.1.2-1tex
- gaim-encryption-2.33-1tex
- galaxy-gnome-1.0.2-7tex
- galaxy-kde-1.0.2-7tex
- galaxy-kde-kwin-1.0.2-7tex
- galculator-1.2.2-1tex
- gamin-0.0.20-2tex
- gawk-3.1.2-2.1.92mdk
- gcc-3.3.1-2mdk
- gcc-c++-3.3.1-2mdk
- gcc-cpp-3.3.1-2mdk
- GConf2-2.10.0-1tex
- gdk-pixbuf-loaders-0.22.0-5tex
- gettext-0.11.5-7mdk
- gettext-base-0.11.5-7mdk
- gettext-devel-0.11.5-7mdk
- ghostscript-7.07-25mdk
- ghostscript-fonts-6.0-2mdk
- ghostscript-module-X-7.07-25mdk
- gifsicle-1.40-1tex
- gift-0.11.8.1-1tex
- gift-fasttrack-0.8.9-1tex
- gift-gnutella-0.0.10-1tex
- gift-openft-0.2.1.5-1tex
- gkrellm-2.2.4-1tex
- gkrellm-themes-2.1.28-1tex
- glibc-2.3.2-14mdk
- glibc-devel-2.3.2-14mdk
- glib-gettextize-2.4.6-1tex
- Glide_V2-2.53-7mdk
- gmencoder-0.1.0-2tex
- gnome-chess-0.3.3-4mdk
- gnome-games-2.8.0-1tex
- gnome-games-extra-data-2.8.0-1tex
- gnome-icon-theme-2.8.0-2tex
- gnome-keyring-0.4.0-1tex
- gnome-libs-1.4.2-7mdk
- gnome-mime-data-2.4.2-3tex
- gnome-vfs2-2.10.0-1tex
- gnome-volume-manager-1.0.3-6tex
- gnuchess-5.07-5tex
- gnupg-1.2.5-1tex
- gnupg2-1.9.10-1tex
- gnupg-texstar-1.0.0-1tex
- gocr-0.37-3mdk
- gpg-pubkey-22458a98-3969e7de
- gpg-pubkey-70771ff3-3c8f768f
- gpg-pubkey-85c54c72-40e9e13e
- gpg-pubkey-85c54c72-40e9e13e
- gpg-pubkey-9b4a4024-3874ddfb
- gpg-pubkey-e9972fef-40e9dfc6
- gpg-pubkey-e9972fef-40e9dfc6
- gphoto-0.4.3-19mdk
- gphoto2-2.1.4-1tex
- gpm-1.20.1-12tex
- gqview-1.5.6-1tex
- grep-2.5.1-3mdk
- grip-3.2.0-5tex
- groff-1.19-3mdk
- groff-for-man-1.19-3mdk
- gstreamer-alsa-0.8.7-3tex
- gstreamer-arts-0.8.7-3tex
- gstreamer-artsd-0.8.7-3tex
- gstreamer-audio-formats-0.8.7-3tex
- gstreamer-GConf-0.8.7-3tex
- gstreamer-mad-0.8.7-3tex
- gstreamer-plugins-0.8.7-3tex
- gstreamer-tools-0.8.9-2tex
- gstreamer-vorbis-0.8.7-3tex
- gstreamer-x11-0.8.7-3tex
- gtk+2.0-2.4.9-3tex
- gtkam-0.1.11-0.dev1.6mdk
- gtkdialogs-2.0-6mdk
- gtk-qt-engine-0.6-2tex
- gtranscode-0.3-2tex
- guile-1.6.4-3mdk
- gv-3.5.8-30mdk
- gwenview-1.0.1-0.2tex
- gzip-1.2.4a-13.2tex
- hal-0.4.7-11tex
- harddrake-10.1-27.7tex
- harddrake-ui-10.1-27.7tex
- hdparm-5.8-1tex
- hicolor-icon-theme-0.5-6tex
- hostap-0.0.4-1mdk
- hotplug-2004_09_23-3tex
- hpoj-0.91-6tex
- id3lib-3.8.3-4mdk
- ifplugd-0.26-3tex
- ImageMagick-5.5.7.15-6.4tex
- imlib-1.9.14-8.1.tex
- indent-2.2.9-3mdk
- indexhtml-9.1-10mdk
- info-install-4.6-1mdk
- initscripts-7.61.1-21tex
- intltool-0.32.1-1tex
- iproute2-2.4.7-11mdk
- iptables-1.2.9-7.2tex
- iputils-20020927-4mdk
- isapnptools-1.26-6mdk
- jackit-0.99.0-1tex
- jfsprogs-1.1.7-1tex
- jpilot-0.99.6-1mdk
- jpilot-Mail-0.0.6-8mdk
- jpilot-syncmal-0.71.2-3mdk
- k3b-0.11.20-1tex
- kaffeine-0.5-3tex
- kasablanca-0.4.0.2-1tex
- katalog-0.3-2tex
- kbirthday-0.7.3-2tex
- kbudget-0.6-2tex
- kcdlabel-2.12-4tex
- kcpuload-1.99-4tex
- kdeaddons-3.3.2-3tex
- kdeadmin-3.3.2-1tex
- kdeadmin-kpackage-3.3.2-1tex
- kdeartwork-3.3.2-1tex
- kdeartwork-kde-classic-3.3.2-1tex
- kdebase-3.3.2-1tex
- kdebase-kdm-3.3.2-1tex
- kdebase-nsplugins-3.3.2-1tex
- kdebase-servicemenu-10.1-4tex
- kdegames-3.3.2-1tex
- kdegraphics-3.3.2-3tex
- kdelibs-3.3.2-3tex
- kdelibs-common-3.3.2-3tex
- kdemoreartwork-activeheart-1.2.1-2tex
- kdemoreartwork-alloy-0.5.3-2tex
- kdemoreartwork-comix-1.2.3-1tex
- kdemoreartwork-corona-1.0-2tex
- kdemoreartwork-crystal-0.8.0-2tex
- kdemoreartwork-flatknifty-0.4.2-2tex
- kdemoreartwork-grover-1.1-2tex
- kdemoreartwork-kbcl-1.0.8-3tex
- kdemoreartwork-kbl-1.0.8-3tex
- kdemoreartwork-kbml-1.0.8-3tex
- kdemoreartwork-knifty-0.4.2-3tex
- kdemoreartwork-luna-1.0-2tex
- kdemoreartwork-lunamet-1.0-2tex
- kdemoreartwork-nvidia-1.0-2tex
- kdemoreartwork-softcrystal-1.0-2tex
- kdemoreartwork-thinkeramik-3.2.1-2tex
- kdemultimedia-3.3.2-2tex
- kdenetwork-3.3.2-1tex
- kdepim-3.3.2-3tex
- kdesdk-3.3.2-1tex
- kdetoys-3.3.2-1tex
- kdeutils-3.3.2-1tex
- kdm-icons-crystal-0.2-1tex
- kdocker-1.0-rc1_3tex
- kernel-2.6.10-oci7-1-1oci
- kexchange-1.0-4tex
- keybled-0.65-2tex
- kickerpager-0.3.1-3tex
- kio_burn-0.6.2-1tex
- kipi-plugins-0.1-0.beta1.5tex
- kleds-0.8.0-1tex
- klibido-0.2.0-1tex
- kmplayer-0.8.4-1tex
- kmymoney2-0.6.4-2tex
- knetload-2.3-2tex
- knetworkled-0.5-4tex
- komics-1.4-2tex
- kompose-0.5.1-1tex
- konserve-0.10.3-3tex
- konversation-0.15.1-1tex
- konverter-0.7-3tex
- kover-2.9.3-1tex
- kplayer-0.5.3-2tex
- krename-3.0.3-1tex
- krusader-1.51-1tex
- kshowmail-3.1.0-6tex
- ksmoothdock-3.5.1-2tex
- ldconfig-2.3.2-14mdk
- ldetect-0.5.5-1tex
- ldetect-lst-0.1.63-1tex
- less-381-2mdk
- lesstif-0.93.49-3mdk
- lftp-2.6.6-2.1.92mdk
- liba52dec0-0.7.4-3mdk
- libaa1-1.4.0-0.rc5.8mdk
- libacl1-2.2.23-2tex
- libalsa2-1.0.8-7tex
- libalsa2-devel-1.0.8-7tex
- libalsa-data-1.0.8-7tex
- libao2-0.8.3-8mdk
- libapm1-3.2.1-1tex
- libart_lgpl2-2.3.16-1.1tex
- libart_lgpl2-devel-2.3.16-1.1tex
- libarts-1.3.2-2tex
- libarts-devel-1.3.2-2tex
- libarts-static-devel-1.3.2-2tex
- libaspell15-0.50.5-3.2tex
- libassuan0-0.6.6-1tex
- libatk1.0_0-1.8.0-1tex
- libatk1.0_0-devel-1.8.0-1tex
- libattr1-2.4.16-1tex
- libaudiofile0-0.2.3-6mdk
- libaudiofile0-devel-0.2.3-6mdk
- libavc1394_0-0.4.1-4.1tex
- libavifile0.7-0.7.41-0.20041001.1tex
- libaviplayavcodec0.7-0.7.41-0.20041001.1tex
- libbinutils2-2.14.90.0.5-2mdk
- libbonobo2_0-2.8.1-1tex
- libbonobo2_0-devel-2.8.1-1tex
- libbonobo-2.8.1-1tex
- libbonoboui2_0-2.8.0-1tex
- libbonoboui-2.8.0-1tex
- libbzip2_1-1.0.2-16mdk
- libbzip2_1-devel-1.0.2-16mdk
- libcap1-1.10-4.1tex
- libcdda0-IIIa9.8-9tex
- libcdio0-0.70-2tex
- libconsole0-0.2.3-46mdk
- libcrack2-2.7-17mdk
- libcroco2-0.6.0-1tex
- libcups2-1.1.23-4tex
- libcurl3-7.12.1-1tex
- libdb3.3-3.3.11-16mdk
- libdb4.1-4.1.25-4tex
- libdbcxx4.1-4.1.25-4tex
- libdbus-1_0-0.23.2-3tex
- libdbus-glib-1_0-0.23.2-3tex
- libdevmapper1.00-1.00.21-1tex
- libdha1.0-1.0-0.pre6a.2tex
- libdivx4linux0-20030428-2tex
- libdv4-0.103-2tex
- libdvdread3-0.9.4-2mdk
- libelfutils1-0.84-1mdk
- libesound0-0.2.34-1tex
- libesound0-devel-0.2.34-1tex
- libevolution-data-server3-1.0.3-4tex
- libexif9-0.5.12-2mdk
- libexif9-devel-0.5.12-2mdk
- libexif-gtk4-0.3.3-6mdk
- libexpat0-1.95.6-4mdk
- libexpat0-devel-1.95.6-4mdk
- libext2fs2-1.35-1tex
- libfaad2_0-2.0-1.1tex
- libfame0.9_1-0.9.1-2.1tex
- libffmpeg0-0.4.9-0.pre1.1tex
- libffmpeg0-devel-0.4.9-0.pre1.1tex
- libfftw2-2.1.5-4tex
- libflac++4-1.1.1-1tex
- libflac6-1.1.1-1tex
- libflac6-devel-1.1.1-1tex
- libfltk1.1-1.1.4-0.rc1.1mdk
- libfontconfig1-2.2.99-3tex
- libfontconfig1-devel-2.2.99-3tex
- libfox1.2-1.2.11-1tex
- libfreetype6-2.1.9-4tex
- libfreetype6-devel-2.1.9-4tex
- libfribidi0-0.10.4-3mdk
- libfribidi0-devel-0.10.4-3mdk
- libgail17-1.8.0-1tex
- libgamin-1_0-0.0.20-2tex
- libgamin-1_0-devel-0.0.20-2tex
- libgcc1-3.3.1-2mdk
- libGConf2_4-2.10.0-1tex
- libGConf2_4-devel-2.10.0-1tex
- libgcrypt11-1.2.0-4tex
- libgdbm2-1.8.0-24mdk
- libgdbm2-devel-1.8.0-24mdk
- libgdkcardimage0-2.4.0-1mdk
- libgdk_pixbuf2.0_0-2.4.9-3tex
- libgdk_pixbuf2.0_0-devel-2.4.9-3tex
- libgdk-pixbuf2-0.22.0-5tex
- libgdk-pixbuf-gnomecanvas1-0.22.0-8tex
- libggi-2.0.3-4mdk
- libggi2-2.0.3-4mdk
- libgift0-0.11.8.1-1tex
- libgii0-0.8.3-4mdk
- libgii-0.8.3-4mdk
- libgimpprint1-4.2.7-8mdk
- libglade0-0.17-9mdk
- libglade2.0_0-2.3.6-1.tex
- libglade-gnome0-0.17-9mdk
- libglib1.2-1.2.10-11mdk
- libglib2.0_0-2.4.6-1tex
- libglib2.0_0-devel-2.4.6-1tex
- libgmp3-4.1.2-3mdk
- libgnet-2.0_0-2.0.4-1mdk
- libgnome2_0-2.8.0-1tex
- libgnome2-2.8.0-1tex
- libgnome32-1.4.2-7mdk
- libgnomecanvas2_0-2.8.0-1tex
- libgnomecups-0.2.0-1tex
- libgnomecups-1.0_1-0.2.0-1tex
- libgnome-keyring0-0.4.0-1tex
- libgnomeprint-2.10.0-1tex
- libgnomeprint2-2_0-2.10.0-1tex
- libgnomeprintui2-2_0-2.8.2-1tex
- libgnomeui2_0-2.8.0-1tex
- libgnomeui2-2.8.0-1tex
- libgnome-vfs2_0-2.10.0-1tex
- libgnome-vfs2_0-devel-2.10.0-1tex
- libgnutls11-1.0.13-1tex
- libgpg-error0-1.0-1tex
- libgpg-error0-devel-1.0-1tex
- libgpgme11-0.9.0-2tex
- libgpgme11-devel-0.9.0-2tex
- libgphoto2-2.1.4-3tex
- libgphoto2-devel-2.1.4-3tex
- libgphoto-hotplug-2.1.4-3tex
- libgpm1-1.20.1-12tex
- libgpm1-devel-1.20.1-12tex
- libgsf-1_1-1.8.2-1mdk
- libgsf-1_1-devel-1.8.2-1mdk
- libgstgconf0.8-0.8.7-3tex
- libgstreamer0.8-0.8.9-2tex
- libgstreamer-plugins0.8-0.8.7-3tex
- libgtk+1.2-1.2.10-37mdk
- libgtk+2.0_0-2.4.9-3tex
- libgtk+2.0_0-devel-2.4.9-3tex
- libgtkhtml2_0-2.6.2-1tex
- libgtkmm1.2-1.2.10-6mdk
- libgtkspell0-2.0.3-5mdk
- libgtk+-x11-2.0_0-2.4.9-3tex
- libguile12-1.6.4-3mdk
- libhal0-0.4.7-11tex
- libhowl1-0.9.6-2tex
- libhowl1-devel-0.9.6-2tex
- libhpojip0-0.91-6tex
- libid3_3.8_3-3.8.3-4mdk
- libid3tag0-0.15.0b-4mdk
- libIDL2_0-0.8.5-1tex
- libIDL2_0-devel-0.8.5-1tex
- libieee1284_3-0.2.6-4mdk
- libieee1284_3-devel-0.2.6-4mdk
- libijs0-0.34-82mdk
- libimlib1-1.9.14-8.1.tex
- libimlib2_1-1.1.0-4tex
- libimlib2_1-filters-1.1.0-4tex
- libimlib2_1-loaders-1.1.0-4tex
- libintl2-0.11.5-7mdk
- libiw27-27-1tex
- libjack0-0.99.0-1tex
- libjack0-devel-0.99.0-1tex
- libjpeg62-6b-32mdk
- libjpeg62-devel-6b-32mdk
- libjpeg-progs-6b-32mdk
- libjpilot_plugin0-0.99.6-1mdk
- libkexif-0.2.1-1tex
- libkipi-0.1-2tex
- libkrb53-1.3.4-2.2tex
- libksba8-0.9.8-1tex
- liblame0-3.96.1-1tex
- liblcms1-1.10-1mdk
- liblcms1-devel-1.10-1mdk
- libldap2-2.1.29-5.1tex
- libldap2-devel-2.1.29-5.1tex
- liblinc1-1.0.3-1mdk
- liblinux-atm1-2.4.1-3mdk
- liblirc0-0.6.6-7.1tex
- libltdl3-1.5.12-2tex
- liblzo1-1.08-4tex
- libmad0-0.15.1b-3tex
- libmad0-devel-0.15.1b-3tex
- libmagic1-4.03-2mdk
- libMagick5.5.7-5.5.7.15-6.4tex
- libmal0-0.31-5mdk
- libMesaGL1-5.0.2-8.2tex
- libMesaGLU1-5.0.2-8.2tex
- libMesaGLU1-devel-5.0.2-8.2tex
- libMesaglut3-5.0.2-8.2tex
- libmikmod2-3.1.10-7mdk
- libmjpegtools1.6-1.6.2-8tex
- libmng1-1.0.5-4mdk
- libmng1-devel-1.0.5-4mdk
- libmodplug0-0.7-1tex
- libmpeg3_1-1.5-1.1tex
- libmusicbrainz4-2.1.1-1tex
- libmusicbrainz4-devel-2.1.1-1tex
- libnas2-1.6-10mdk
- libnas2-devel-1.6-10mdk
- libncurses5-5.3-1.20030215.3mdk
- libncurses5-devel-5.3-1.20030215.3mdk
- libnetpbm9-9.24-7mdk
- libnet-snmp50-5.0.9-7.1.92mdk
- libnewt0.51-0.51.6-9tex
- libnspr4-1.7.5-1tex
- libnss3-1.7.5-1tex
- libntfs5-1.9.4-1tex
- libogg0-1.1-5tex
- libogg0-devel-1.1-5tex
- liboggflac1-1.1.1-1tex
- liboil0.2-0.2.2-2tex
- libopencdk8-0.5.4-2tex
- libopenct0-0.1.0-1tex
- libopenh323_1-1.15.2-2.1tex
- libopenh323_1-devel-1.15.2-2.1tex
- libopenh323_1-plugins-1.15.2-2.1tex
- libopensc0-0.8.1-1tex
- libopenslp1-1.0.11-4mdk
- libopenssl0.9.7-0.9.7d-1.2tex
- libopenssl0.9.7-devel-0.9.7d-1.2tex
- libORBit0-0.5.17-6mdk
- libORBit2_0-2.12.1-1tex
- libORBit2_0-devel-2.12.1-1tex
- libpam0-0.77-22tex
- libpango1.0_0-1.6.0-1tex
- libpango1.0_0-devel-1.6.0-1tex
- libpango1.0_0-modules-1.6.0-1tex
- libpaper1-1.1.8-4.1tex
- libparted1.6-1.6.20-1tex
- libpcap0-0.7.2-3mdk
- libpcre0-4.3-6tex
- libpcre0-devel-4.3-6tex
- libpisock++0-0.11.8-4mdk
- libpisock8-0.11.8-4mdk
- libpisock8-devel-0.11.8-4mdk
- libpisync0-0.11.8-4mdk
- libpng3-1.2.5-8.2tex
- libpng3-devel-1.2.5-8.2tex
- libpolypaudio0.7-0.7-3tex
- libpostproc0-1.0-0.pre6a.2tex
- libpq3-7.3.4-2mdk
- libptal0-0.91-6tex
- libpth20-2.0.0-2tex
- libpth20-devel-2.0.0-2tex
- libpwdb0-0.61.2-3mdk
- libpwlib1-1.8.3-3.1tex
- libpwlib1-devel-1.8.3-3.1tex
- libpwlib1-plugins-1.8.3-3.1tex
- libpython2.3-2.3.4-5.1tex
- libqt3-3.3.3-6tex
- libqt3-devel-3.3.3-6tex
- libquicktime0-0.9.3-1.1tex
- libraw1394_5-0.9.0-4mdk
- libreadline4-4.3-7mdk
- libreadline4-devel-4.3-7mdk
- librsvg2_2-2.8.1-1tex
- libsamplerate0-0.1.2-1tex
- libsamplerate0-devel-0.1.2-1tex
- libsane1-1.0.14-1tex
- libsane1-devel-1.0.14-1tex
- libsane-hpoj1-0.91-6tex
- libsasl2-2.1.15-10.1tex
- libsasl2-devel-2.1.15-10.1tex
- libscrollkeeper0-0.3.14-1.1tex
- libSDL1.2-1.2.7-2.1tex
- libSDL1.2-devel-1.2.7-2.1tex
- libSDL_image1.2-1.2.3-3mdk
- libSDL_mixer1.2-1.2.5-3mdk
- libSDL_net1.2-1.2.5-2mdk
- libselinux1-1.15.4-3tex
- libshout3-2.0-3.1tex
- libslang1-1.4.9-6tex
- libsmbclient0-3.0.11-1tex
- libsmokeqt1-1.2.1-3mdk
- libsmpeg0.4-0.4.4-23mdk
- libsndfile1-1.0.11-1tex
- libsoup-2.2_7-2.2.1-1tex
- libspeex1-1.1.6-1tex
- libstartup-notification-1_0-0.7-1tex
- libstdc++2.10-2.96-0.83mdk
- libstdc++5-3.3.1-2mdk
- libstdc++5-devel-3.3.1-2mdk
- libsysfs1-1.2.0-5tex
- libtaglib0-1.3.1-1tex
- libtermcap2-2.0.8-35mdk
- libtiff3-3.6.1-7tex
- libtiff3-devel-3.6.1-7tex
- libtool-1.5.12-2tex
- libtunepimp-0.3.0-1tex
- libungif4-4.1.0-23mdk
- libunixODBC2-2.2.6-4mdk
- libunixODBC2-devel-2.2.6-4mdk
- libusb0.1_4-0.1.8-6tex
- libusb0.1_4-devel-0.1.8-6tex
- libuser-0.51.7-9.2tex
- libuser1-0.51.7-9.2tex
- libutempter0-0.5.2-13.1tex
- libvisual0-0.2.0-1tex
- libvorbis0-1.1.0-1.1tex
- libvorbis0-devel-1.1.0-1.1tex
- libvorbisenc2-1.1.0-1.1tex
- libvorbisfile3-1.1.0-1.1tex
- libvte4-0.11.10-5.1tex
- libwmf0.2_7-0.2.8.3-2tex
- libwmf-0.2.8.3-2tex
- libwvstreams3.7-3.70-3mdk
- libwxgtk2.5_3-2.5.3-2tex
- libXaw3d7-1.5-13mdk
- libxclass0-0.6.3-14tex
- libxine1-1.0-2tex
- libxine1-devel-1.0-2tex
- libxklavier8-1.03-1tex
- libxklavier-data-1.03-1tex
- libxml1-1.8.17-7.2tex
- libxml2-2.6.8-1tex
- libxml2-devel-2.6.8-1tex
- libxml2-utils-2.6.8-1tex
- libxmms1-1.2.10-1tex
- libxorg-x11-6.8.2-2tex
- libxorg-x11-devel-6.8.2-2tex
- libxpm4-3.4k-28.3tex
- libxpm4-devel-3.4k-28.3tex
- libxslt1-1.1.5-1tex
- libxslt1-devel-1.1.5-1tex
- libxvid4-1.0.3-1tex
- lilo-22.6.1-3tex
- limewire-4.4.5-1tex
- links-2.1-0.pre11.1mdk
- LinNeighborhood-0.6.5-7tex
- linux-atm-2.4.1-3mdk
- lirc-0.6.6-7.1tex
- locales-2.3.2-5mdk
- locales-en-2.3.2-5mdk
- logrotate-3.6.6-2mdk
- losetup-2.11z-8tex
- lsb-release-1.4-5mdk
- lsdvd-0.10-1.1tex
- lsof-4.68-1mdk
- lvm2-2.00.33-1tex
- m4-1.4.2-1tex
- mailcap-2.0.4-9mdk
- mailx-8.1.1-23mdk
- make-3.80-5mdk
- makedev-4.3-1tex
- man-1.5k-12mdk
- mandrake_desk-9.2-8mdk
- mandrake_doc-common-9.2-1mdk
- mandrakelinux-theme-0.2.13-6tex
- mandrake-menu-directory-1.0-42.7tex
- man-pages-1.60-1mdk
- mawk-1.3.3-6mdk
- mc-4.6.0-6.1tex
- mdklaunchhelp-9.2-6mdk
- mdk-menu-messages-9.2-6mdk
- mediacheck-7.3-1mdk
- mencoder-1.0-0.pre6a.2tex
- menu-2.1.9-19.3tex
- menudrake-0.7.4-5mdk
- Mesa-5.0.2-8.2tex
- mikmod-3.1.6a-13mdk
- mingetty-1.00-3mdk
- mjpegtools-1.6.2-8tex
- mkbootdisk-1.4.5-7mdk
- mkinitrd-4.1.12-6tex
- mkisofs-2.01-1tex
- mktemp-1.5-12tex
- mkxauth-1.7-8.1tex
- module-init-tools-3.0-7tex
- modutils-2.4.26-3.1tex
- mount-2.11z-8tex
- mountloop-0.11.6-1.1tex
- mozilla-firefox-1.0-1tex
- mozilla-flash-1.7-2tex
- mozilla-java-1.7.3-1tex
- mozilla-thunderbird-1.0-1tex
- mp32ogg-0.11-3mdk
- mpage-2.5.3-5mdk
- mpg123-0.59r-22.2tex
- mplayer-1.0-0.pre6a.2tex
- mplayer-gui-1.0-0.pre6a.2tex
- mplayerplugin-2.75-1tex
- msec-0.40-1mdk
- mtools-3.9.9-2mdk
- myspell-en_AU-1.0.2-0.20030329.1mdk
- myspell-en_GB-1.0.2-0.20021216.1mdk
- myspell-en_US-1.0.2-0.20020626.1mdk
- myspell-hyph-en-1.0.2-0.20020727.1mdk
- nano-1.3.5-1tex
- ncurses-5.3-1.20030215.3mdk
- ndiswrapper-1.0-1tex
- netpbm-9.24-7mdk
- netprofile-0.6-1mdk
- net-tools-1.60-9mdk
- newt-0.51.6-9tex
- nmap-3.78-1tex
- nmap-frontend-3.78-1tex
- ntfsprogs-1.9.4-1tex
- numlock-2.0-8mdk
- nvu-0.81-1tex
- omni-0.9.1-13tex
- openldap-2.1.29-5.1tex
- openofficeorg-calc-1.9.100-1
- openofficeorg-core01-1.9.100-1
- openofficeorg-core02-1.9.100-1
- openofficeorg-core03-1.9.100-1
- openofficeorg-core03u-1.9.100-1
- openofficeorg-core04-1.9.100-1
- openofficeorg-core04u-1.9.100-1
- openofficeorg-core05-1.9.100-1
- openofficeorg-core05u-1.9.100-1
- openofficeorg-core06-1.9.100-1
- openofficeorg-core07-1.9.100-1
- openofficeorg-core08-1.9.100-1
- openofficeorg-core09-1.9.100-1
- openofficeorg-core10-1.9.100-1
- openofficeorg-draw-1.9.100-1
- openofficeorg-gnome-integration-1.9.100-1
- openofficeorg-graphicfilter-1.9.100-1
- openofficeorg-impress-1.9.100-1
- openofficeorg-javafilter-1.9.100-1
- openofficeorg-math-1.9.100-1
- openofficeorg-pyuno-1.9.100-1
- openofficeorg-spellcheck-1.9.100-1
- openofficeorg-testtool-1.9.100-1
- openofficeorg-writer-1.9.100-1
- openofficeorg-xsltfilter-1.9.100-1
- openslp-1.0.11-4mdk
- openssh-3.6.1p2-9.1tex
- openssh-askpass-3.6.1p2-9.1tex
- openssh-clients-3.6.1p2-9.1tex
- openssh-server-3.6.1p2-9.1tex
- openssl-0.9.7d-1.2tex
- ORBit-0.5.17-6mdk
- ORBit2-2.12.1-1tex
- pam-0.77-22tex
- pan-0.14.2.91-5tex
- pango-1.6.0-1tex
- parchive2-0.3-1tex
- parted-1.6.20-1tex
- partimage-0.6.4-2tex
- passwd-0.68-4tex
- patch-2.5.9-1mdk
- pciutils-2.1.11-4.1tex
- pclinuxos-mime-0.4-9.2tex
- pclinuxos-release-10.0-3tex
- pclinuxos-theme-0.2.13-1tex
- pcmcia-cs-3.2.4-2mdk
- pcre-4.3-6tex
- pcsc-lite-1.1.2-5tex
- perl-5.8.5-3.3tex
- perl-Authen-SASL-2.08-1mdk
- perl-base-5.8.5-3.3tex
- perl-CGI-3.05-1mdk
- perl-Convert-ASN1-0.18-1mdk
- perl-Crypt-SmbHash-0.12-1tex
- perl-DB_File-1.810-2mdk
- perl-Digest-HMAC-1.01-11mdk
- perl-Digest-SHA1-2.10-1mdk
- perl-Expect-1.15-6mdk
- perl-Glib-1.054-1mdk
- perl-Gnome2-Vte-0.04-1mdk
- perl-Gtk2-1.054-1mdk
- perl-Gtk2-TrayIcon-0.04-1mdk
- perl-HTML-Parser-3.36-1mdk
- perl-HTML-Tagset-3.03-7mdk
- perl-IO-Tty-1.02-9mdk
- perl-ldap-0.31-2mdk
- perl-Libconf-0.33-2mdk
- perl-libwww-perl-5.800-1mdk
- perl-Locale-gettext-1.01-13mdk
- perl-MailTools-1.62-1mdk
- perl-MDK-Common-1.1.18-1mdk
- perl-MP3-Info-1.02-4mdk
- perl-Net_SSLeay-1.25-3mdk
- perl-Qt-3.008-4.1tex
- perl-String-ShellQuote-1.00-7mdk
- perl-TimeDate-1.16-3.1tex
- perl-URI-1.31-2mdk
- perl-URPM-1.03-1mdk
- perl-XML-NamespaceSupport-1.08-4mdk
- perl-XML-Parser-2.34-3mdk
- perl-XML-SAX-0.12-4mdk
- pilot-link-0.11.8-4mdk
- pinball-0.3.1-1tex
- pinentry-0.7.1-2tex
- pinentry-qt-0.7.1-2tex
- pkgconfig-0.15.0-3mdk
- planner-0.11-2tex
- playmidi-2.5-2mdk
- plugger-5.1.3-1tex
- popt-1.8-22.1.92mdk
- popt-devel-1.8-22.1.92mdk
- portmap-4.0-21mdk
- ppp-2.4.1-12mdk
- ppp-pppoatm-2.4.1-12mdk
- ppp-pppoe-2.4.1-12mdk
- pptp-adsl-1.0.2-13mdk
- pptp-linux-1.3.1-1mdk
- printer-filters-10.1-0.2mdk
- printer-testpages-10.1-0.2mdk
- prism2-utils-0.2.1-0.pre26.2tex
- procinfo-18-4mdk
- procmail-3.22-4mdk
- procps-3.1.11-2mdk
- progsreiserfs-0.3.0.4-5tex
- psmisc-21.3-2mdk
- psutils-p17-8mdk
- pump-0.8.14-2mdk
- putty-0.56-0.20041221.1tex
- pwdb-conf-0.61.2-3mdk
- pygtk2.0-wrapper-2.3.96-1.1tex
- python-base-2.3.4-5.1tex
- qemu-0.6.2-021305.2tex
- qsynaptics-0.21-3tex
- qt3-common-3.3.3-6tex
- qtfprot-0.2.1c-1tex
- qtparted-0.4.4-2tex
- raidtools-0.90-13mdk
- rar-3.2.0-1.1tex
- rdate-1.3-3mdk
- rdesktop-1.3.1-3tex
- real-codecs-1.2-2.1tex
- reiserfsprogs-3.6.19-1tex
- rezound-0.11.1-1tex
- rfb-0.6.1-7mdk
- rfbdrake-1.0-7tex
- ripperx-2.6.4-1tex
- rootfiles-9.1-0.1mdk
- rpm-4.2-22.1.92mdk
- rpm-build-4.2-22.1.92mdk
- rpm-helper-0.9.1-1mdk
- rpmtools-4.5-13mdk
- rp-pppoe-3.5-4.2tex
- rp-pppoe-gui-3.5-4.2tex
- rsh-0.17-12mdk
- rsync-2.6.3-1tex
- samba-client-3.0.11-1tex
- samba-common-3.0.11-1tex
- samba-server-3.0.11-1tex
- sane-backends-1.0.14-1tex
- saned-1.0.14-1tex
- sash-3.5-6mdk
- scli-0.2.12-4tex
- scribus-1.2.1-1tex
- scrollkeeper-0.3.14-1.1tex
- sed-4.0.7-1mdk
- setserial-2.17-7mdk
- setup-2.4-2mdk
- sgml-common-0.6.3-8mdk
- shadow-utils-4.0.3-8.2tex
- shared-mime-info-0.15-2tex
- shorewall-2.0.8-1tex
- skype-1.0.0.1-1tex
- slocate-2.7-2.1tex
- smb4k-0.5.1-1tex
- sndconfig-0.68-1mdk
- sound-scripts-0.19-1tex
- soundwrapper-1.3-3tex
- sox-12.17.4-2mdk
- spec-helper-0.9.2-1mdk
- speedtouch-1.3-9tex
- squashfs-tools-2.1-1tex
- strace-4.4.98-1mdk
- streamripper-1.60.8-1tex
- streamtuner-0.12.5-1tex
- streamtuner-live365-0.3.4-1tex
- sudo-1.6.8p1-1.2tex
- sunjammer-0.5.1-4tex
- super-3.23.0-2tex
- superkaramba-0.35-2tex
- supertux-0.1.2-1tex
- suspend-scripts-1.8.2-1tex
- symlinks-1.2-15mdk
- synaptic-0.55.3-1tex
- synaptics-0.14.0-1tex
- sysctlconfig-0.15-1tex
- sysfsutils-1.2.0-5tex
- sysklogd-1.4.1-7tex
- syslinux-1.76-15tex
- systemtarapplet2-0.3-3tex
- SysVinit-2.85-1mdk
- t1lib1-1.3.1-12mdk
- t1utils-1.27-1mdk
- taglib-1.3.1-1tex
- tar-1.15.1-1tex
- tcl-8.4.2-1mdk
- tcp_wrappers-7.6-23mdk
- termcap-11.0.1-8mdk
- tftp-0.34-1mdk
- thumber-1.1.1-1tex
- tightvnc-1.2.7-5mdk
- tightvnc-server-1.2.7-5mdk
- time-1.7-25mdk
- timeconfig-3.2-8mdk
- timezone-2.3.2-14mdk
- TiMidity++-2.13.2-2tex
- timidity-instruments-1.0-19mdk
- tk-8.4.2-1mdk
- tmdns-0.1-12mdk
- tmpwatch-2.9.0-1mdk
- transcode-0.6.14-1tex
- tvtime-0.9.15-1tex
- uClibc-0.9.21-5tex
- udev-053-3tex
- umb-scheme-3.2-20mdk
- unzip-5.50-9mdk
- urw-fonts-2.0-10mdk
- usbutils-0.70-1tex
- usbview-1.0-9.1tex
- userdrake-1.1-2tex
- usermode-1.63-6mdk
- usermode-consoleonly-1.63-6mdk
- utempter-0.5.2-13.1tex
- util-linux-2.11z-8tex
- uudeview-0.5.20-2tex
- vedi-Type1-fonts-1.0-1tex
- vim-minimal-6.3-5.2tex
- vixie-cron-3.0.1-56mdk
- vobcopy-0.5.10-1.1tex
- vorbis-tools-1.0.1-5.3tex
- vte-0.11.10-5.1tex
- wget-1.9.1-4.2tex
- which-2.14-5mdk
- win32-codecs-1.6-3.1tex
- wireless-tools-27-1tex
- wvdial-1.53-3mdk
- wxGTK2.5-2.5.3-2tex
- X11R6-contrib-6.8.2-2tex
- xanim-codecs-1.0-4tex
- xboard-4.2.7-4.1tex
- xcdroast-0.98-29.alpha14mdk
- xchat-2.4.1-1tex
- xclass-icons-0.6.3-14tex
- Xdialog-2.1.1-2tex
- xfsprogs-2.6.3-1.1tex
- xine-arts-1.0-2tex
- xine-plugins-1.0-2tex
- xinetd-2.3.11-4mdk
- xine-ui-0.99.3-1tex
- xine-ui-fb-0.99.3-1tex
- xine-win32-1.0-2tex
- xinitrc-2.4.11-1tex
- xmms-1.2.10-1tex
- xmms-alsa-1.2.10-1tex
- xmms-arts-0.7.1-2.1tex
- xmmsctrl-1.8-1tex
- xmms-esd-1.2.10-1tex
- xojpanel-0.91-6tex
- xorg-x11-100dpi-fonts-6.8.2-2tex
- xorg-x11-6.8.2-2tex
- xorg-x11-75dpi-fonts-6.8.2-2tex
- xorg-x11-cyrillic-fonts-6.8.2-2tex
- xorg-x11-glide-module-6.8.2-2tex
- xorg-x11-server-6.8.2-2tex
- xorg-x11-Xdmx-6.8.2-2tex
- xorg-x11-xfs-6.8.2-2tex
- xorg-x11-Xnest-6.8.2-2tex
- xorg-x11-Xprt-6.8.2-2tex
- xorg-x11-Xvfb-6.8.2-2tex
- xpdf-3.00-7.3tex
- xpp-1.1-10mdk
- xsane-0.97-1tex
- xterm-179-1mdk
- zcip-4-3mdk
- zenity-2.8.0-1tex
- zip-2.3-11.2tex
- zisofs-tools-1.0.6-1tex
- zlib1-1.1.4-8mdk
- zlib1-devel-1.1.4-8mdk
Download (MB)
Added: 2006-09-29 License: GPL (GNU General Public License) Price:
1130 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above vte search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed