pkgtool: problemi con remove!!

Se avete problemi con l'installazione e la configurazione di Slackware postate qui. Non usate questo forum per argomenti generali... per quelli usate Gnu/Linux in genere.

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Slackware, se l'argomento è generale usate il forum Gnu/Linux in genere.
3) Leggere attentamente le risposte ricevute.
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Avatar utente
slucky
Iper Master
Iper Master
Messaggi: 2420
Iscritto il: mar 1 mag 2007, 15:30
Slackware: 15.0
Desktop: xfce4
Distribuzione: FreeBSD

Messaggio da slucky »

Gli ultimi pacchetti che ho installato sono acidrip, lsdvd, audacious+ plugin, jre 6.2, slackdeptrack, gparted, kino..........mmmmhhh.........almeno sono quelli che ricordo, però sinceramente non credo che possano aver creato problemi a pkgtool :-k
Boh!!! il mistero si infittisce................. 8)

Ciao :)

Avatar utente
albatros
Iper Master
Iper Master
Messaggi: 2098
Iscritto il: sab 4 feb 2006, 13:59
Kernel: 6.18.0
Desktop: gnome and lxqt
Distribuzione: Ubuntu 24.04 & FC 41
Località: Darmstadt - Germania

Messaggio da albatros »

Codice: Seleziona tutto

 (
     cat << EOF
dialog --title "SELECT PACKAGES TO REMOVE" --item-help --checklist \
"Please select the \
packages you wish to Remove. Use the \
spacebar to select packages to delete, and the UP/DOWN arrow keys to \
scroll up and down through the entire list." 20 75 11 \\
EOF
     FILES=`ls $ADM_DIR/packages`
     if [ -n "$FILES" ]; then
       cd $ADM_DIR/packages
       { grep '^PACKAGE DESCRIPTION:$' -Z -H -m1 -A1 $FILES; echo; } \
       | sed -n 'h;n;/\x00/{h;n;};x;s/  */ /g;s/ $//;s/[\"`$]/\\&/g
           s/\(.*\)\x00\([^:]*:\)\? *\(.*\)/ "\1" "\3" off "Select\/Unselect removing package \1" \\/;p'
     fi
     echo "2> $TMP/return"
   ) > $TMP/rmscript
   if [ -L $LOG -o -r $LOG ]; then
     rm -f $LOG
   fi
   cat /dev/null > $LOG
   chmod 600 $LOG
   chmod 700 $TMP/rmscript
   export ADM_DIR;
   $TMP/rmscript
   remove_packages `cat $TMP/return | tr -d "\042"`
Visto l'errore riportato:
Citazione:
no such package: /var/log/setup/tmp/rmscript:. Can't remove.
No such package: line. Can't remove.
No such package: 1:. Can't remove.
No such package: /usr/bin/dialog:. Can't remove.
No such package: Argument. Can't remove.
No such package: list. Can't remove.
No such package: too. Can't remove.
No such package: long. Can't remove.
dialog fallisce: quando viene eseguito rmscript, viene creato return con le scelte dei pacchetti da togliere, ma questo contiene l'errore di dialog, che si lamenta di una lista di argomenti troppo lunga; il contenuto di return, che dovrebbe essere l'elenco dei pacchetti da togliere, viene poi passato alla funzione remove_packages (che poi chiama removepkg), solo che contiene l'errore, al che removepkg si lamenta di non poter rimuovere dei programmi chiamati come le parole dell'errore perché non esistono.

A questo punto la domanda è: perché dialog fallisce? Perché non gradisce la lista che gli viene passata? :?: :roll: :(

Avatar utente
slucky
Iper Master
Iper Master
Messaggi: 2420
Iscritto il: mar 1 mag 2007, 15:30
Slackware: 15.0
Desktop: xfce4
Distribuzione: FreeBSD

Messaggio da slucky »

In primis grazie Albatros per il grande lavoro che stai facendo =D> cosa che io con le mie ancora empiriche conoscenze di Slack non potrei mai fare.............però vedi che pian piano..............si comincia a sentire odore di baco..............lontano un miglio............è non si tratta di un baco da seta :lol: :lol:
Però sono sicuro che lavorandoci troveremo la soluzione anche a questo problema ;)

Ciao e buonanotte, chissà che la notte non porti consiglio.........malgrado tutto mai perdere il buonumore :D

Avatar utente
albatros
Iper Master
Iper Master
Messaggi: 2098
Iscritto il: sab 4 feb 2006, 13:59
Kernel: 6.18.0
Desktop: gnome and lxqt
Distribuzione: Ubuntu 24.04 & FC 41
Località: Darmstadt - Germania

Messaggio da albatros »

però vedi che pian piano..............si comincia a sentire odore di baco..............lontano un miglio............
Sì, ma l'imputato,almeno secondo me, è dialog.
L'espressione regolare usata per sed non l'ho controllata a fondo (anche perché non è che domini le regexp), comunque penso vada bene, altrimenti anche la visualizzazione al momento della scelta ne risentirebbe, inoltre l'errore dovrei averlo anch'io, mentre a me pkgtool funziona bene.
Tenderei a escludere bachi in sed e grep perché, a meno che non introducano caratteri non stampati che dialog non sa interpretare correttamente, l'errore si vedrebbe, inoltre sono programmi molto collaudati e vengono usati senza problemi anche nelle parti di pkgtool che funzionano bene.
Non sono pratico di dialog, ma da una rapida occhiata alla pagina di manuale la sintassi sembrerebbe corretta, inoltre se fosse un problema di sintassi dovrebbe essere comune a tutti, non solo a qualcuno, senza contare che Patrick usa questo script da anni.
Io azzarderei dunque l'ipotesi di un problema a dialog o a una delle librerie a cui è linkato...
Naturalmente sto facendo una congettura che potrebbe rivelarsi del tutto sbagliata o, da dilettante, potrei aver commesso degli errori nel ragionamento o potrebbe essermi sfuggito qualcosa. Il fatto di non poter replicare l'errore poi non mi consente di fare ulteriori indagini... :roll:

Avatar utente
Paoletta
Staff
Staff
Messaggi: 3975
Iscritto il: lun 25 apr 2005, 0:00
Slackware: 14.2 - 64 bit
Desktop: fluxbox
Località: Varese

Messaggio da Paoletta »

Codice: Seleziona tutto

no such package: /var/log/setup/tmp/rmscript:. Can't remove. 
ma no, il problema è dato dal fatto che in /var/log/setup/tmp/rmscript viene scritto un punto anzichè il nome del pacchetto da cancellare...difatti anche qui si vede la stessa cosa:

Codice: Seleziona tutto

No such package: 1:. Can't remove. 
di conseguenza dialog fallisce;
bisogna capire perchè in quel file viene scritto solo un punto...l'errore è prima

Avatar utente
albatros
Iper Master
Iper Master
Messaggi: 2098
Iscritto il: sab 4 feb 2006, 13:59
Kernel: 6.18.0
Desktop: gnome and lxqt
Distribuzione: Ubuntu 24.04 & FC 41
Località: Darmstadt - Germania

Messaggio da albatros »

Codice: Seleziona tutto

root@darkenergy:/home/g# removepkg pippo

No such package: /var/log/packages/pippo. Can't remove.
root@darkenergy:/home/g# removepkg /var/log/setup/tmp/rmscript

No such package: /var/log/packages/rmscript. Can't remove.
root@darkenergy:/home/g# removepkg 1:

No such package: /var/log/packages/1:. Can't remove.
A me sembra che rmscript, che viene eseguito alla riga:
$TMP/rmscript
dopo che poco sopra gli è stato assegnato 700 come permesso, e che esegue il dialog di sopra mettendo il risultato in return alla riga:
echo "2> $TMP/return"
, riscontri un errore nell'esecuzione di dialog, producendo il seguente messaggio di errore che viene scritto su return:
/var/log/setup/tmp/rmscript: line 1: /usr/bin/dialog: Argument list too long
Poi return viene passato alla funzione removepkg alla riga:
remove_packages `cat $TMP/return | tr -d "\042"`
dove tr cancella il codice ascii 042, che dovrebbe essere ottale per le virgolette.
La funzione remove_packages prende uno a uno gli argomenti passati
(riga for pkg_name in $* ) e chiama removepkg:
removepkg $pkg_name >> $LOG 2> /dev/null
se pkg_name esiste (riga if [ -r $ADM_DIR/packages/$pkg_name ] )
altrimenti viene stampato un avviso:
else
echo "No such package: $pkg_name. Can't remove." >> $LOG
il file di log è definito come:
LOG=$TMP/PKGTOOL.REMOVED

Ho alcune mie incertezze personali circa la redirezione di std output ed error, ma in sostanza mi pare che quel che accade sia quello che ho scritto sopra, per cui ritengo che l'errore sia generato da dialog, se per un suo baco o per un'errata formattazione o per qualche altro motivo non lo so.
Ma, ripeto, non sono un professionista e potrei benissimo sbagliarmi. :)
Però non vedo dove sia il punto che produce l'errore in dialog, a me sembra che quello indicato sia solo il punto del messaggio di errore. :?
Si potrebbe comunque vedere con maggiore sicurezza cosa dicono i file in questione commentando la riga:
rm -f $TMP/rmscript $TMP/return $TMP/tmpmsg $TMP/SeT*
poco sotto.

Avatar utente
slucky
Iper Master
Iper Master
Messaggi: 2420
Iscritto il: mar 1 mag 2007, 15:30
Slackware: 15.0
Desktop: xfce4
Distribuzione: FreeBSD

Messaggio da slucky »

mmmmhhhh......... #-o allora probabilmente è un problema difficile da risolvere, forse dovremo aspettare io e gohanz che esca un aggiornamento di pkgtools.........però speriamo comunque di risolvere prima perchè in effetti è una comodità in meno, per ora uso kpackage per disinstallare.

Ciao a tutti!!! :D

Avatar utente
albatros
Iper Master
Iper Master
Messaggi: 2098
Iscritto il: sab 4 feb 2006, 13:59
Kernel: 6.18.0
Desktop: gnome and lxqt
Distribuzione: Ubuntu 24.04 & FC 41
Località: Darmstadt - Germania

Messaggio da albatros »

slucky, potresti per favore provare a commentare mettendo un # a inizio riga la riga 271:
rm -f $TMP/rmscript $TMP/return $TMP/tmpmsg $TMP/SeT*
in pkgtool, in modo che non vengano cancellati questi file per poi postarci rmscript e return?
Magari fatti prima una copia di /sbin/pkgtool di backup...
E ricordati di cancellare, dopo l'invio, quei file e di ripristinare il vecchio pkgtool.
Ah, ovviamente dopo la modifica a pkgtool devi provare ad usarlo per rimuovere qualche file, in modo che si generino i file rmscript e return in /var/log/setup/tmp.
Grazie.

(non ti aspettare che con questa operazione poi io sia in grado di risolvere il problema, è un tentativo per fornire a tutti, soprattutto a quelli ben più capaci di me, elementi in più di valutazione, per quanto mi riguarda manco purtroppo di tempo e competenze, ma forse così riusciamo a inquadrare meglio il problema...) :)

Avatar utente
Paoletta
Staff
Staff
Messaggi: 3975
Iscritto il: lun 25 apr 2005, 0:00
Slackware: 14.2 - 64 bit
Desktop: fluxbox
Località: Varese

Messaggio da Paoletta »

albatros ha scritto: A me sembra che rmscript, che viene eseguito alla riga:
$TMP/rmscript
dopo che poco sopra gli è stato assegnato 700 come permesso, e che esegue il dialog di sopra mettendo il risultato in return alla riga:
echo "2> $TMP/return"
, riscontri un errore nell'esecuzione di dialog, producendo il seguente messaggio di errore che viene scritto su return:
/var/log/setup/tmp/rmscript: line 1: /usr/bin/dialog: Argument list too long
Poi return viene passato alla funzione removepkg alla riga:
remove_packages `cat $TMP/return | tr -d "\042"`
dove tr cancella il codice ascii 042, che dovrebbe essere ottale per le virgolette.
La funzione remove_packages prende uno a uno gli argomenti passati
(riga for pkg_name in $* ) e chiama removepkg:
removepkg $pkg_name >> $LOG 2> /dev/null
se pkg_name esiste (riga if [ -r $ADM_DIR/packages/$pkg_name ] )
altrimenti viene stampato un avviso:
else
echo "No such package: $pkg_name. Can't remove." >> $LOG
il file di log è definito come:
LOG=$TMP/PKGTOOL.REMOVED

Ho alcune mie incertezze personali circa la redirezione di std output ed error, ma in sostanza mi pare che quel che accade sia quello che ho scritto sopra, per cui ritengo che l'errore sia generato da dialog, se per un suo baco o per un'errata formattazione o per qualche altro motivo non lo so.
Ma, ripeto, non sono un professionista e potrei benissimo sbagliarmi. :)
Però non vedo dove sia il punto che produce l'errore in dialog, a me sembra che quello indicato sia solo il punto del messaggio di errore. :?
ok, direi che dopo aver visto le righe coinvolte sono d'accordo...gohanz e slucky provate anche a reinstallare dialog.

Avatar utente
gohanz
Staff
Staff
Messaggi: 5832
Iscritto il: mar 30 nov 2004, 0:00

Messaggio da gohanz »

Ok proviamo a resinstallare dialog!

Avatar utente
gohanz
Staff
Staff
Messaggi: 5832
Iscritto il: mar 30 nov 2004, 0:00

Messaggio da gohanz »

Niente da lo stesso errore anche reinstallando dialog!

Avatar utente
slucky
Iper Master
Iper Master
Messaggi: 2420
Iscritto il: mar 1 mag 2007, 15:30
Slackware: 15.0
Desktop: xfce4
Distribuzione: FreeBSD

Messaggio da slucky »

Tolto e reinstallato dialog...........ma niente da fare, anzi ora il messaggio PKGTOOL.REMOVED appare molto più velocemente :(
@albatros
provo a fare ciò che chiedi, ma cosa dovrei commentare mettendo un # a inizio riga la riga 271??? :shock: di quale file si tratta?

Ma se provassimo a togliere pkgtool della 12 e ad usare il pacchetto della 11.........secondo voi.......si potrebbe tentare?? con la 11 mai avuto problemi di questo tipo :roll:

Ciao e ancora grazie a tutti per l'aiuto :D

Avatar utente
slucky
Iper Master
Iper Master
Messaggi: 2420
Iscritto il: mar 1 mag 2007, 15:30
Slackware: 15.0
Desktop: xfce4
Distribuzione: FreeBSD

Messaggio da slucky »

rmscript:

Codice: Seleziona tutto

dialog --title "SELECT PACKAGES TO REMOVE" --item-help --checklist "Please select the packages you wish to Remove. Use the spacebar to select packages to delete, and the UP/DOWN arrow keys to scroll up and down through the entire list." 20 75 11 \
 "3ddesktop-0.2.9-i486-1sl" "3D-Desktop (switching virtual desktops)" off "Select/Unselect removing package 3ddesktop-0.2.9-i486-1sl" \
 "a2ps-4.13b-i386-2" "a2ps (any to PostScript filter)" off "Select/Unselect removing package a2ps-4.13b-i386-2" \
 "a52dec-0.7.4-i486-1sl" "liba52" off "Select/Unselect removing package a52dec-0.7.4-i486-1sl" \
 "aaa_base-12.0.0-noarch-1" "aaa_base (Basic Linux filesystem package)" off "Select/Unselect removing package aaa_base-12.0.0-noarch-1" \
 "aaa_elflibs-12.0.0-i486-3" "aaa_elflibs (shared libraries needed by many programs)" off "Select/Unselect removing package aaa_elflibs-12.0.0-i486-3" \
 "aaa_terminfo-5.6-noarch-1" "aaa_terminfo (a basic collection of terminfo entries)" off "Select/Unselect removing package aaa_terminfo-5.6-noarch-1" \
 "aalib-1.4rc5-i486-2" "aalib (ASCII Art library) _1l1vlvlvlvlvlvlvlvlvvl=." off "Select/Unselect removing package aalib-1.4rc5-i486-2" \
 "abiword-2.5.1-i686-4as" "Abiword (Word processing program)" off "Select/Unselect removing package abiword-2.5.1-i686-4as" \
 "abiword-docs-2.5.1-noarch-4as" "Abiword-docs (Word processing program docs)" off "Select/Unselect removing package abiword-docs-2.5.1-noarch-4as" \
 "abiword-extras-2.5.1-noarch-4as" "Abiword-extras (Word processing program extras)" off "Select/Unselect removing package abiword-extras-2.5.1-noarch-4as" \
 "abiword-plugins-2.5.1-i686-4as" "Abiword-plugins (Word processing plugins)" off "Select/Unselect removing package abiword-plugins-2.5.1-i686-4as" \
 "acct-6.3.2-i386-1" "acct (process accounting utilities)" off "Select/Unselect removing package acct-6.3.2-i386-1" \
 "acidrip-0.14-i486-1ota" "acidrip" off "Select/Unselect removing package acidrip-0.14-i486-1ota" \
 "acl-2.2.39_1-i486-2" "acl (tools for using POSIX Access Control Lists)" off "Select/Unselect removing package acl-2.2.39_1-i486-2" \
 "acpid-1.0.4-i486-2" "acpid (ACPI daemon)" off "Select/Unselect removing package acpid-1.0.4-i486-2" \
 "adobereader-7.0.9-i386-1sl" "Adobe Reader" off "Select/Unselect removing package adobereader-7.0.9-i386-1sl" \
 "alacarte-0.11.3-i686-4as" "Alacarte (GNOME's menu editor)" off "Select/Unselect removing package alacarte-0.11.3-i686-4as" \
 "all-20061022-i586-1lb" "Mplayer Codecs" off "Select/Unselect removing package all-20061022-i586-1lb" \
 "alsa-lib-1.0.14a-i486-1" "alsa-lib (Advanced Linux Sound Architecture library)" off "Select/Unselect removing package alsa-lib-1.0.14a-i486-1" \
 "alsa-oss-1.0.14-i486-1" "alsa-oss (library/wrapper to use OSS programs with ALSA)" off "Select/Unselect removing package alsa-oss-1.0.14-i486-1" \
 "alsa-utils-1.0.14-i486-1" "alsa-utils (Advanced Linux Sound Architecture utilities)" off "Select/Unselect removing package alsa-utils-1.0.14-i486-1" \
 "amarok-1.4.6-i486-1" "amarok (music player)" off "Select/Unselect removing package amarok-1.4.6-i486-1" \
 "amp-0.7.6-i386-1" "amp (An MP3 player)" off "Select/Unselect removing package amp-0.7.6-i386-1" \
 "amrnb-6.1.0.4-i686-1as" "Amrnb (AMR Codecs as Shared Libraries)" off "Select/Unselect removing package amrnb-6.1.0.4-i686-1as" \
 "amrwb-7.0.0.1-i686-1as" "Amrwb (AMR Codecs as Shared Libraries)" off "Select/Unselect removing package amrwb-7.0.0.1-i686-1as" \
 "amule-2.1.3-i486-1sl" "aMule" off "Select/Unselect removing package amule-2.1.3-i486-1sl" \
 "apmd-3.2.2-i486-1" "apmd (Advanced Power Management daemon)" off "Select/Unselect removing package apmd-3.2.2-i486-1" \
 "apollon-1.0.2.1-i486-1sl" "Apollon (KDE-client for giFT)" off "Select/Unselect removing package apollon-1.0.2.1-i486-1sl" \
 "appres-1.0.1-i486-1" "appres" off "Select/Unselect removing package appres-1.0.1-i486-1" \
 "apr-1.2.8-i486-1" "apr (Apache Portable Runtime)" off "Select/Unselect removing package apr-1.2.8-i486-1" \
 "apr-util-1.2.8-i486-1" "apr-util (Apache Portable Runtime utilities)" off "Select/Unselect removing package apr-util-1.2.8-i486-1" \
 "aqualung-0.9beta8-i486-1sl" "Aqualung" off "Select/Unselect removing package aqualung-0.9beta8-i486-1sl" \
 "arts-1.5.7-i486-1" "arts (Analog Realtime Synthesizer)" off "Select/Unselect removing package arts-1.5.7-i486-1" \
 "ash-0.4.0-i386-1" "ash (Kenneth Almquist's ash shell)" off "Select/Unselect removing package ash-0.4.0-i386-1" \
 "aspell-0.60.5-i486-2" "aspell (spell checker)" off "Select/Unselect removing package aspell-0.60.5-i486-2" \
 "aspell-en-6.0_0-noarch-4" "aspell-en" off "Select/Unselect removing package aspell-en-6.0_0-noarch-4" \
 "at-3.1.10-i486-1" "at (delayed command execution)" off "Select/Unselect removing package at-3.1.10-i486-1" \
 "at-spi-1.18.1-i686-4as" "At-Spi (Service Provider Interface)" off "Select/Unselect removing package at-spi-1.18.1-i686-4as" \
 "atk-1.18.0-i486-1" "atk" off "Select/Unselect removing package atk-1.18.0-i486-1" \
 "attr-2.4.32_1-i486-2" "attr (tools for using extended attributes on filesystems)" off "Select/Unselect removing package attr-2.4.32_1-i486-2" \
 "audacious-1.3.2-i486-1" "audacious (A relatively powerful media player)" off "Select/Unselect removing package audacious-1.3.2-i486-1" \
 "audacious-1.4.0dr1-i486-1ultra" "audacious (A relatively powerful media player)" off "Select/Unselect removing package audacious-1.4.0dr1-i486-1ultra" \
 "audacious-plugins-1.3.5-i486-1" "audacious-plugins (Plugins used by the Audacious media player)" off "Select/Unselect removing package audacious-plugins-1.3.5-i486-1" \
 "audacious-plugins-1.4.0dr1-i486-1ultra" "audacious-plugins (Plugins used by the Audacious media player)" off "Select/Unselect removing package audacious-plugins-1.4.0dr1-i486-1ultra" \
 "audiofile-0.2.6-i486-2" "audiofile (audio support library)" off "Select/Unselect removing package audiofile-0.2.6-i486-2" \
 "aumix-2.8-i486-1" "aumix (GTK+/ncurses audio mixer)" off "Select/Unselect removing package aumix-2.8-i486-1" \
 "autoconf-2.61-noarch-1" "autoconf (generate configuration scripts)" off "Select/Unselect removing package autoconf-2.61-noarch-1" \
 "autofs-3.1.7-i386-1" "autofs (kernel-based automounter)" off "Select/Unselect removing package autofs-3.1.7-i386-1" \
 "automake-1.9.6-noarch-1" "automake (a Makefile generator)" off "Select/Unselect removing package automake-1.9.6-noarch-1" \
 "avahi-0.6.20-i486-1as" "Avahi (Is a system which facilitates service discovery on a network)" off "Select/Unselect removing package avahi-0.6.20-i486-1as" \
 "avifile-20070722-i486-1sl" "Avifile" off "Select/Unselect removing package avifile-20070722-i486-1sl" \
 "bash-3.1.017-i486-2" "bash (sh-compatible shell)" off "Select/Unselect removing package bash-3.1.017-i486-2" \
 "bc-1.06.95-i486-1" "bc (An arbitrary precision calculator language)" off "Select/Unselect removing package bc-1.06.95-i486-1" \
 "bdftopcf-1.0.1-i486-1" "bdftopcf" off "Select/Unselect removing package bdftopcf-1.0.1-i486-1" \
 "beforelight-1.0.2-i486-1" "beforelight" off "Select/Unselect removing package beforelight-1.0.2-i486-1" \
 "biff+comsat-0.17-i486-1" "biff+comsat (mail arrival notification daemon)" off "Select/Unselect removing package biff+comsat-0.17-i486-1" \
 "bigreqsproto-1.0.2-noarch-1" "bigreqsproto" off "Select/Unselect removing package bigreqsproto-1.0.2-noarch-1" \
 "bin-11.1-i486-1" "bin (some command-line utilities)" off "Select/Unselect removing package bin-11.1-i486-1" \
 "bin86-0.16.15-i486-1" "bin86 (8086 assembler/loader)" off "Select/Unselect removing package bin86-0.16.15-i486-1" \
 "bind-9.4.1-i486-1" "bind (DNS server and utilities)" off "Select/Unselect removing package bind-9.4.1-i486-1" \
 "binutils-2.17.50.0.17-i486-1" "binutils (GNU binary development tools)" off "Select/Unselect removing package binutils-2.17.50.0.17-i486-1" \
 "bison-2.3-i486-1" "bison (parser generator similar to yacc)" off "Select/Unselect removing package bison-2.3-i486-1" \
 "bitchx-1.1-i486-5" "BitchX (chat client)" off "Select/Unselect removing package bitchx-1.1-i486-5" \
 "bitmap-1.0.3-i486-1" "bitmap" off "Select/Unselect removing package bitmap-1.0.3-i486-1" \
 "blackbox-0.65.0-i486-4" "blackbox (Blackbox window manager)" off "Select/Unselect removing package blackbox-0.65.0-i486-4" \
 "bluez-firmware-1.2-i486-1" "bluez-firmware (Bluetooth(TM) firmware)" off "Select/Unselect removing package bluez-firmware-1.2-i486-1" \
 "bluez-hcidump-1.34-i486-1" "bluez-hcidump (Linux Bluetooth(TM) analyzer)" off "Select/Unselect removing package bluez-hcidump-1.34-i486-1" \
 "bluez-libs-3.9-i486-1" "bluez-libs (Bluetooth(TM) wireless libraries)" off "Select/Unselect removing package bluez-libs-3.9-i486-1" \
 "bluez-utils-3.9-i486-3" "bluez-utils (Utilities for working with Bluetooth(TM))" off "Select/Unselect removing package bluez-utils-3.9-i486-3" \
 "bogofilter-1.1.5-i486-1g3n" "Bogofilter (mail filter)" off "Select/Unselect removing package bogofilter-1.1.5-i486-1g3n" \
 "boost-1.33.1-i686-1as" "Boost (Provides free peer-reviewed portable C++ source libraries)" off "Select/Unselect removing package boost-1.33.1-i686-1as" \
 "boost-jam-3.1.14-i686-1as" "Boost.Jam (Extension of the Perforce Jam portable make replacement)" off "Select/Unselect removing package boost-jam-3.1.14-i686-1as" \
 "bootp-2.4.3-i486-2" "bootp" off "Select/Unselect removing package bootp-2.4.3-i486-2" \
 "bpe-2.01.00-i486-1" "bpe (Binary Patch Editor)" off "Select/Unselect removing package bpe-2.01.00-i486-1" \
 "brasero-0.6.0-i686-4as" "Brasero (GNOME disc burning application)" off "Select/Unselect removing package brasero-0.6.0-i686-4as" \
 "bridge-utils-1.2-i486-1" "bridge-utils (network Ethernet bridging utilities)" off "Select/Unselect removing package bridge-utils-1.2-i486-1" \
 "brltty-3.8-i686-4as" "Brltty (Braille display library)" off "Select/Unselect removing package brltty-3.8-i686-4as" \
 "bsd-finger-0.17-i486-1" "bsd-finger (user information lookup program)" off "Select/Unselect removing package bsd-finger-0.17-i486-1" \
 "bsd-games-2.13-i486-8" "bsd-games (Classic BSD text games collection)" off "Select/Unselect removing package bsd-games-2.13-i486-8" \
 "bug-buddy-2.18.1-i686-4as" "Bug-Buddy (GNOME reporting of bugs)" off "Select/Unselect removing package bug-buddy-2.18.1-i686-4as" \
 "bzip2-1.0.4-i486-1" "bzip2 (a block-sorting file compressor)" off "Select/Unselect removing package bzip2-1.0.4-i486-1" \
 "cairo-1.4.10-i486-1" "cairo (graphics library used by GTK+)" off "Select/Unselect removing package cairo-1.4.10-i486-1" \
 "cairomm-1.2.4-i686-4as" "Cairo (C++ Interface)" off "Select/Unselect removing package cairomm-1.2.4-i686-4as" \
 "ccache-2.4-i486-1" "ccache (a fast compiler cache)" off "Select/Unselect removing package ccache-2.4-i486-1" \
 "cdparanoia-IIIalpha9.8-i486-2" "cdparanoia (digital audio extraction tool)" off "Select/Unselect removing package cdparanoia-IIIalpha9.8-i486-2" \
 "cdrdao-1.2.1-i486-1" "cdrdao (CD burning utility)" off "Select/Unselect removing package cdrdao-1.2.1-i486-1" \
 "cdrtools-2.01.01a23-i486-1" "cdrtools" off "Select/Unselect removing package cdrtools-2.01.01a23-i486-1" \
 "celestia-1.4.1-i486-2sck" "Celestia" off "Select/Unselect removing package celestia-1.4.1-i486-2sck" \
 "check-0.9.5-i486-1as" "Check (A unit test framework for C)" off "Select/Unselect removing package check-0.9.5-i486-1as" \
 "cinelerra-20070221-i486-1as" "Cinelerra (Movie studio)" off "Select/Unselect removing package cinelerra-20070221-i486-1as" \
 "clamav-0.91-i486-1sl" "Clamav (Antivirus)" off "Select/Unselect removing package clamav-0.91-i486-1sl" \
 "clisp-2.41a-i486-1" "clisp (a Common Lisp implementation)" off "Select/Unselect removing package clisp-2.41a-i486-1" \
 "cmake-2.4.6-i486-2" "CMake, the cross-platform, open-source make system.
" off "Select/Unselect removing package cmake-2.4.6-i486-2" \
 "compiz-0.5.0-i486-1" "compiz" off "Select/Unselect removing package compiz-0.5.0-i486-1" \
 "compositeproto-0.3.1-noarch-1" "compositeproto" off "Select/Unselect removing package compositeproto-0.3.1-noarch-1" \
 "control-center-2.18.1-i686-4as" "Control-Center (GNOME control center)" off "Select/Unselect removing package control-center-2.18.1-i686-4as" \
 "coreutils-6.9-i486-1" "coreutils (core GNU utilities)" off "Select/Unselect removing package coreutils-6.9-i486-1" \
 "cpio-2.5-i486-3" "cpio (backup and archiving utility)" off "Select/Unselect removing package cpio-2.5-i486-3" \
 "cryptsetup-1.0.5-i486-2" "cryptsetup (utility for setting up encrypted filesystems)" off "Select/Unselect removing package cryptsetup-1.0.5-i486-2" \
 "cscope-15.5-i486-2" "cscope (source code browsing tool)" off "Select/Unselect removing package cscope-15.5-i486-2" \
 "cups-1.2.11-i486-1" "CUPS (Common UNIX Printing System)" off "Select/Unselect removing package cups-1.2.11-i486-1" \
 "curl-7.16.2-i486-1" "curl" off "Select/Unselect removing package curl-7.16.2-i486-1" \
 "cvs-1.11.22-i486-1" "cvs (Concurrent Versions System)" off "Select/Unselect removing package cvs-1.11.22-i486-1" \
 "cxxlibs-6.0.8-i486-4" "cxxlibs (C++ shared library compatibility package)" off "Select/Unselect removing package cxxlibs-6.0.8-i486-4" \
 "cyrus-sasl-2.1.22-i486-1" "cyrus-sasl (Simple Authentication and Security Layer)" off "Select/Unselect removing package cyrus-sasl-2.1.22-i486-1" \
 "d4x-2.5.7.1-i486-1sl" "D4X (Downloader for X)" off "Select/Unselect removing package d4x-2.5.7.1-i486-1sl" \
 "damageproto-1.1.0-noarch-1" "damageproto" off "Select/Unselect removing package damageproto-1.1.0-noarch-1" \
 "dasher-4.4.2-i686-4as" "Dasher (GNOME zooming predictive text entry system)" off "Select/Unselect removing package dasher-4.4.2-i686-4as" \
 "db42-4.2.52-i486-3" "db42 (Berkeley database library version 4.2.x)" off "Select/Unselect removing package db42-4.2.52-i486-3" \
 "db44-4.4.20-i486-2" "db4 (Berkeley database library version 4.4.x)" off "Select/Unselect removing package db44-4.4.20-i486-2" \
 "dbus-1.0.2-i486-3" "dbus (D-Bus message bus system)" off "Select/Unselect removing package dbus-1.0.2-i486-3" \
 "dbus-glib-0.73-i486-1" "dbus-glib (Glib bindings for dbus)" off "Select/Unselect removing package dbus-glib-0.73-i486-1" \
 "dbus-python-0.81.1-i486-1sl" "D-Bus (Python Bindings)" off "Select/Unselect removing package dbus-python-0.81.1-i486-1sl" \
 "dbus-qt3-0.70-i486-1" "dbus-qt3 (Qt3 bindings for dbus)" off "Select/Unselect removing package dbus-qt3-0.70-i486-1" \
 "dcron-2.3.3-i486-6" "dcron (Dillon's Cron daemon)" off "Select/Unselect removing package dcron-2.3.3-i486-6" \
 "dejavu-ttf-2.17-noarch-1" "dejavu-ttf (DejaVu fonts)" off "Select/Unselect removing package dejavu-ttf-2.17-noarch-1" \
 "deskbar-applet-2.18.1-i686-4as" "Deskbar-Applet (GNOME search interface)" off "Select/Unselect removing package deskbar-applet-2.18.1-i686-4as" \
 "desktop-file-utils-0.12-i486-2" "desktop-file-utils (Utilities for manipulating desktop files)" off "Select/Unselect removing package desktop-file-utils-0.12-i486-2" \
 "devhelp-0.13-i686-4as" "Devhelp (GNOME API documentation browser)" off "Select/Unselect removing package devhelp-0.13-i686-4as" \
 "device-mapper-1.02.19-i486-2" "device-mapper (device-mapper for logical volume management)" off "Select/Unselect removing package device-mapper-1.02.19-i486-2" \
 "devs-2.3.1-noarch-25" "devs (system device files)" off "Select/Unselect removing package devs-2.3.1-noarch-25" \
 "dhcdbd-2.8-i686-4as" "Dhcdbd (D-Bus interface to the ISC DHCP client)" off "Select/Unselect removing package dhcdbd-2.8-i686-4as" \
 "dhcp-3.0.5-i486-2" "dhcp (DHCP server and client utilities)" off "Select/Unselect removing package dhcp-3.0.5-i486-2" \
 "dhcpcd-2.0.4-i486-2" "dhcpcd (DHCP client daemon)" off "Select/Unselect removing package dhcpcd-2.0.4-i486-2" \
 "dialog-1.1_20070528-i486-1" "dialog (display dialog boxes from shell scripts)" off "Select/Unselect removing package dialog-1.1_20070528-i486-1" \
 "diffstat-1.43-i486-1" "diffstat (produces statistics from diff output)" off "Select/Unselect removing package diffstat-1.43-i486-1" \
 "diffutils-2.8.1-i486-3" "diffutils (finds differences between files)" off "Select/Unselect removing package diffutils-2.8.1-i486-3" \
 "dirmngr-1.0.0-i486-1" "CRL (Certificate Revocation Lists Manager)" off "Select/Unselect removing package dirmngr-1.0.0-i486-1" \
 "disk-manager-1.0.1-noarch-4as" "Disc-Manager (Gnome simple filesystem configurator)" off "Select/Unselect removing package disk-manager-1.0.1-noarch-4as" \
 "distcc-2.18.3-i486-2" "distcc (distributed C/C++ compiler/daemon)" off "Select/Unselect removing package distcc-2.18.3-i486-2" \
 "divx4linux-5.0.5-i386-2as" "DivX (Is the MPEG-4 codec provided by DivXNetworks)" off "Select/Unselect removing package divx4linux-5.0.5-i386-2as" \
 "djbfft-0.76-i686-1as" "Djbfft (Extremely fast library for floating-point convolution)" off "Select/Unselect removing package djbfft-0.76-i686-1as" \
 "djvulibre-3.5.19-i686-4as" "Djvulibre (Web-centric documents and images)" off "Select/Unselect removing package djvulibre-3.5.19-i686-4as" \
 "dmapi-2.2.5_1-i486-2" "dmapi (Data Management API library)" off "Select/Unselect removing package dmapi-2.2.5_1-i486-2" \
 "dmidecode-2.9-i486-1" "dmidecode (DMI table decoder)" off "Select/Unselect removing package dmidecode-2.9-i486-1" \
 "dmxproto-2.2.2-noarch-1" "dmxproto" off "Select/Unselect removing package dmxproto-2.2.2-noarch-1" \
 "dnsmasq-2.39-i486-1" "dnsmasq (small DNS and DHCP server)" off "Select/Unselect removing package dnsmasq-2.39-i486-1" \
 "dosfstools-2.11-i486-1" "dosfstools (tools for working with FAT filesystems)" off "Select/Unselect removing package dosfstools-2.11-i486-1" \
 "doxygen-1.5.2-i486-1" "doxygen (documentation generator)" off "Select/Unselect removing package doxygen-1.5.2-i486-1" \
 "dvd+rw-tools-7.0-i486-2" "dvd+rw-tools" off "Select/Unselect removing package dvd+rw-tools-7.0-i486-2" \
 "dvdauthor-0.6.14-i486-1sl" "DVDauthor" off "Select/Unselect removing package dvdauthor-0.6.14-i486-1sl" \
 "dvdisaster-0.70.4-i486-1sl" "Dvdisaster" off "Select/Unselect removing package dvdisaster-0.70.4-i486-1sl" \
 "dvdstyler-1.5.1-i486-1sl" "DVDStyler" off "Select/Unselect removing package dvdstyler-1.5.1-i486-1sl" \
 "e2fsprogs-1.39-i486-1" "e2fsprogs" off "Select/Unselect removing package e2fsprogs-1.39-i486-1" \
 "ed-0.5-i486-1" "ed (text editor)" off "Select/Unselect removing package ed-0.5-i486-1" \
 "editres-1.0.3-i486-1" "editres" off "Select/Unselect removing package editres-1.0.3-i486-1" \
 "eel-2.18.3-i686-4as" "Eel (Eazel Extensions Library)" off "Select/Unselect removing package eel-2.18.3-i686-4as" \
 "eject-2.1.5-i486-1" "eject (a tool to eject removable media)" off "Select/Unselect removing package eject-2.1.5-i486-1" \
 "ekiga-2.0.9-i686-4as" "Ekiga (Open source VoIP)" off "Select/Unselect removing package ekiga-2.0.9-i686-4as" \
 "elm-2.5.8-i486-1" "elm (Menu-driven user mail program)" off "Select/Unselect removing package elm-2.5.8-i486-1" \
 "elvis-2.2_0-i486-2" "elvis" off "Select/Unselect removing package elvis-2.2_0-i486-2" \
 "emacs-21.4a-i486-4" "emacs (GNU Emacs)" off "Select/Unselect removing package emacs-21.4a-i486-4" \
 "emacs-info-21.4a-noarch-1" "emacs-info (Info files for Emacs)" off "Select/Unselect removing package emacs-info-21.4a-noarch-1" \
 "emacs-leim-21.4-noarch-1" "emacs-leim (Library of Emacs Input Method)" off "Select/Unselect removing package emacs-leim-21.4-noarch-1" \
 "emacs-lisp-21.4a-noarch-1" "emacs-lisp (Emacs Lisp source files)" off "Select/Unselect removing package emacs-lisp-21.4a-noarch-1" \
 "emacs-misc-21.4a-noarch-1" "emacs-misc (Miscellaneous files for Emacs)" off "Select/Unselect removing package emacs-misc-21.4a-noarch-1" \
 "emacs-nox-21.4a-i486-3" "emacs-nox (Emacs binary without X support)" off "Select/Unselect removing package emacs-nox-21.4a-i486-3" \
 "enchant-1.3.0-i486-1ms" "a generic spell checking library" off "Select/Unselect removing package enchant-1.3.0-i486-1ms" \
 "encodings-1.0.2-noarch-1" "encodings" off "Select/Unselect removing package encodings-1.0.2-noarch-1" \
 "enscript-1.6.3-i386-1" "enscript (converts text files to PostScript and other formats)" off "Select/Unselect removing package enscript-1.6.3-i386-1" \
 "eog-2.18.2-i686-4as" "Eog (Eye of Gnome)" off "Select/Unselect removing package eog-2.18.2-i686-4as" \
 "epic4-2.6-i486-1" "epic4 (Internet Relay Chat client)" off "Select/Unselect removing package epic4-2.6-i486-1" \
 "epiphany-2.18.3-i686-4as" "Epiphany (Gnome web browser)" off "Select/Unselect removing package epiphany-2.18.3-i686-4as" \
 "epiphany-extensions-2.18.3-i686-4as" "Epiphany-Extension (Gnome web browser extension)" off "Select/Unselect removing package epiphany-extensions-2.18.3-i686-4as" \
 "esound-0.2.38-i686-4as" "Esound (The Enlightened Sound Daemon)" off "Select/Unselect removing package esound-0.2.38-i686-4as" \
 "espgs-8.15.4-i486-2" "espgs (ESP Ghostscript)" off "Select/Unselect removing package espgs-8.15.4-i486-2" \
 "etc-11.1-noarch-6" "etc (system configuration files)" off "Select/Unselect removing package etc-11.1-noarch-6" \
 "ethtool-5-i486-1" "ethtool (a tool for examining and tuning a network interface)" off "Select/Unselect removing package ethtool-5-i486-1" \
 "evieext-1.0.2-noarch-1" "evieext" off "Select/Unselect removing package evieext-1.0.2-noarch-1" \
 "evince-0.8.3-i686-4as" "Evince (GNOME document viewer)" off "Select/Unselect removing package evince-0.8.3-i686-4as" \
 "evolution-2.10.3-i686-4as" "Evolution (Mail, calendar and address book suite)" off "Select/Unselect removing package evolution-2.10.3-i686-4as" \
 "evolution-data-server-1.10.3-i686-4as" "Evolution-Data-Server" off "Select/Unselect removing package evolution-data-server-1.10.3-i686-4as" \
 "evolution-exchange-2.10.3-i686-4as" "Evolution-exchange (GNOME Evolution Exchange Connector)" off "Select/Unselect removing package evolution-exchange-2.10.3-i686-4as" \
 "evolution-webcal-2.10.0-i686-4as" "Evolution-webcal (GNOME URL Handler for \"webcal:\")" off "Select/Unselect removing package evolution-webcal-2.10.0-i686-4as" \
 "expat-2.0.1-i486-1" "expat" off "Select/Unselect removing package expat-2.0.1-i486-1" \
 "extutils-depends-0.205-noarch-1ota" "ExtUtils-Depends" off "Select/Unselect removing package extutils-depends-0.205-noarch-1ota" \
 "faac-1.25-i486-1sl" "Faac" off "Select/Unselect removing package faac-1.25-i486-1sl" \
 "faad2-2.5-i486-1sl" "Faad2" off "Select/Unselect removing package faad2-2.5-i486-1sl" \
 "fast-user-switch-applet-2.18.0-i686-4as" "Fast-User-Switch-Applet (GNOME switch between users)" off "Select/Unselect removing package fast-user-switch-applet-2.18.0-i686-4as" \
 "fetchmail-6.3.8-i486-2" "fetchmail (mail retrieval and forwarding utility)" off "Select/Unselect removing package fetchmail-6.3.8-i486-2" \
 "ffmpeg-20070706-i686-1sl" "FFmpeg (With 3GP support)" off "Select/Unselect removing package ffmpeg-20070706-i686-1sl" \
 "fftw-3.1.2-i486-1sl" "FFTW" off "Select/Unselect removing package fftw-3.1.2-i486-1sl" \
 "file-4.21-i486-1" "file (a utility to determine file type)" off "Select/Unselect removing package file-4.21-i486-1" \
 "file-roller-2.18.4-i686-4as" "File-Roller (GNOME archive manager)" off "Select/Unselect removing package file-roller-2.18.4-i686-4as" \
 "findutils-4.2.31-i486-1" "findutils (utilities to locate files)" off "Select/Unselect removing package findutils-4.2.31-i486-1" \
 "firestarter-1.0.3-i686-4as" "Firestarter (Visual firewall program)" off "Select/Unselect removing package firestarter-1.0.3-i686-4as" \
 "fixesproto-4.0-noarch-1" "fixesproto" off "Select/Unselect removing package fixesproto-4.0-noarch-1" \
 "flac-1.1.2-i486-3" "flac (Free Lossless Audio Codec)" off "Select/Unselect removing package flac-1.1.2-i486-3" \
 "flash-player-9.0.31.0-i386-3sal" "Macromedia Flash Player" off "Select/Unselect removing package flash-player-9.0.31.0-i386-3sal" \
 "flex-2.5.33-i486-3" "flex (fast lexical analyzer generator)" off "Select/Unselect removing package flex-2.5.33-i486-3" \
 "floppy-5.4-i386-3" "floppy (floppy disk utilities)" off "Select/Unselect removing package floppy-5.4-i386-3" \
 "fluxbox-1.0rc3-i486-1" "fluxbox (Fluxbox window manager)" off "Select/Unselect removing package fluxbox-1.0rc3-i486-1" \
 "font-adobe-100dpi-1.0.0-noarch-2" "font-adobe-100dpi" off "Select/Unselect removing package font-adobe-100dpi-1.0.0-noarch-2" \
 "font-adobe-75dpi-1.0.0-noarch-2" "font-adobe-75dpi" off "Select/Unselect removing package font-adobe-75dpi-1.0.0-noarch-2" \
 "font-adobe-utopia-100dpi-1.0.1-noarch-2" "font-adobe-utopia-100dpi" off "Select/Unselect removing package font-adobe-utopia-100dpi-1.0.1-noarch-2" \
 "font-adobe-utopia-75dpi-1.0.1-noarch-2" "font-adobe-utopia-75dpi" off "Select/Unselect removing package font-adobe-utopia-75dpi-1.0.1-noarch-2" \
 "font-adobe-utopia-type1-1.0.1-noarch-2" "font-adobe-utopia-type1" off "Select/Unselect removing package font-adobe-utopia-type1-1.0.1-noarch-2" \
 "font-alias-1.0.1-noarch-1" "font-alias" off "Select/Unselect removing package font-alias-1.0.1-noarch-1" \
 "font-arabic-misc-1.0.0-noarch-2" "font-arabic-misc" off "Select/Unselect removing package font-arabic-misc-1.0.0-noarch-2" \
 "font-bh-100dpi-1.0.0-noarch-2" "font-bh-100dpi" off "Select/Unselect removing package font-bh-100dpi-1.0.0-noarch-2" \
 "font-bh-75dpi-1.0.0-noarch-2" "font-bh-75dpi" off "Select/Unselect removing package font-bh-75dpi-1.0.0-noarch-2" \
 "font-bh-lucidatypewriter-100dpi-1.0.0-noarch-2" "font-bh-lucidatypewriter-100dpi" off "Select/Unselect removing package font-bh-lucidatypewriter-100dpi-1.0.0-noarch-2" \
 "font-bh-lucidatypewriter-75dpi-1.0.0-noarch-2" "font-bh-lucidatypewriter-75dpi" off "Select/Unselect removing package font-bh-lucidatypewriter-75dpi-1.0.0-noarch-2" \
 "font-bh-ttf-1.0.0-noarch-2" "font-bh-ttf" off "Select/Unselect removing package font-bh-ttf-1.0.0-noarch-2" \
 "font-bh-type1-1.0.0-noarch-2" "font-bh-type1" off "Select/Unselect removing package font-bh-type1-1.0.0-noarch-2" \
 "font-bitstream-100dpi-1.0.0-noarch-2" "font-bitstream-100dpi" off "Select/Unselect removing package font-bitstream-100dpi-1.0.0-noarch-2" \
 "font-bitstream-75dpi-1.0.0-noarch-2" "font-bitstream-75dpi" off "Select/Unselect removing package font-bitstream-75dpi-1.0.0-noarch-2" \
 "font-bitstream-speedo-1.0.0-noarch-2" "font-bitstream-speedo" off "Select/Unselect removing package font-bitstream-speedo-1.0.0-noarch-2" \
 "font-bitstream-type1-1.0.0-noarch-2" "font-bitstream-type1" off "Select/Unselect removing package font-bitstream-type1-1.0.0-noarch-2" \
 "font-cronyx-cyrillic-1.0.0-noarch-2" "font-cronyx-cyrillic" off "Select/Unselect removing package font-cronyx-cyrillic-1.0.0-noarch-2" \
 "font-cursor-misc-1.0.0-noarch-2" "font-cursor-misc" off "Select/Unselect removing package font-cursor-misc-1.0.0-noarch-2" \
 "font-daewoo-misc-1.0.0-noarch-2" "font-daewoo-misc" off "Select/Unselect removing package font-daewoo-misc-1.0.0-noarch-2" \
 "font-dec-misc-1.0.0-noarch-2" "font-dec-misc" off "Select/Unselect removing package font-dec-misc-1.0.0-noarch-2" \
 "font-ibm-type1-1.0.0-noarch-2" "font-ibm-type1" off "Select/Unselect removing package font-ibm-type1-1.0.0-noarch-2" \
 "font-isas-misc-1.0.0-noarch-2" "font-isas-misc" off "Select/Unselect removing package font-isas-misc-1.0.0-noarch-2" \
 "font-jis-misc-1.0.0-noarch-2" "font-jis-misc" off "Select/Unselect removing package font-jis-misc-1.0.0-noarch-2" \
 "font-micro-misc-1.0.0-noarch-2" "font-micro-misc" off "Select/Unselect removing package font-micro-misc-1.0.0-noarch-2" \
 "font-misc-cyrillic-1.0.0-noarch-2" "font-misc-cyrillic" off "Select/Unselect removing package font-misc-cyrillic-1.0.0-noarch-2" \
 "font-misc-ethiopic-1.0.0-noarch-2" "font-misc-ethiopic" off "Select/Unselect removing package font-misc-ethiopic-1.0.0-noarch-2" \
 "font-misc-meltho-1.0.0-noarch-2" "font-misc-meltho" off "Select/Unselect removing package font-misc-meltho-1.0.0-noarch-2" \
 "font-misc-misc-1.0.0-noarch-2" "font-misc-misc" off "Select/Unselect removing package font-misc-misc-1.0.0-noarch-2" \
 "font-mutt-misc-1.0.0-noarch-2" "font-mutt-misc" off "Select/Unselect removing package font-mutt-misc-1.0.0-noarch-2" \
 "font-schumacher-misc-1.0.0-noarch-2" "font-schumacher-misc" off "Select/Unselect removing package font-schumacher-misc-1.0.0-noarch-2" \
 "font-screen-cyrillic-1.0.1-noarch-2" "font-screen-cyrillic" off "Select/Unselect removing package font-screen-cyrillic-1.0.1-noarch-2" \
 "font-sony-misc-1.0.0-noarch-2" "font-sony-misc" off "Select/Unselect removing package font-sony-misc-1.0.0-noarch-2" \
 "font-sun-misc-1.0.0-noarch-2" "font-sun-misc" off "Select/Unselect removing package font-sun-misc-1.0.0-noarch-2" \
 "font-util-1.0.1-i486-1" "font-util" off "Select/Unselect removing package font-util-1.0.1-i486-1" \
 "font-winitzki-cyrillic-1.0.0-noarch-2" "font-winitzki-cyrillic" off "Select/Unselect removing package font-winitzki-cyrillic-1.0.0-noarch-2" \
 "font-xfree86-type1-1.0.0-noarch-2" "font-xfree86-type1" off "Select/Unselect removing package font-xfree86-type1-1.0.0-noarch-2" \
 "fontcacheproto-0.1.2-noarch-1" "fontcacheproto" off "Select/Unselect removing package fontcacheproto-0.1.2-noarch-1" \
 "fontconfig-2.4.2-i486-2" "fontconfig (Font library and tools)" off "Select/Unselect removing package fontconfig-2.4.2-i486-2" \
 "fontsproto-2.0.2-noarch-1" "fontsproto" off "Select/Unselect removing package fontsproto-2.0.2-noarch-1" \
 "fonttosfnt-1.0.3-i486-1" "fonttosfnt" off "Select/Unselect removing package fonttosfnt-1.0.3-i486-1" \
 "freetype-2.3.4-i486-3" "freetype (A Free, High-Quality, and Portable Font Engine)" off "Select/Unselect removing package freetype-2.3.4-i486-3" \
 "fribidi-0.10.7-i486-2" "fribidi (Unicode BiDirectional algorithm library)" off "Select/Unselect removing package fribidi-0.10.7-i486-2" \
 "fslsfonts-1.0.1-i486-1" "fslsfonts" off "Select/Unselect removing package fslsfonts-1.0.1-i486-1" \
 "fstobdf-1.0.2-i486-1" "fstobdf" off "Select/Unselect removing package fstobdf-1.0.2-i486-1" \
 "fvwm-2.4.20-i486-1" "fvwm (a small and fast virtual window manager for X)" off "Select/Unselect removing package fvwm-2.4.20-i486-1" \
 "g-wrap-1.9.7-i686-4as" "G-wrap (Wrappers for inter-language calls)" off "Select/Unselect removing package g-wrap-1.9.7-i686-4as" \
 "gail-1.18.0-i686-4as" "Gail (GNOME Accessbility Implementation Library)" off "Select/Unselect removing package gail-1.18.0-i686-4as" \
 "galago-daemon-0.5.1-i686-4as" "Galago-Daemon (Libgalago daemon)" off "Select/Unselect removing package galago-daemon-0.5.1-i686-4as" \
 "gamin-0.1.8-i486-2" "gamin (A minimalist FAM replacement)" off "Select/Unselect removing package gamin-0.1.8-i486-2" \
 "gawk-3.1.5-i486-3" "gawk (pattern scanning and processing language)" off "Select/Unselect removing package gawk-3.1.5-i486-3" \
 "gcalctool-5.9.14-i686-4as" "Gcalctool (Calculator application)" off "Select/Unselect removing package gcalctool-5.9.14-i686-4as" \
 "gcc-4.1.2-i486-1" "gcc (Base GCC package with C support)" off "Select/Unselect removing package gcc-4.1.2-i486-1" \
 "gcc-g++-4.1.2-i486-1" "gcc-g++ (C++ for GCC)" off "Select/Unselect removing package gcc-g++-4.1.2-i486-1" \
 "gcc-gfortran-4.1.2-i486-1" "gcc-gfortran (Fortran support for GCC)" off "Select/Unselect removing package gcc-gfortran-4.1.2-i486-1" \
 "gcc-gnat-4.1.2-i486-1" "gcc-gnat (Ada support for GCC)" off "Select/Unselect removing package gcc-gnat-4.1.2-i486-1" \
 "gcc-java-4.1.2-i486-1" "gcc-java (Java support for GCC)" off "Select/Unselect removing package gcc-java-4.1.2-i486-1" \
 "gcc-objc-4.1.2-i486-1" "gcc-objc (Objective-C support for GCC)" off "Select/Unselect removing package gcc-objc-4.1.2-i486-1" \
 "gccmakedep-1.0.2-noarch-1" "gccmakedep" off "Select/Unselect removing package gccmakedep-1.0.2-noarch-1" \
 "gconf-2.18.0.1-i686-4as" "GConf (Configuration system)" off "Select/Unselect removing package gconf-2.18.0.1-i686-4as" \
 "gconf-editor-2.18.0-i686-4as" "Gconf-Editor (GNOME GConf editing)" off "Select/Unselect removing package gconf-editor-2.18.0-i686-4as" \
 "gconfmm-2.18.0-i686-4as" "Gconfmm (GNOME Gconf C++ bindings)" off "Select/Unselect removing package gconfmm-2.18.0-i686-4as" \
 "gd-2.0.35-i486-2" "gd (a graphics library)" off "Select/Unselect removing package gd-2.0.35-i486-2" \
 "gdb-6.6-i486-2" "gdb (the GNU symbolic debugger)" off "Select/Unselect removing package gdb-6.6-i486-2" \
 "gdbm-1.8.3-i486-4" "gdbm (GNU database routines)" off "Select/Unselect removing package gdbm-1.8.3-i486-4" \
 "gdesklets-0.35.4-i686-4as" "gDesklets (System for bringing mini programs)" off "Select/Unselect removing package gdesklets-0.35.4-i686-4as" \
 "gdm-2.18.2-i686-4as" "Gdm (Gnome Display Manager)" off "Select/Unselect removing package gdm-2.18.2-i686-4as" \
 "gecko-sharp-2.0.0.12-i686-4as" "Gecko-sharp (.NET wrapper for the GtkEmbedMoz widget)" off "Select/Unselect removing package gecko-sharp-2.0.0.12-i686-4as" \
 "gedit-2.18.1-i686-4as" "Gedit (GNOME text editor)" off "Select/Unselect removing package gedit-2.18.1-i686-4as" \
 "genpower-1.0.5-i486-1" "genpower (UPS monitoring daemon)" off "Select/Unselect removing package genpower-1.0.5-i486-1" \
 "getmail-4.7.4-noarch-1" "getmail (POP3 mail retriever)" off "Select/Unselect removing package getmail-4.7.4-noarch-1" \
 "gettext-0.16.1-i486-3" "gettext" off "Select/Unselect removing package gettext-0.16.1-i486-3" \
 "gettext-tools-0.16.1-i486-3" "gettext-tools" off "Select/Unselect removing package gettext-tools-0.16.1-i486-3" \
 "getty-ps-2.1.0b-i486-1" "getty-ps" off "Select/Unselect removing package getty-ps-2.1.0b-i486-1" \
 "gftp-2.0.18-i486-3" "gftp" off "Select/Unselect removing package gftp-2.0.18-i486-3" \
 "ggz-server-0.0.14-i486-1sl" "GGz Server" off "Select/Unselect removing package ggz-server-0.0.14-i486-1sl" \
 "ghostscript-fonts-std-8.11-noarch-1" "ghostscript-fonts-std (fonts for the Ghostscript interpreter)" off "Select/Unselect removing package ghostscript-fonts-std-8.11-noarch-1" \
 "gimp-2.2.15-i486-1" "gimp (The GNU Image Manipulation Program)" off "Select/Unselect removing package gimp-2.2.15-i486-1" \
 "gimp-help-2-0.8-noarch-1" "gimp-help-2 (documentation for GIMP)" off "Select/Unselect removing package gimp-help-2-0.8-noarch-1" \
 "gimp-print-4.2.7-i486-2" "gimp-print (IJS printer driver for Ghostscript and CUPS)" off "Select/Unselect removing package gimp-print-4.2.7-i486-2" \
 "git-1.5.2.2-i486-1" "git (the stupid content tracker)" off "Select/Unselect removing package git-1.5.2.2-i486-1" \
 "gkrellm-2.2.10-i486-2" "gkrellm (GNU Krell Monitors)" off "Select/Unselect removing package gkrellm-2.2.10-i486-2" \
 "gksu-2.0.0-i686-4as" "Gksu (Gtk+ frontend to su and sudo)" off "Select/Unselect removing package gksu-2.0.0-i686-4as" \
 "glade3-3.2.2-i686-4as" "Glade3 (GNOME User Interface Designer)" off "Select/Unselect removing package glade3-3.2.2-i686-4as" \
 "glib-1.2.10-i486-3" "glib (library of C routines, version 1.x)" off "Select/Unselect removing package glib-1.2.10-i486-3" \
 "glib-perl-1.144-i486-1sl" "glib-perl" off "Select/Unselect removing package glib-perl-1.144-i486-1sl" \
 "glib2-2.12.12-i486-1" "glib2 (library of C routines)" off "Select/Unselect removing package glib2-2.12.12-i486-1" \
 "glibc-2.5-i486-4" "glibc (GNU C libraries)" off "Select/Unselect removing package glibc-2.5-i486-4" \
 "glibc-i18n-2.5-noarch-4" "glibc-i18n (locale files from glibc)" off "Select/Unselect removing package glibc-i18n-2.5-noarch-4" \
 "glibc-profile-2.5-i486-4" "glibc-profile (GNU C libraries with profiling support)" off "Select/Unselect removing package glibc-profile-2.5-i486-4" \
 "glibc-solibs-2.5-i486-4" "glibc-solibs (shared GNU C libraries)" off "Select/Unselect removing package glibc-solibs-2.5-i486-4" \
 "glibc-zoneinfo-2.5-noarch-4" "glibc-zoneinfo (timezone database)" off "Select/Unselect removing package glibc-zoneinfo-2.5-noarch-4" \
 "glibmm-2.12.10-i686-4as" "Glibmm (GNOME Glib C++ bindings)" off "Select/Unselect removing package glibmm-2.12.10-i686-4as" \
 "glipper-0.95.1-i686-4as" "Glipper (GNOME clipboardmanager)" off "Select/Unselect removing package glipper-0.95.1-i686-4as" \
 "glproto-1.4.8-noarch-1" "glproto" off "Select/Unselect removing package glproto-1.4.8-noarch-1" \
 "gmime-2.2.9-i486-1" "gmime (MIME parsing library)" off "Select/Unselect removing package gmime-2.2.9-i486-1" \
 "gmp-4.2.1-i486-2" "gmp (GNU multiple precision arithmetic library)" off "Select/Unselect removing package gmp-4.2.1-i486-2" \
 "gnome-applets-2.18.0-i686-4as" "Gnome-Applets (GNOME panel applets)" off "Select/Unselect removing package gnome-applets-2.18.0-i686-4as" \
 "gnome-audio-2.0.0-noarch-4as" "Gnome-Audio (GNOME sound collection)" off "Select/Unselect removing package gnome-audio-2.0.0-noarch-4as" \
 "gnome-backgrounds-2.18.3-noarch-4as" "Gnome-Backgrounds (GNOME backgrounds)" off "Select/Unselect removing package gnome-backgrounds-2.18.3-noarch-4as" \
 "gnome-compiz-manager-0.10.4-i686-4as" "Gnome-compiz-manager (Gnome manage GL Desktop)" off "Select/Unselect removing package gnome-compiz-manager-0.10.4-i686-4as" \
 "gnome-compiz-manager-extra-0.1.5-i686-4as" "Gnome-compiz-manager-extra (Gnome manage GL Desktop)" off "Select/Unselect removing package gnome-compiz-manager-extra-0.1.5-i686-4as" \
 "gnome-cups-manager-0.31-i686-4as" "Gnome-cups-manager (GNOME CUPS printers)" off "Select/Unselect removing package gnome-cups-manager-0.31-i686-4as" \
 "gnome-desktop-2.18.3-i686-4as" "Gnome-Desktop (GNOME core)" off "Select/Unselect removing package gnome-desktop-2.18.3-i686-4as" \
 "gnome-doc-utils-0.10.3-noarch-4as" "Gnome-Doc-Utils (Documentation utilities for Gnome)" off "Select/Unselect removing package gnome-doc-utils-0.10.3-noarch-4as" \
 "gnome-games-2.18.2.1-i686-4as" "Gnome-Games (GNOME entertaining games)" off "Select/Unselect removing package gnome-games-2.18.2.1-i686-4as" \
 "gnome-icon-theme-2.18.0-noarch-4as" "Gnome-icon-theme (Gnome scalable and non-scalable icons)" off "Select/Unselect removing package gnome-icon-theme-2.18.0-noarch-4as" \
 "gnome-keyring-0.8.1-i686-4as" "Gnome-Keyring (GNOME keyring system)" off "Select/Unselect removing package gnome-keyring-0.8.1-i686-4as" \
 "gnome-keyring-manager-2.18.0-i686-4as" "Gnome-keyring-manager (GNOME keyring system)" off "Select/Unselect removing package gnome-keyring-manager-2.18.0-i686-4as" \
 "gnome-mag-0.14.6-i686-4as" "Gnome-mag (GNOME magnifier)" off "Select/Unselect removing package gnome-mag-0.14.6-i686-4as" \
 "gnome-media-2.18.0-i686-4as" "Gnome-Media (GNOME multimedia programs)" off "Select/Unselect removing package gnome-media-2.18.0-i686-4as" \
 "gnome-menu-extended-0.6.3-noarch-1" "gnome-menu-extended (Gnome Menu Extended)" off "Select/Unselect removing package gnome-menu-extended-0.6.3-noarch-1" \
 "gnome-menus-2.18.3-i686-4as" "Gnome-Menus (Gnome Desktop Menu Specification)" off "Select/Unselect removing package gnome-menus-2.18.3-i686-4as" \
 "gnome-mime-data-2.4.3-noarch-4as" "Gnome-mime-data (MIME and Application database)" off "Select/Unselect removing package gnome-mime-data-2.4.3-noarch-4as" \
 "gnome-mount-0.6-i686-4as" "Gnome-mount (GNOME mounting, unmounting, ejecting)" off "Select/Unselect removing package gnome-mount-0.6-i686-4as" \
 "gnome-netstatus-2.12.1-i686-4as" "Gnome-Netstatus (Gnome network interfaces applet)" off "Select/Unselect removing package gnome-netstatus-2.12.1-i686-4as" \
 "gnome-nettool-2.18.0-i686-4as" "Gnome-Nettool (GNOME interface for various networking tools)" off "Select/Unselect removing package gnome-nettool-2.18.0-i686-4as" \
 "gnome-panel-2.18.3-i686-4as" "Gnome-Panel (GNOME applets and menus)" off "Select/Unselect removing package gnome-panel-2.18.3-i686-4as" \
 "gnome-pilot-2.0.15-i686-4as" "Gnome-pilot (GNOME utilities for handheld computers)" off "Select/Unselect removing package gnome-pilot-2.0.15-i686-4as" \
 "gnome-pilot-conduits-2.0.15-i686-4as" "Gnome-pilot-conduits (GNOME utilities handheld computers)" off "Select/Unselect removing package gnome-pilot-conduits-2.0.15-i686-4as" \
 "gnome-power-manager-2.18.3-i686-4as" "Gnome-power-manager (GNOME power management)" off "Select/Unselect removing package gnome-power-manager-2.18.3-i686-4as" \
 "gnome-ppp-0.3.23-i686-4as" "Gnome-ppp (GNOME modem dialup tool)" off "Select/Unselect removing package gnome-ppp-0.3.23-i686-4as" \
 "gnome-python-2.18.2-i686-4as" "Gnome-Python (GNOME Python bindings)" off "Select/Unselect removing package gnome-python-2.18.2-i686-4as" \
 "gnome-python-desktop-2.18.0-i686-4as" "GnomePythonDesktop (GNOME Python desktop interface)" off "Select/Unselect removing package gnome-python-desktop-2.18.0-i686-4as" \
 "gnome-python-extras-2.19.1-i686-4as" "Gnomepythonextras (Gnome python interface modules)" off "Select/Unselect removing package gnome-python-extras-2.19.1-i686-4as" \
 "gnome-screensaver-2.18.2-i686-4as" "Gnome-Screensaver (GNOME ScreenSaver)" off "Select/Unselect removing package gnome-screensaver-2.18.2-i686-4as" \
 "gnome-session-2.18.3-i686-4as" "Gnome-Session (GNOME session manager)" off "Select/Unselect removing package gnome-session-2.18.3-i686-4as" \
 "gnome-sharp-2.16.0-i686-4as" "Gnome-sharp (GNOME Mono bindings)" off "Select/Unselect removing package gnome-sharp-2.16.0-i686-4as" \
 "gnome-speech-0.4.14-i686-4as" "Gnome-Speech (Text-to-speech library)" off "Select/Unselect removing package gnome-speech-0.4.14-i686-4as" \
 "gnome-system-monitor-2.18.2-i686-4as" "Gnome-Sytem-Monitor (GNOME Monitor)" off "Select/Unselect removing package gnome-system-monitor-2.18.2-i686-4as" \
 "gnome-system-tools-2.18.1-i686-4as" "Gnome-system-tools (GNOME tasks configuring)" off "Select/Unselect removing package gnome-system-tools-2.18.1-i686-4as" \
 "gnome-terminal-2.18.1-i686-4as" "Gnome-Terminal (GNOME terminal emulator)" off "Select/Unselect removing package gnome-terminal-2.18.1-i686-4as" \
 "gnome-themes-2.18.1-noarch-4as" "Gnome-Themes (Themes for GNOME)" off "Select/Unselect removing package gnome-themes-2.18.1-noarch-4as" \
 "gnome-themes-extras-0.9.0-noarch-4as" "Gnome-themes-extras (Extra themes for GNOME)" off "Select/Unselect removing package gnome-themes-extras-0.9.0-noarch-4as" \
 "gnome-user-docs-2.18.2-noarch-4as" "Gnome-User-Docs (GNOME User's Guide)" off "Select/Unselect removing package gnome-user-docs-2.18.2-noarch-4as" \
 "gnome-utils-2.18.1-i686-4as" "Gnome-utils (GNOME utilities collection)" off "Select/Unselect removing package gnome-utils-2.18.1-i686-4as" \
 "gnome-vfs-2.18.1-i686-4as" "GnomeVFS (Filesystem Abstraction library)" off "Select/Unselect removing package gnome-vfs-2.18.1-i686-4as" \
 "gnome-vfs-monikers-2.15.3-i686-4as" "GnomeVFS-Monikers (Filesystem Abstraction library)" off "Select/Unselect removing package gnome-vfs-monikers-2.15.3-i686-4as" \
 "gnome-vfsmm-2.18.0-i686-4as" "Gnome-vfsmm (GNOME VFS C++ bindings)" off "Select/Unselect removing package gnome-vfsmm-2.18.0-i686-4as" \
 "gnome-volume-manager-2.17.0-i686-4as" "Gnome-volume-manager (GNOME volume manager )" off "Select/Unselect removing package gnome-volume-manager-2.17.0-i686-4as" \
 "gnomesu-0.3.1-i686-4as" "Gnomesu (GNOME frontend to su)" off "Select/Unselect removing package gnomesu-0.3.1-i686-4as" \
 "gnucash-2.2.0-i686-4as" "Gnucash (Gnome financial-accounting software)" off "Select/Unselect removing package gnucash-2.2.0-i686-4as" \
 "gnucash-docs-2.0.1-noarch-4as" "Gnucash-docs (Gnome financial-accounting software docs)" off "Select/Unselect removing package gnucash-docs-2.0.1-noarch-4as" \
 "gnuchess-5.07-i486-3" "gnuchess (GPL licensed chess engines and graphical frontends)" off "Select/Unselect removing package gnuchess-5.07-i486-3" \
 "gnumeric-1.7.10-i686-4as" "Gnumeric (GNOME spreadsheet)" off "Select/Unselect removing package gnumeric-1.7.10-i686-4as" \
 "gnupg-1.4.7-i486-1" "gnupg (The GNU Privacy Guard)" off "Select/Unselect removing package gnupg-1.4.7-i486-1" \
 "gnupg2-2.0.4-i486-1" "GnuPG2 (The GNU Privacy Guard version 2.x)" off "Select/Unselect removing package gnupg2-2.0.4-i486-1" \
 "gnuplot-4.2.0-i486-1" "gnuplot (plotting utility)" off "Select/Unselect removing package gnuplot-4.2.0-i486-1" \
 "gnutls-1.6.2-i486-1" "gnutls (GNU TLS library)" off "Select/Unselect removing package gnutls-1.6.2-i486-1" \
 "gob2-2.0.14-i486-4as" "Gob2 (GObject Builder)" off "Select/Unselect removing package gob2-2.0.14-i486-4as" \
 "goffice-0.4.1-i686-4as" "Goffice (GNOME document-centric objects)" off "Select/Unselect removing package goffice-0.4.1-i686-4as" \
 "gok-1.2.5-i686-4as" "Gok (GNOME On-screen Keyboard)" off "Select/Unselect removing package gok-1.2.5-i686-4as" \
 "gpa-0.7.5-i486-1" "gpa (GNU Privacy Assistant)" off "Select/Unselect removing package gpa-0.7.5-i486-1" \
 "gparted-0.3.3-i486-1as" "GParted (stands for Gnome Partition Editor)" off "Select/Unselect removing package gparted-0.3.3-i486-1as" \
 "gperf-3.0.3-i486-1" "gperf (a perfect hash function generator)" off "Select/Unselect removing package gperf-3.0.3-i486-1" \
 "gpgme-1.1.4-i486-1" "gpgme (GnuPG Made Easy)" off "Select/Unselect removing package gpgme-1.1.4-i486-1" \
 "gpm-1.20.1-i486-4" "gpm (general purpose mouse server)" off "Select/Unselect removing package gpm-1.20.1-i486-4" \
 "gqview-2.1.5-i486-2" "gqview (GQview Image Browser)" off "Select/Unselect removing package gqview-2.1.5-i486-2" \
 "graphviz-2.12-i486-1sl" "Graphviz (Graph Visualization)" off "Select/Unselect removing package graphviz-2.12-i486-1sl" \
 "grep-2.5-i486-3" "grep (print lines matching a pattern)" off "Select/Unselect removing package grep-2.5-i486-3" \
 "groff-1.19.2-i486-1" "groff (document formatting system)" off "Select/Unselect removing package groff-1.19.2-i486-1" \
 "gshutdown-0.2-i686-4as" "Gshutdown (Gnome shutdown utility)" off "Select/Unselect removing package gshutdown-0.2-i686-4as" \
 "gslapt-0.3.17-i486-1as" "Gslapt (A GTK version of Slapt-Get)" off "Select/Unselect removing package gslapt-0.3.17-i486-1as" \
 "gst-ffmpeg-0.10.2-i686-4as" "Gst-FFmpeg (GStreamer FFmpeg plugins)" off "Select/Unselect removing package gst-ffmpeg-0.10.2-i686-4as" \
 "gst-plugins-bad-0.10.5-i686-4as" "Gst-Plugins-Bad (GStreamer multimedia plugins)" off "Select/Unselect removing package gst-plugins-bad-0.10.5-i686-4as" \
 "gst-plugins-base-0.10.13-i686-4as" "Gst-Plugins-Base (GStreamer multimedia plugins)" off "Select/Unselect removing package gst-plugins-base-0.10.13-i686-4as" \
 "gst-plugins-good-0.10.6-i686-4as" "Gst-Plugins-Good (GStreamer multimedia plugins)" off "Select/Unselect removing package gst-plugins-good-0.10.6-i686-4as" \
 "gst-plugins-ugly-0.10.6-i686-4as" "Gst-Plugins-Ugly (GStreamer multimedia plugins)" off "Select/Unselect removing package gst-plugins-ugly-0.10.6-i686-4as" \
 "gst-python-0.10.7-i686-4as" "Gst-Python (GStreamer python interface)" off "Select/Unselect removing package gst-python-0.10.7-i686-4as" \
 "gstreamer-0.10.13-i686-4as" "Gstreamer (Framework for streaming media)" off "Select/Unselect removing package gstreamer-0.10.13-i686-4as" \
 "gthumb-2.10.5-i686-4as" "gThumb (GNOME image viewer and browser)" off "Select/Unselect removing package gthumb-2.10.5-i686-4as" \
 "gtk+-1.2.10-i486-4" "gtk+ (graphical user interface toolkit, version 1.x)" off "Select/Unselect removing package gtk+-1.2.10-i486-4" \
 "gtk+2-2.10.13-i486-1" "GTK+ version 2" off "Select/Unselect removing package gtk+2-2.10.13-i486-1" \
 "gtk-doc-1.8-noarch-4as" "GTK-Doc (DocBook Documentation Generator)" off "Select/Unselect removing package gtk-doc-1.8-noarch-4as" \
 "gtk-engines-2.10.2-i686-4as" "Gtk-Engines (GTK+ themes)" off "Select/Unselect removing package gtk-engines-2.10.2-i686-4as" \
 "gtk-sharp-2.10.1-i686-4as" "Gtk-sharp (Gtk .NET bindings)" off "Select/Unselect removing package gtk-sharp-2.10.1-i686-4as" \
 "gtk2-perl-1.145-i486-1sl" "gtk2-perl" off "Select/Unselect removing package gtk2-perl-1.145-i486-1sl" \
 "gtkglext-1.2.0-i686-3sl" "GtkGLExt" off "Select/Unselect removing package gtkglext-1.2.0-i686-3sl" \
 "gtkhtml-3.14.3-i686-4as" "GtkHtml (Lightweight HTML rendering engine)" off "Select/Unselect removing package gtkhtml-3.14.3-i686-4as" \
 "gtkmm-2.10.10-i686-4as" "Gtkmm (GNOME GTk+ C++ bindings)" off "Select/Unselect removing package gtkmm-2.10.10-i686-4as" \
 "gtksourceview-1.8.5-i686-4as" "GtkSourceView (Gtk text widget)" off "Select/Unselect removing package gtksourceview-1.8.5-i686-4as" \
 "gtksourceview-sharp-2.0.0.11-i686-4as" "Gtksourceview-sharp (Free .NET platform)" off "Select/Unselect removing package gtksourceview-sharp-2.0.0.11-i686-4as" \
 "gtkspell-2.0.11-i486-1sl" "Gtkspell" off "Select/Unselect removing package gtkspell-2.0.11-i486-1sl" \
 "gucharmap-1.10.0-i486-1" "gucharmap (character map utility)" off "Select/Unselect removing package gucharmap-1.10.0-i486-1" \
 "guile-1.8.0-i486-1" "guile" off "Select/Unselect removing package guile-1.8.0-i486-1" \
 "gv-3.6.2-i486-1" "gv (PS/PDF file viewer)" off "Select/Unselect removing package gv-3.6.2-i486-1" \
 "gxine-0.5.11-i486-1" "gxine (GTK+ media player based on Xine)" off "Select/Unselect removing package gxine-0.5.11-i486-1" \
 "gzip-1.3.12-i486-1" "gzip (file compression utility)" off "Select/Unselect removing package gzip-1.3.12-i486-1" \
 "hal-0.5.9.1-i486-1" "hal (The HAL Hardware Abstraction Layer)" off "Select/Unselect removing package hal-0.5.9.1-i486-1" \
 "hal-info-20070618-noarch-1" "hal-info (device information for HAL)" off "Select/Unselect removing package hal-info-20070618-noarch-1" \
 "hdparm-7.6-i486-1" "hdparm (read/set hard drive parameters)" off "Select/Unselect removing package hdparm-7.6-i486-1" \
 "heap-buddy-0.2-i686-4as" "Heap-Buddy (MONO summarizing profiler)" off "Select/Unselect removing package heap-buddy-0.2-i686-4as" \
 "hicolor-icon-theme-0.10-noarch-4as" "Hicolor-icon-theme (Default-icon-theme)" off "Select/Unselect removing package hicolor-icon-theme-0.10-noarch-4as" \
 "hplip-1.7.4a-i486-2" "hplip (HP print/scan/fax support)" off "Select/Unselect removing package hplip-1.7.4a-i486-2" \
 "htdig-3.2.0b6-i486-3" "htdig (web indexing and searching system)" off "Select/Unselect removing package htdig-3.2.0b6-i486-3" \
 "httpd-2.2.4-i486-6" "httpd (The Apache HTTP Server)" off "Select/Unselect removing package httpd-2.2.4-i486-6" \
 "iceauth-1.0.1-i486-1" "iceauth" off "Select/Unselect removing package iceauth-1.0.1-i486-1" \
 "icmpinfo-1.11-i486-1" "icmpinfo (ICMP monitoring utility)" off "Select/Unselect removing package icmpinfo-1.11-i486-1" \
 "ico-1.0.1-i486-1" "ico" off "Select/Unselect removing package ico-1.0.1-i486-1" \
 "icon-naming-utils-0.8.2-noarch-4as" "Icon-Naming-Utils (Tango Desktop Project )" off "Select/Unselect removing package icon-naming-utils-0.8.2-noarch-4as" \
 "icu4c-3_6-src" "" off "Select/Unselect removing package icu4c-3_6-src" \
 "id3lib-3
Ultima modifica di slucky il sab 28 lug 2007, 15:19, modificato 2 volte in totale.

Avatar utente
slucky
Iper Master
Iper Master
Messaggi: 2420
Iscritto il: mar 1 mag 2007, 15:30
Slackware: 15.0
Desktop: xfce4
Distribuzione: FreeBSD

Messaggio da slucky »

rmscript:

"irssi-0.8.11-i486-2" "irssi (Internet Relay Chat client)" off "Select/Unselect removing package irssi-0.8.11-i486-2" \
"isapnptools-1.26-i486-2" "isapnptools (ISA Plug-And-Play tools)" off "Select/Unselect removing package isapnptools-1.26-i486-2" \
"iso-codes-0.58.1-noarch-4as" "Iso-codecs (Country, language and currency names)" off "Select/Unselect removing package iso-codes-0.58.1-noarch-4as" \
"ispell-3.2.06-i386-1" "ispell (spelling checker)" off "Select/Unselect removing package ispell-3.2.06-i386-1" \
"jack-audio-connection-kit-0.103.0-i486-1sl" "JACK" off "Select/Unselect removing package jack-audio-connection-kit-0.103.0-i486-1sl" \
"jed-0.99_18-i486-3" "jed (programmer's editor)" off "Select/Unselect removing package jed-0.99_18-i486-3" \
"jfsutils-1.1.11-i486-1" "jfsutils (IBM JFS utilities)" off "Select/Unselect removing package jfsutils-1.1.11-i486-1" \
"joe-3.5-i486-1" "joe (Joe text editor)" off "Select/Unselect removing package joe-3.5-i486-1" \
"jove-4.16.0.61-i386-1" "jove (Jonathan's Own Version of Emacs)" off "Select/Unselect removing package jove-4.16.0.61-i386-1" \
"jre-6u2-i586-2sl" "Java(TM) 2 Platform Standard Edition Runtime Environment," off "Select/Unselect removing package jre-6u2-i586-2sl" \
"k3b-1.0.3-i486-1sl" "k3b (GUI cdrdao and cdrecord)" off "Select/Unselect removing package k3b-1.0.3-i486-1sl" \
"k3b-i18n-1.0.3-noarch-1sl" "k3b-i18n (internationalization files for the CD Creator)" off "Select/Unselect removing package k3b-i18n-1.0.3-noarch-1sl" \
"k9copy-1.1.1.3-i486-1as" "k9copy (A DVD backup utility)" off "Select/Unselect removing package k9copy-1.1.1.3-i486-1as" \
"kbd-1.12-i486-2" "kbd (keyboard maps and console fonts)" off "Select/Unselect removing package kbd-1.12-i486-2" \
"kbproto-1.0.3-noarch-1" "kbproto" off "Select/Unselect removing package kbproto-1.0.3-noarch-1" \
"kde-i18n-it-3.5.7-noarch-1" "kde-i18n-it" off "Select/Unselect removing package kde-i18n-it-3.5.7-noarch-1" \
"kdeaccessibility-3.5.7-i486-1" "kdeaccessibility" off "Select/Unselect removing package kdeaccessibility-3.5.7-i486-1" \
"kdeaddons-3.5.7-i486-1" "kdeaddons" off "Select/Unselect removing package kdeaddons-3.5.7-i486-1" \
"kdeadmin-3.5.7-i486-1" "kdeadmin" off "Select/Unselect removing package kdeadmin-3.5.7-i486-1" \
"kdeartwork-3.5.7-i486-1" "kdeartwork" off "Select/Unselect removing package kdeartwork-3.5.7-i486-1" \
"kdebase-3.5.7-i486-2" "kdebase (KDE base package)" off "Select/Unselect removing package kdebase-3.5.7-i486-2" \
"kdebindings-3.5.7-i486-1" "kdebindings" off "Select/Unselect removing package kdebindings-3.5.7-i486-1" \
"kdeedu-3.5.7-i486-1" "kdeedu" off "Select/Unselect removing package kdeedu-3.5.7-i486-1" \
"kdegames-3.5.7-i486-1" "kdegames" off "Select/Unselect removing package kdegames-3.5.7-i486-1" \
"kdegraphics-3.5.7-i486-1" "kdegraphics (KDE graphics programs)" off "Select/Unselect removing package kdegraphics-3.5.7-i486-1" \
"kdelibs-3.5.7-i486-2" "kdelibs (KDE libraries)" off "Select/Unselect removing package kdelibs-3.5.7-i486-2" \
"kdemultimedia-3.5.7-i486-1" "kdemultimedia" off "Select/Unselect removing package kdemultimedia-3.5.7-i486-1" \
"kdenetwork-3.5.7-i486-1" "kdenetwork (network utilities for KDE)" off "Select/Unselect removing package kdenetwork-3.5.7-i486-1" \
"kdepim-3.5.7-i486-1" "kdepim" off "Select/Unselect removing package kdepim-3.5.7-i486-1" \
"kdesdk-3.5.7-i486-2" "kdesdk" off "Select/Unselect removing package kdesdk-3.5.7-i486-2" \
"kdetoys-3.5.7-i486-1" "kdetoys (toys for KDE)" off "Select/Unselect removing package kdetoys-3.5.7-i486-1" \
"kdeutils-3.5.7-i486-2" "kdeutils" off "Select/Unselect removing package kdeutils-3.5.7-i486-2" \
"kdevelop-3.4.1-i486-1" "kdevelop" off "Select/Unselect removing package kdevelop-3.4.1-i486-1" \
"kdewebdev-3.5.7-i486-1" "kdewebdev (web development package for the K Desktop Environment)" off "Select/Unselect removing package kdewebdev-3.5.7-i486-1" \
"kdmtheme-1.1.3-i486-1as" "Kdmtheme (KDM Theme manager)" off "Select/Unselect removing package kdmtheme-1.1.3-i486-1as" \
"kernel-generic-2.6.21.5-i486-2" "kernel-generic (a general purpose single processor Linux kernel)" off "Select/Unselect removing package kernel-generic-2.6.21.5-i486-2" \
"kernel-generic-smp-2.6.21.5_smp-i686-2" "kernel-generic-smp (a general purpose SMP Linux kernel)" off "Select/Unselect removing package kernel-generic-smp-2.6.21.5_smp-i686-2" \
"kernel-headers-2.6.21.5_smp-i386-2" "kernel-headers (Linux kernel include files)" off "Select/Unselect removing package kernel-headers-2.6.21.5_smp-i386-2" \
"kernel-huge-2.6.21.5-i486-2" "kernel-huge (a fully-loaded single processor Linux kernel)" off "Select/Unselect removing package kernel-huge-2.6.21.5-i486-2" \
"kernel-huge-smp-2.6.21.5_smp-i686-2" "kernel-huge-smp (a fully-loaded SMP Linux kernel)" off "Select/Unselect removing package kernel-huge-smp-2.6.21.5_smp-i686-2" \
"kernel-modules-2.6.21.5-i486-2" "kernel-modules (single CPU Linux kernel modules)" off "Select/Unselect removing package kernel-modules-2.6.21.5-i486-2" \
"kernel-modules-smp-2.6.21.5_smp-i686-2" "kernel-modules (SMP Linux kernel modules)" off "Select/Unselect removing package kernel-modules-smp-2.6.21.5_smp-i686-2" \
"kernel-source-2.6.21.5_smp-noarch-2" "kernel-source (Linux kernel source)" off "Select/Unselect removing package kernel-source-2.6.21.5_smp-noarch-2" \
"kino-1.1.0-i486-1sl" "Kino (non-linear DV editor)" off "Select/Unselect removing package kino-1.1.0-i486-1sl" \
"kmenu-gnome-0.6.6-noarch-1" "kmenu-gnome (K Menu Gnome)" off "Select/Unselect removing package kmenu-gnome-0.6.6-noarch-1" \
"kmymoney2-0.8.7-i486-1sl" "KmyMoney" off "Select/Unselect removing package kmymoney2-0.8.7-i486-1sl" \
"knemo-0.4.8-i486-1" "knemo (The KDE Network Monitor)" off "Select/Unselect removing package knemo-0.4.8-i486-1" \
"koffice-1.6.3-i486-1" "koffice (KDE office productivity suite)" off "Select/Unselect removing package koffice-1.6.3-i486-1" \
"krb5-1.6.1-i486-1as" "Kerberos (Network authentication protocol)" off "Select/Unselect removing package krb5-1.6.1-i486-1as" \
"ksh93-2007_03_28-i486-2" "ksh (AT&T Korn Shell 93)" off "Select/Unselect removing package ksh93-2007_03_28-i486-2" \
"ktorrent-2.2-i486-1sl" "Ktorrent (BitTorrent program for KDE)" off "Select/Unselect removing package ktorrent-2.2-i486-1sl" \
"ladspa-1.12-i686-1sl" "Ladspa" off "Select/Unselect removing package ladspa-1.12-i686-1sl" \
"lame-3.97-i486-1sl" "LAME (Ain't an Mp3 Encoder)" off "Select/Unselect removing package lame-3.97-i486-1sl" \
"lbxproxy-1.0.1-i486-1" "lbxproxy" off "Select/Unselect removing package lbxproxy-1.0.1-i486-1" \
"lcms-1.16-i486-1" "lcms (little cms engine)" off "Select/Unselect removing package lcms-1.16-i486-1" \
"less-394-i486-1" "less (file pager)" off "Select/Unselect removing package less-394-i486-1" \
"lesstif-0.95.0-i486-2" "lesstif (a free replacement for OSF/Motif(R))" off "Select/Unselect removing package lesstif-0.95.0-i486-2" \
"lftp-3.5.10-i486-1" "lftp (command line file transfer program)" off "Select/Unselect removing package lftp-3.5.10-i486-1" \
"lha-114i-i486-1" "lha (LHa archive utility)" off "Select/Unselect removing package lha-114i-i486-1" \
"libFS-1.0.0-i486-1" "libFS" off "Select/Unselect removing package libFS-1.0.0-i486-1" \
"libICE-1.0.3-i486-1" "libICE" off "Select/Unselect removing package libICE-1.0.3-i486-1" \
"libSM-1.0.3-i486-1" "libSM" off "Select/Unselect removing package libSM-1.0.3-i486-1" \
"libX11-1.1.1-i486-4" "libX11" off "Select/Unselect removing package libX11-1.1.1-i486-4" \
"libXScrnSaver-1.1.2-i486-1" "libXScrnSaver" off "Select/Unselect removing package libXScrnSaver-1.1.2-i486-1" \
"libXTrap-1.0.0-i486-1" "libXTrap" off "Select/Unselect removing package libXTrap-1.0.0-i486-1" \
"libXau-1.0.3-i486-1" "libXau" off "Select/Unselect removing package libXau-1.0.3-i486-1" \
"libXaw-1.0.3-i486-1" "libXaw" off "Select/Unselect removing package libXaw-1.0.3-i486-1" \
"libXcomposite-0.3.2-i486-1" "libXcomposite" off "Select/Unselect removing package libXcomposite-0.3.2-i486-1" \
"libXcursor-1.1.8-i486-1" "libXcursor" off "Select/Unselect removing package libXcursor-1.1.8-i486-1" \
"libXdamage-1.1.1-i486-1" "libXdamage" off "Select/Unselect removing package libXdamage-1.1.1-i486-1" \
"libXdmcp-1.0.2-i486-1" "libXdmcp" off "Select/Unselect removing package libXdmcp-1.0.2-i486-1" \
"libXevie-1.0.2-i486-1" "libXevie" off "Select/Unselect removing package libXevie-1.0.2-i486-1" \
"libXext-1.0.3-i486-1" "libXext" off "Select/Unselect removing package libXext-1.0.3-i486-1" \
"libXfixes-4.0.3-i486-1" "libXfixes" off "Select/Unselect removing package libXfixes-4.0.3-i486-1" \
"libXfont-1.2.8-i486-1" "libXfont" off "Select/Unselect removing package libXfont-1.2.8-i486-1" \
"libXfontcache-1.0.4-i486-1" "libXfontcache" off "Select/Unselect removing package libXfontcache-1.0.4-i486-1" \
"libXft-2.1.12-i486-1" "libXft" off "Select/Unselect removing package libXft-2.1.12-i486-1" \
"libXi-1.0.4-i486-1" "libXi" off "Select/Unselect removing package libXi-1.0.4-i486-1" \
"libXinerama-1.0.2-i486-1" "libXinerama" off "Select/Unselect removing package libXinerama-1.0.2-i486-1" \
"libXmu-1.0.3-i486-1" "libXmu" off "Select/Unselect removing package libXmu-1.0.3-i486-1" \
"libXp-1.0.0-i486-1" "libXp" off "Select/Unselect removing package libXp-1.0.0-i486-1" \
"libXpm-3.5.6-i486-1" "libXpm" off "Select/Unselect removing package libXpm-3.5.6-i486-1" \
"libXprintAppUtil-1.0.1-i486-1" "libXprintAppUtil" off "Select/Unselect removing package libXprintAppUtil-1.0.1-i486-1" \
"libXprintUtil-1.0.1-i486-1" "libXprintUtil" off "Select/Unselect removing package libXprintUtil-1.0.1-i486-1" \
"libXrandr-1.2.1-i486-1" "libXrandr" off "Select/Unselect removing package libXrandr-1.2.1-i486-1" \
"libXrender-0.9.2-i486-1" "libXrender" off "Select/Unselect removing package libXrender-0.9.2-i486-1" \
"libXres-1.0.3-i486-1" "libXres" off "Select/Unselect removing package libXres-1.0.3-i486-1" \
"libXt-1.0.5-i486-1" "libXt" off "Select/Unselect removing package libXt-1.0.5-i486-1" \
"libXtst-1.0.1-i486-1" "libXtst" off "Select/Unselect removing package libXtst-1.0.1-i486-1" \
"libXv-1.0.3-i486-1" "libXv" off "Select/Unselect removing package libXv-1.0.3-i486-1" \
"libXvMC-1.0.4-i486-1" "libXvMC" off "Select/Unselect removing package libXvMC-1.0.4-i486-1" \
"libXxf86dga-1.0.1-i486-1" "libXxf86dga" off "Select/Unselect removing package libXxf86dga-1.0.1-i486-1" \
"libXxf86misc-1.0.1-i486-1" "libXxf86misc" off "Select/Unselect removing package libXxf86misc-1.0.1-i486-1" \
"libXxf86vm-1.0.1-i486-1" "libXxf86vm" off "Select/Unselect removing package libXxf86vm-1.0.1-i486-1" \
"libao-0.8.6-i486-2" "libao (Audio Output library)" off "Select/Unselect removing package libao-0.8.6-i486-2" \
"libart_lgpl-2.3.19-i486-1" "libart_lgpl (graphics library)" off "Select/Unselect removing package libart_lgpl-2.3.19-i486-1" \
"libassuan-1.0.1-i486-1" "libassuan (Interprocess Communication Library for GPG)" off "Select/Unselect removing package libassuan-1.0.1-i486-1" \
"libast-0.7-i486-1ms" "Library of Assorted Spiffy Things" off "Select/Unselect removing package libast-0.7-i486-1ms" \
"libavc1394-0.5.3-i486-1sl" "libavc1394 (Programming interface to the AV/C)" off "Select/Unselect removing package libavc1394-0.5.3-i486-1sl" \
"libbonobo-2.18.0-i686-4as" "Libbonobo (Language and system independant CORBA interfaces)" off "Select/Unselect removing package libbonobo-2.18.0-i686-4as" \
"libbonoboui-2.18.0-i686-4as" "Libbonoboui (Libbonobo GUI)" off "Select/Unselect removing package libbonoboui-2.18.0-i686-4as" \
"libbraille-0.19.0-i686-4as" "Libbraille (Library for Braille displays)" off "Select/Unselect removing package libbraille-0.19.0-i686-4as" \
"libburn-0.3.6-i486-1as" "Libburn (Library for mastering optical discs)" off "Select/Unselect removing package libburn-0.3.6-i486-1as" \
"libcaca-0.99.beta11-i486-1" "libcaca (Colour AsCii Art library)" off "Select/Unselect removing package libcaca-0.99.beta11-i486-1" \
"libcddb-1.3.0-i486-1sl" "LibCDDB" off "Select/Unselect removing package libcddb-1.3.0-i486-1sl" \
"libcdio-0.78.2-i486-1sl" "libcdio" off "Select/Unselect removing package libcdio-0.78.2-i486-1sl" \
"libcfg+-0.6.2-i486-1sl" "Libcfg+" off "Select/Unselect removing package libcfg+-0.6.2-i486-1sl" \
"libcroco-0.6.1-i686-4as" "Libcroco (CSS parsing and manipulation toolkit)" off "Select/Unselect removing package libcroco-0.6.1-i686-4as" \
"libdaemon-0.11-i486-1as" "Libdaemon (Is a lightweight C library fot writing UNIX daemons)" off "Select/Unselect removing package libdaemon-0.11-i486-1as" \
"libdc1394-1.2.1-i486-1sl" "LibDC1394" off "Select/Unselect removing package libdc1394-1.2.1-i486-1sl" \
"libdmx-1.0.2-i486-1" "libdmx" off "Select/Unselect removing package libdmx-1.0.2-i486-1" \
"libdrm-2.3.0-i486-1" "libdrm (A library to support Direct Rendering)" off "Select/Unselect removing package libdrm-2.3.0-i486-1" \
"libdts-0.0.2-i486-1as" "Libdts library for decode DTS Acoustics streams." off "Select/Unselect removing package libdts-0.0.2-i486-1as" \
"libdv-1.0.0-i486-1sl" "DV codec (libdv)" off "Select/Unselect removing package libdv-1.0.0-i486-1sl" \
"libdvdcss-20070703-i486-1sl" "libdvdcss" off "Select/Unselect removing package libdvdcss-20070703-i486-1sl" \
"libdvdnav-20070711-i486-3as" "Libdvdnav (DvD navigation library)" off "Select/Unselect removing package libdvdnav-20070711-i486-3as" \
"libdvdread-0.9.7-i486-1sl" "libdvdread" off "Select/Unselect removing package libdvdread-0.9.7-i486-1sl" \
"libexif-0.6.16-i486-1" "libexif" off "Select/Unselect removing package libexif-0.6.16-i486-1" \
"libextractor-0.5.18a-i486-1sl" "Libextractor" off "Select/Unselect removing package libextractor-0.5.18a-i486-1sl" \
"libfontenc-1.0.4-i486-1" "libfontenc" off "Select/Unselect removing package libfontenc-1.0.4-i486-1" \
"libgail-gnome-1.18.0-i686-4as" "Libgail-gnome (GNOME Accessibility Interface library)" off "Select/Unselect removing package libgail-gnome-1.18.0-i686-4as" \
"libgalago-0.5.2-i686-4as" "Libgalago (Galago desktop presence framework)" off "Select/Unselect removing package libgalago-0.5.2-i686-4as" \
"libgcrypt-1.2.4-i486-1" "libgcrypt (General purpose crypto library)" off "Select/Unselect removing package libgcrypt-1.2.4-i486-1" \
"libgda-1.99.1-i686-4as" "Libgda (GNOME databases data abstraction layer)" off "Select/Unselect removing package libgda-1.99.1-i686-4as" \
"libgdiplus-1.2.4-i686-4as" "Libgdiplus (Free .NET GDI+ comptible API)" off "Select/Unselect removing package libgdiplus-1.2.4-i686-4as" \
"libggz-0.0.14-i486-1as" "GGZ (GGZ Gaming Zone)" off "Select/Unselect removing package libggz-0.0.14-i486-1as" \
"libgksu-2.0.3-i686-4as" "Libgksu (Gtk+ frontend to su and sudo)" off "Select/Unselect removing package libgksu-2.0.3-i686-4as" \
"libglade-2.6.0-i686-2as" "LibGlade (GLADE user interface)" off "Select/Unselect removing package libglade-2.6.0-i686-2as" \
"libglade-2.6.1-i486-1" "libglade" off "Select/Unselect removing package libglade-2.6.1-i486-1" \
"libglademm-2.6.4-i686-4as" "Libglademm (GNOME Glade C++ bindings)" off "Select/Unselect removing package libglademm-2.6.4-i686-4as" \
"libgnome-2.18.0-i686-4as" "LibGnome (GNOME libraries)" off "Select/Unselect removing package libgnome-2.18.0-i686-4as" \
"libgnomecanvas-2.14.0-i686-4as" "Libgnomecanvas (Canvas widget for Gnome2)" off "Select/Unselect removing package libgnomecanvas-2.14.0-i686-4as" \
"libgnomecanvasmm-2.16.0-i686-4as" "Libgnomecanvasmm (GNOME Gnomecanvas C++ bindings)" off "Select/Unselect removing package libgnomecanvasmm-2.16.0-i686-4as" \
"libgnomecups-0.2.2-i686-4as" "LibGnomeCups (CUPS API in a GLib fashion)" off "Select/Unselect removing package libgnomecups-0.2.2-i686-4as" \
"libgnomedb-1.99.1-i686-4as" "libgnomedb (GNOME databases data abstraction layer)" off "Select/Unselect removing package libgnomedb-1.99.1-i686-4as" \
"libgnomekbd-2.18.2-i686-4as" "Libgnomekbd (GNOME manage keyboard)" off "Select/Unselect removing package libgnomekbd-2.18.2-i686-4as" \
"libgnomemm-2.18.0-i686-4as" "Libgnomemm (GNOME libs C++ bindings)" off "Select/Unselect removing package libgnomemm-2.18.0-i686-4as" \
"libgnomeprint-2.18.0-i686-4as" "LibGnomeprint (GNOME printing libraries)" off "Select/Unselect removing package libgnomeprint-2.18.0-i686-4as" \
"libgnomeprintui-2.18.0-i686-4as" "Libgnomeprintui (GUI GNOME's printing libraries)" off "Select/Unselect removing package libgnomeprintui-2.18.0-i686-4as" \
"libgnomeui-2.18.1-i686-4as" "LibGnomeUI (New core libraries for GNOME 2)" off "Select/Unselect removing package libgnomeui-2.18.1-i686-4as" \
"libgnomeuimm-2.18.0-i686-4as" "Libgnomeuimm (GNOME-ui C++ bindings)" off "Select/Unselect removing package libgnomeuimm-2.18.0-i686-4as" \
"libgpg-error-1.5-i486-1" "libgpg-error (GnuPG Error Definitions Library)" off "Select/Unselect removing package libgpg-error-1.5-i486-1" \
"libgphoto2-2.3.1-i686-1sl" "libgphoto2" off "Select/Unselect removing package libgphoto2-2.3.1-i686-1sl" \
"libgpod-0.5.2-i686-4as" "Libgpod (Library to access the contents of an iPod)" off "Select/Unselect removing package libgpod-0.5.2-i686-4as" \
"libgsf-1.14.3-i686-4as" "LibGsf (GNOME Structured File Library)" off "Select/Unselect removing package libgsf-1.14.3-i686-4as" \
"libgsm-1.0.10_13-i686-1as" "User binaries for a GSM speech compressor." off "Select/Unselect removing package libgsm-1.0.10_13-i686-1as" \
"libgtkhtml-2.11.0-i486-1" "libgtkhtml" off "Select/Unselect removing package libgtkhtml-2.11.0-i486-1" \
"libgtop-2.14.9-i686-4as" "Libgtop (Information about the running system )" off "Select/Unselect removing package libgtop-2.14.9-i686-4as" \
"libiconv-1.11-i486-2as" "Libiconv (This library provides an iconv() implementation)" off "Select/Unselect removing package libiconv-1.11-i486-2as" \
"libid3tag-0.15.1b-i486-2" "libid3tag (ID3 tag manipulation library)" off "Select/Unselect removing package libid3tag-0.15.1b-i486-2" \
"libidl-0.8.8-i686-4as" "LibIDL (CORBA Interface Definition Language)" off "Select/Unselect removing package libidl-0.8.8-i686-4as" \
"libidn-0.6.10-i486-1" "libidn (GNU Internationalized Domain Name library)" off "Select/Unselect removing package libidn-0.6.10-i486-1" \
"libiec61883-1.1.0-i486-1sl" "libiec61883" off "Select/Unselect removing package libiec61883-1.1.0-i486-1sl" \
"libieee1284-0.2.10-i486-2" "libieee1284" off "Select/Unselect removing package libieee1284-0.2.10-i486-2" \
"libiptcdata-1.0.2-i686-4as" "Libiptcdata (International Press Telecommunications Council)" off "Select/Unselect removing package libiptcdata-1.0.2-i686-4as" \
"libisofs-0.2.4-i486-1as" "Libisofs (Library for ISO 9660 disk image)" off "Select/Unselect removing package libisofs-0.2.4-i486-1as" \
"libjpeg-6b-i486-5" "libjpeg (Independent JPEG Group's JPEG software)" off "Select/Unselect removing package libjpeg-6b-i486-5" \
"libkarma-0.1.0-i486-1" "libkarma (library for accessing the Rio Karma music player)" off "Select/Unselect removing package libkarma-0.1.0-i486-1" \
"libksba-1.0.1-i486-1" "libksba (X.509 & CMS library for S/MIME and TLS)" off "Select/Unselect removing package libksba-1.0.1-i486-1" \
"liblbxutil-1.0.1-i486-1" "liblbxutil" off "Select/Unselect removing package liblbxutil-1.0.1-i486-1" \
"liblrdf-0.4.0-i486-1sl" "Liblrdf" off "Select/Unselect removing package liblrdf-0.4.0-i486-1sl" \
"libmad-0.15.1b-i486-2" "libmad (high-quality MPEG audio library)" off "Select/Unselect removing package libmad-0.15.1b-i486-2" \
"libmikmod-3.2.0.beta2-i486-1sl" "Libmikmod" off "Select/Unselect removing package libmikmod-3.2.0.beta2-i486-1sl" \
"libmms-0.3-i486-1as" "Libmms (Microsoft streaming protocols)" off "Select/Unselect removing package libmms-0.3-i486-1as" \
"libmng-1.0.9-i486-1" "libmng (Multiple-image Network Graphics library)" off "Select/Unselect removing package libmng-1.0.9-i486-1" \
"libmodplug-0.8.4-i486-1sl" "Libmodplug" off "Select/Unselect removing package libmodplug-0.8.4-i486-1sl" \
"libmpcdec-1.2.6-i486-1sl" "Libmpcdec" off "Select/Unselect removing package libmpcdec-1.2.6-i486-1sl" \
"libmspack-0.0.20060920alpha-i486-1as" "Libmspack (A library for Microsoft compression formats)" off "Select/Unselect removing package libmspack-0.0.20060920alpha-i486-1as" \
"libmtp-0.1.5-i486-1" "libmtp (A library for MTP media devices)" off "Select/Unselect removing package libmtp-0.1.5-i486-1" \
"libmusicbrainz-2.1.4-i486-2" "libmusicbrainz (library for accessing MusicBrainz servers)" off "Select/Unselect removing package libmusicbrainz-2.1.4-i486-2" \
"libnjb-2.2.5-i486-4" "libnjb (A library for Creative Nomad related media devices)" off "Select/Unselect removing package libnjb-2.2.5-i486-4" \
"libnl-1.0_pre6-i686-4as" "Libnl (netlink library)" off "Select/Unselect removing package libnl-1.0_pre6-i686-4as" \
"libnotify-0.4.4-i686-4as" "Libnotify (Notification bubbles for track changes)" off "Select/Unselect removing package libnotify-0.4.4-i686-4as" \
"libnut-20070706-i686-1as" "Libnut (NUT multimedia files)" off "Select/Unselect removing package libnut-20070706-i686-1as" \
"libogg-1.1.3-i486-2" "libogg (Ogg Bitstream library)" off "Select/Unselect removing package libogg-1.1.3-i486-2" \
"liboil-0.3.12-i486-1as" "Liboil (Library of simple functions optimized for various CPUs)" off "Select/Unselect removing package liboil-0.3.12-i486-1as" \
"liboldX-1.0.1-i486-1" "liboldX" off "Select/Unselect removing package liboldX-1.0.1-i486-1" \
"liboobs-2.18.1-i686-4as" "Liboobs (GNOME GObject based interface)" off "Select/Unselect removing package liboobs-2.18.1-i686-4as" \
"libopenraw-0.0.2-i686-4as" "Libopenraw (RAW files decoding)" off "Select/Unselect removing package libopenraw-0.0.2-i686-4as" \
"libpng-1.2.18-i486-1" "libpng (Portable Network Graphics library)" off "Select/Unselect removing package libpng-1.2.18-i486-1" \
"libpthread-stubs-0.1-noarch-1" "libpthread-stubs" off "Select/Unselect removing package libpthread-stubs-0.1-noarch-1" \
"libquicktime-1.0.0-i486-1sl" "Libquicktime" off "Select/Unselect removing package libquicktime-1.0.0-i486-1sl" \
"libraw1394-1.2.1-i486-1sl" "IEEE 1394" off "Select/Unselect removing package libraw1394-1.2.1-i486-1sl" \
"librsvg-2.16.1-i686-4as" "Librsvg (Scalable Vector Graphics)" off "Select/Unselect removing package librsvg-2.16.1-i686-4as" \
"libsamplerate-0.1.2-i486-1sl" "Secret Rabbit Code (aka libsamplerate)" off "Select/Unselect removing package libsamplerate-0.1.2-i486-1sl" \
"libsexy-0.1.11-i686-4as" "Libsexy (GTK+ widgets)" off "Select/Unselect removing package libsexy-0.1.11-i686-4as" \
"libsexymm-0.1.9-i686-4as" "Libsexymm (GTK+ widgets C++ bindings)" off "Select/Unselect removing package libsexymm-0.1.9-i686-4as" \
"libshout-2.2.2-i486-1sl" "Libshout" off "Select/Unselect removing package libshout-2.2.2-i486-1sl" \
"libsigc++-2.0.17-i686-4as" "Libsigc++ (Callback system for standard C++)" off "Select/Unselect removing package libsigc++-2.0.17-i686-4as" \
"libsndfile-1.0.17-i486-1sl" "Libsndfile" off "Select/Unselect removing package libsndfile-1.0.17-i486-1sl" \
"libsoup-2.2.100-i686-4as" "Libsoup (HTTP library implementation)" off "Select/Unselect removing package libsoup-2.2.100-i686-4as" \
"libtasn1-0.3.10-i486-1sl" "Libtasn1" off "Select/Unselect removing package libtasn1-0.3.10-i486-1sl" \
"libtermcap-1.2.3-i486-7" "libtermcap" off "Select/Unselect removing package libtermcap-1.2.3-i486-7" \
"libtheora-1.0alpha7-i486-2" "libtheora (Theora video codec library)" off "Select/Unselect removing package libtheora-1.0alpha7-i486-2" \
"libtiff-3.8.2-i486-3" "libtiff (a library for reading and writing TIFF files)" off "Select/Unselect removing package libtiff-3.8.2-i486-3" \
"libtool-1.5.24-i486-1" "libtool (a generic library support script)" off "Select/Unselect removing package libtool-1.5.24-i486-1" \
"libtunepimp-0.4.2-i486-3" "libtunepimp (library for media tagging using MusicBrainz servers)" off "Select/Unselect removing package libtunepimp-0.4.2-i486-3" \
"libungif-4.1.4-i486-4" "libungif (GIF image format library)" off "Select/Unselect removing package libungif-4.1.4-i486-4" \
"libusb-0.1.12-i486-2" "libusb (USB library)" off "Select/Unselect removing package libusb-0.1.12-i486-2" \
"libvisual-0.4.0-i486-2" "libvisual (audio visualization library)" off "Select/Unselect removing package libvisual-0.4.0-i486-2" \
"libvorbis-1.1.2-i486-2" "libvorbis (Ogg Vorbis library)" off "Select/Unselect removing package libvorbis-1.1.2-i486-2" \
"libwmf-0.2.8.4-i486-3" "libwmf (WMF graphics format library)" off "Select/Unselect removing package libwmf-0.2.8.4-i486-3" \
"libwmf-docs-0.2.8.4-noarch-3" "libwmf-docs (extra documentation for libwmf)" off "Select/Unselect removing package libwmf-docs-0.2.8.4-noarch-3" \
"libwnck-2.18.3-i686-4as" "Libwnck (Window Navigator Construction Kit )" off "Select/Unselect removing package libwnck-2.18.3-i686-4as" \
"libwpd-0.8.9-i486-1" "libwpd (WordPerfect document format library)" off "Select/Unselect removing package libwpd-0.8.9-i486-1" \
"libxcb-1.0-i486-2" "libxcb (X protocol C-language Binding)" off "Select/Unselect removing package libxcb-1.0-i486-2" \
"libxkbfile-1.0.4-i486-1" "libxkbfile" off "Select/Unselect removing package libxkbfile-1.0.4-i486-1" \
"libxkbui-1.0.2-i486-1" "libxkbui" off "Select/Unselect removing package libxkbui-1.0.2-i486-1" \
"libxklavier-3.2-i686-4as" "Libxklavier (X Keyboard Extension)" off "Select/Unselect removing package libxklavier-3.2-i686-4as" \
"libxml++-2.18.1-i686-4as" "Libxml++ (GNOME XML C++ bindings)" off "Select/Unselect removing package libxml++-2.18.1-i686-4as" \
"libxml2-2.6.28-i486-1" "libxml2 (XML parser library)" off "Select/Unselect removing package libxml2-2.6.28-i486-1" \
"libxslt-1.1.20-i486-2" "libxslt (XML transformation library)" off "Select/Unselect removing package libxslt-1.1.20-i486-2" \
"libzvt-2.0.1-i686-4as" "Libzvt (GNOME zvt -zterm- widget)" off "Select/Unselect removing package libzvt-2.0.1-i686-4as" \
"lilo-22.8-i486-4" "lilo (Linux Loader)" off "Select/Unselect removing package lilo-22.8-i486-4" \
"limewire-4.12.6-i368-1vdl" "LimeWire -- An open source P2P Client" off "Select/Unselect removing package limewire-4.12.6-i368-1vdl" \
"links-2.1pre28-i486-1" "links (WWW browser for the console)" off "Select/Unselect removing package links-2.1pre28-i486-1" \
"linux-faqs-20060228-noarch-1" "linux-faqs (Linux FAQ collection from ibiblio.org)" off "Select/Unselect removing package linux-faqs-20060228-noarch-1" \
"linux-howtos-20070609-noarch-1" "linux-howtos (HOWTOs from the Linux Documentation Project)" off "Select/Unselect removing package linux-howtos-20070609-noarch-1" \
"linuxdoc-tools-0.9.21-i486-4" "linuxdoc-tools (utilities for working with DocBook and SGML)" off "Select/Unselect removing package linuxdoc-tools-0.9.21-i486-4" \
"listres-1.0.1-i486-1" "listres" off "Select/Unselect removing package listres-1.0.1-i486-1" \
"live555-2007.07.01-i686-1as" "Live555 is a set of C++ libraries for multimedia streaming." off "Select/Unselect removing package live555-2007.07.01-i686-1as" \
"lives-0.9.8.5-i486-1gas" "LiVES began as the Linux Video Editing System. Since it now runs on" off "Select/Unselect removing package lives-0.9.8.5-i486-1gas" \
"lm_sensors-2.10.3-i486-1" "lm_sensors (hardware monitoring package)" off "Select/Unselect removing package lm_sensors-2.10.3-i486-1" \
"lm_sensors-2.10.3-i486-1sal" "lm_sensors" off "Select/Unselect removing package lm_sensors-2.10.3-i486-1sal" \
"lndir-1.0.1-i486-1" "lndir" off "Select/Unselect removing package lndir-1.0.1-i486-1" \
"loadlin-1.6c-i386-1" "loadlin (loads a Linux kernel from MS-DOS)" off "Select/Unselect removing package loadlin-1.6c-i386-1" \
"logrotate-3.7.4-i486-1" "logrotate (system log rotation tool)" off "Select/Unselect removing package logrotate-3.7.4-i486-1" \
"lsdvd-0.16-i486-1sl" "LsDVD" off "Select/Unselect removing package lsdvd-0.16-i486-1sl" \
"lsof-4.78-i486-1" "lsof (list open files)" off "Select/Unselect removing package lsof-4.78-i486-1" \
"lsscsi-0.19-i486-1" "lsscsi (list SCSI devices or hosts, and their attributes)" off "Select/Unselect removing package lsscsi-0.19-i486-1" \
"luit-1.0.2-i486-1" "luit" off "Select/Unselect removing package luit-1.0.2-i486-1" \
"lvm2-2.02.09-i486-1" "lvm2 (Logical Volume Manager version 2)" off "Select/Unselect removing package lvm2-2.02.09-i486-1" \
"lynx-2.8.6rel.5-i486-1" "Lynx (text mode browser)" off "Select/Unselect removing package lynx-2.8.6rel.5-i486-1" \
"lzo-2.02-i486-1" "lzo (LZO Compression Library)" off "Select/Unselect removing package lzo-2.02-i486-1" \
"m4-1.4.9-i486-1" "m4 (an implementation of the UNIX macro processor)" off "Select/Unselect removing package m4-1.4.9-i486-1" \
"madplay-0.15.2b-i486-1" "madplay (MPEG audio decoder and player)" off "Select/Unselect removing package madplay-0.15.2b-i486-1" \
"mail-notification-4.1-i686-4as" "Mail-notification (GNOME mailboxes monitors)" off "Select/Unselect removing package mail-notification-4.1-i686-4as" \
"mailx-12.1-i486-1" "mailx (a simple mail client)" off "Select/Unselect removing package mailx-12.1-i486-1" \
"make-3.81-i486-1" "make (GNU make utility to maintain groups of programs)" off "Select/Unselect removing package make-3.81-i486-1" \
"makedepend-1.0.1-i486-1" "makedepend" off "Select/Unselect removing package makedepend-1.0.1-i486-1" \
"man-1.6c-i486-2" "man (format and display the on-line manual pages)" off "Select/Unselect removing package man-1.6c-i486-2" \
"man-pages-2.55-noarch-1" "man-pages (system documentation)" off "Select/Unselect removing package man-pages-2.55-noarch-1" \
"mc-4.6.1_20070309-i486-2" "mc (Midnight Commander file manager)" off "Select/Unselect removing package mc-4.6.1_20070309-i486-2" \
"mcabber-0.9.3-i486-1" "mcabber (Jabber console client)" off "Select/Unselect removing package mcabber-0.9.3-i486-1" \
"mcs-0.4.1-i486-2" "mcs (A library for managing configuration settings)" off "Select/Unselect removing package mcs-0.4.1-i486-2" \
"mdadm-2.6.1-i486-1" "mdadm (manage RAID arrays)" off "Select/Unselect removing package mdadm-2.6.1-i486-1" \
"mercurial-0.9.4-i486-1" "mercurial (a distributed source management system)" off "Select/Unselect removing package mercurial-0.9.4-i486-1" \
"mesa-6.5.2-i486-1" "mesa (a 3-D graphics library)" off "Select/Unselect removing package mesa-6.5.2-i486-1" \
"metacity-2.18.5-i686-4as" "Metacity (GNOME window manager)" off "Select/Unselect removing package metacity-2.18.5-i686-4as" \
"metamail-2.7-i486-2" "metamail (MIME extensions for mail)" off "Select/Unselect removing package metamail-2.7-i486-2" \
"mhash-0.9.9-i486-1" "mhash (Thread-safe hash library)" off "Select/Unselect removing package mhash-0.9.9-i486-1" \
"minicom-2.1-i486-2" "minicom (communications package)" off "Select/Unselect removing package minicom-2.1-i486-2" \
"mjpegtools-1.9.0rc2-i486-1sl" "mjpegtools" off "Select/Unselect removing package mjpegtools-1.9.0rc2-i486-1sl" \
"mkcomposecache-1.2-i486-1" "mkcomposecache" off "Select/Unselect removing package mkcomposecache-1.2-i486-1" \
"mkfontdir-1.0.3-noarch-1" "mkfontdir" off "Select/Unselect removing package mkfontdir-1.0.3-noarch-1" \
"mkfontscale-1.0.3-i486-1" "mkfontscale" off "Select/Unselect removing package mkfontscale-1.0.3-i486-1" \
"mkinitrd-1.1.2-i486-3" "mkinitrd (make an initial ramdisk)" off "Select/Unselect removing package mkinitrd-1.1.2-i486-3" \
"mm-1.4.2-i486-2" "mm (Shared Memory Allocation library)" off "Select/Unselect removing package mm-1.4.2-i486-2" \
"mod_mono-1.2.4-i686-4as" "Mod_mono (Apache module is used to run ASP.NET)" off "Select/Unselect removing package mod_mono-1.2.4-i686-4as" \
"module-init-tools-3.2.2-i486-3" "module-init-tools (kernel module utilities)" off "Select/Unselect removing package module-init-tools-3.2.2-i486-3" \
"mono-1.2.4-i686-4as" "Mono (Free .NET platform)" off "Select/Unselect removing package mono-1.2.4-i686-4as" \
"mono-basic-1.2.4-i686-4as" "Mono-basic (Free .NET platform)" off "Select/Unselect removing package mono-basic-1.2.4-i686-4as" \
"mono-debugger-0.50-i686-4as" "Mono-debugger (Free .NET platform)" off "Select/Unselect removing package mono-debugger-0.50-i686-4as" \
"mono-tools-1.2.4-i686-4as" "Mono-tools (Tools and Utilities for Mono platform)" off "Select/Unselect removing package mono-tools-1.2.4-i686-4as" \
"monodevelop-0.14-i686-4as" "Monodevelop (Free .NET platform Development)" off "Select/Unselect removing package monodevelop-0.14-i686-4as" \
"monodoc-1.2.4-i686-4as" "Monodoc (.NET class library documentation)" off "Select/Unselect removing package monodoc-1.2.4-i686-4as" \
"most-4.10.2-i486-2" "most (another pager, like 'more' and 'less')" off "Select/Unselect removing package most-4.10.2-i486-2" \
"mozilla-bon-echo-2.0.0.2-i686-4as" "Mozilla-bon-echo ( Web browser )" off "Select/Unselect removing package mozilla-bon-echo-2.0.0.2-i686-4as" \
"mozilla-firefox-2.0.0.4-i686-1" "mozilla-firefox (Mozilla Firefox Web browser)" off "Select/Unselect removing package mozilla-firefox-2.0.0.4-i686-1" \
"mozilla-firefox-it-2.0.0.5-i686-1sl" "Mozilla Firefox (Mozilla Firefox Web browser)" off "Select/Unselect removing package mozilla-firefox-it-2.0.0.5-i686-1sl" \
"mozilla-thunderbird-2.0.0.4-i686-1" "mozilla-thunderbird (Mozilla Thunderbird mail application)" off "Select/Unselect removing package mozilla-thunderbird-2.0.0.4-i686-1" \
"mozilla_firefox_flashplugin-9.0.31.0-i386-1sal" "Macromedia Flash Player" off "Select/Unselect removing package mozilla_firefox_flashplugin-9.0.31.0-i386-1sal" \
"mpeg2dec-0.4.1-i486-1sl" "mpeg2dec" off "Select/Unselect removing package mpeg2dec-0.4.1-i486-1sl" \
"mpeg4ip-1.5.0.1-i486-1lag" "Mpeg4ip" off "Select/Unselect removing package mpeg4ip-1.5.0.1-i486-1lag" \
"mpeg_lib-1.3.1-i386-2" "mpeg_lib (MPEG-1 video decoding library)" off "Select/Unselect removing package mpeg_lib-1.3.1-i386-2" \
"mpfr-2.2.1p01-i486-1" "mpfr (Multiple-Precision Floating-Point Reliable Library)" off "Select/Unselect removing package mpfr-2.2.1p01-i486-1" \
"mpg321-0.2.10-i486-2" "mpg321 (a command-line mp3 player)" off "Select/Unselect removing package mpg321-0.2.10-i486-2" \
"mpgtx-1.3.1-i486-1sl" "Mpgtx" off "Select/Unselect removing package mpgtx-1.3.1-i486-1sl" \
"mplayer-1.0rc1try3-i686-1sl" "MPlayer" off "Select/Unselect removing package mplayer-1.0rc1try3-i686-1sl" \
"mt-st-0.9b-i486-2" "mt-st (controls magnetic tape drive operation)" off "Select/Unselect removing package mt-st-0.9b-i486-2" \
"mtr-0.72-i486-1" "mtr (a network diagnostic tool)" off "Select/Unselect removing package mtr-0.72-i486-1" \
"mtx-1.3.9-i486-2" "mtx (Controls tape autochangers)" off "Select/Unselect removing package mtx-1.3.9-i486-2" \
"mutagen-1.11-noarch-4as" "Mutagen (Mutagen Python module to handle audio metadata)" off "Select/Unselect removing package mutagen-1.11-noarch-4as" \
"mutt-1.4.2.3-i486-1" "The mutt mail client." off "Select/Unselect removing package mutt-1.4.2.3-i486-1" \
"mysql-5.0.37-i486-1" "mysql (SQL-based relational database server)" off "Select/Unselect removing package mysql-5.0.37-i486-1" \
"nano-2.0.6-i486-1" "nano (Nano's ANOther editor, an enhanced free Pico clone)" off "Select/Unselect removing package nano-2.0.6-i486-1" \
"nasm-0.98.39-i486-1" "nasm (NASM assembler)" off "Select/Unselect removing package nasm-0.98.39-i486-1" \
"nautilus-2.18.3-i686-4as" "Nautilus (GNOME content manager)" off "Select/Unselect removing package nautilus-2.18.3-i686-4as" \
"nautilus-actions-1.4-i686-4as" "Nautilus-actions (GNOME nautilus extension)" off "Select/Unselect removing package nautilus-actions-1.4-i686-4as" \
"nautilus-cd-burner-2.18.2-i686-4as" "Nautilus-cd-burner ( Nautilus CD Burner package)" off "Select/Unselect removing package nautilus-cd-burner-2.18.2-i686-4as" \
"nautilus-open-terminal-0.8-i686-4as" "Nautilus-open-terminal (Nautilus plugin)" off "Select/Unselect removing package nautilus-open-terminal-0.8-i686-4as" \
"nc-1.10-i386-1" "nc (Netcat network utility)" off "Select/Unselect removing package nc-1.10-i386-1" \
"ncftp-3.2.0-i486-2" "ncftp" off "Select/Unselect removing package ncftp-3.2.0-i486-2" \
"ncompress-4.2.4-i486-1" "ncompress (the classic *nix compression utility)" off "Select/Unselect removing package ncompress-4.2.4-i486-1" \
"ncurses-5.6-i486-2" "ncurses" off "Select/Unselect removing package ncurses-5.6-i486-2" \
"neon-0.25.5-i486-3" "neon (HTTP and WebDAV client library)" off "Select/Unselect removing package neon-0.25.5-i486-3" \
"net-dbus-0.33.4-i486-4as" "Net-DBus (Dbus Perl interface)" off "Select/Unselect removing package net-dbus-0.33.4-i486-4as" \
"net-snmp-5.4-i486-5" "net-snmp (Simple Network Management Protocol tools)" off "Select/Unselect removing package net-snmp-5.4-i486-5" \
"net-tools-1.60-i486-1" "net-tools (base Linux networking utilities)" off "Select/Unselect removing package net-tools-1.60-i486-1" \
"netatalk-2.0.3-i486-1" "netatalk (Appletalk file and print server)" off "Select/Unselect removing package netatalk-2.0.3-i486-1" \
"netdate-bsd4-i486-1" "netdate (simple network time utility)" off "Select/Unselect removing package netdate-bsd4-i486-1" \
"netkit-bootparamd-0.17-i486-1" "netkit-bootparamd (boot parameter server)" off "Select/Unselect removing package netkit-bootparamd-0.17-i486-1" \
"netkit-ftp-0.17-i486-1" "netkit-ftp (the old BSD FTP client)" off "Select/Unselect removing package netkit-ftp-0.17-i486-1" \
"netkit-ntalk-0.17-i486-2" "netkit-ntalk (talk client and talkd daemon)" off "Select/Unselect removing package netkit-ntalk-0.17-i486-2" \
"netkit-routed-0.17-i486-1" "netkit-routed (dynamic network routing daemon)" off "Select/Unselect removing package netkit-routed-0.17-i486-1" \
"netkit-rsh-0.17-i486-1" "netket-rsh (the BSD rsh/rcp/rlogin clients and daemon)" off "Select/Unselect removing package netkit-rsh-0.17-i486-1" \
"netkit-rusers-0.17-i486-1" "netkit-rusers (show users logged in to machines on local network)" off "Select/Unselect removing package netkit-rusers-0.17-i486-1" \
"netkit-rwall-0.17-i486-1" "netkit-rwall (send a message to all users)" off "Select/Unselect removing package netkit-rwall-0.17-i486-1" \
"netkit-rwho-0.17-i486-2" "netkit-rwho (who is logged in on local machines)" off "Select/Unselect removing package netkit-rwho-0.17-i486-2" \
"netkit-timed-0.17-i486-1" "netkit-timed (time server daemon)" off "Select/Unselect removing package netkit-timed-0.17-i486-1" \
"netpbm-10.35.22-i486-1" "netpbm (graphics conversion utilities)" off "Select/Unselect removing package netpbm-10.35.22-i486-1" \
"netpipes-4.2-i386-1" "netpipes" off "Select/Unselect removing package netpipes-4.2-i386-1" \
"netwatch-1.0a-i386-1" "netwatch" off "Select/Unselect removing package netwatch-1.0a-i386-1" \
"network-manager-applet-0.6.5-i686-4as" "Network-Manager-Applet (GNOME Network Manager Applet)" off "Select/Unselect removing package network-manager-applet-0.6.5-i686-4as" \
"network-scripts-12.0-noarch-4" "network-scripts (Scripts to configure a network)" off "Select/Unselect removing package network-scripts-12.0-noarch-4" \
"networkmanager-0.6.5-i686-4as" "NetworkManager (GNOME Pain-Free Networking)" off "Select/Unselect removing package networkmanager-0.6.5-i686-4as" \
"netwrite-0.17-i486-1" "netwrite (in.writed daemon for accepting network \"write\")" off "Select/Unselect removing package netwrite-0.17-i486-1" \
"newspost-2.1.1-i486-1" "newspost (binary posting utility)" off "Select/Unselect removing package newspost-2.1.1-i486-1" \
"nfs-utils-1.1.0-i486-2" "nfs-utils (Network File System daemons and utilities)" off "Select/Unselect removing package nfs-utils-1.1.0-i486-2" \
"nmap-4.20-i486-1" "nmap (network scanner)" off "Select/Unselect removing package nmap-4.20-i486-1" \
"nn-6.7.3-i486-1" "nn (the NN newsreader)" off "Select/Unselect removing package nn-6.7.3-i486-1" \
"normalize-0.7.6-i486-1" "normalize (adjusts volume levels of audio files)" off "Select/Unselect removing package normalize-0.7.6-i486-1" \
"notification-daemon-0.3.7-i686-4as" "Notification-daemon (Libnotify daemon)" off "Select/Unselect removing package notification-daemon-0.3.7-i686-4as" \
"notify-python-0.1.1-i686-4as" "Notify-Python (Libnotify Python bindings)" off "Select/Unselect removing package notify-python-0.1.1-i686-4as" \
"ntp-4.2.4p0-i486-1" "ntp (Network Time Protocol daemon)" off "Select/Unselect removing package ntp-4.2.4p0-i486-1" \
"numeric-24.2-i486-1as" "Numeric (Numerical Python)" off "Select/Unselect removing package numeric-24.2-i486-1as" \
"obexftp-0.21-i486-1" "obexftp (Access devices via ObexFTP, such as mobile phones)" off "Select/Unselect removing package obexftp-0.21-i486-1" \
"oclock-1.0.1-i486-1" "oclock" off "Select/Unselect removing package oclock-1.0.1-i486-1" \
"opal-2.2.8-i686-4as" "Opal (Open Phone Abstraction Library)" off "Select/Unselect removing package opal-2.2.8-i686-4as" \
"openal-0.0.8-i486-1as" "OpenAL is a cross-platform 3D audio API." off "Select/Unselect removing package openal-0.0.8-i486-1as" \
"opencdk-0.5.13-i486-1sl" "OpenCDK (Open Crypto Development)" off "Select/Unselect removing package opencdk-0.5.13-i486-1sl" \
"openexr-1.5.0-i486-1sl" "OpenEXR" off "Select/Unselect removing package openexr-1.5.0-i486-1sl" \
"openldap-client-2.3.32-i486-1" "openldap-client (OpenLDAP client programs)" off "Select/Unselect removing package openldap-client-2.3.32-i486-1" \
"openobex-1.3-i486-1" "openobex (Object Exchange protocol library)" off "Select/Unselect removing package openobex-1.3-i486-1" \
"openoffice-it-2.1.0-i586-1sl" "OpenOffice.org (Free Office Suite)" off "Select/Unselect removing package openoffice-it-2.1.0-i586-1sl" \
"openslp-1.2.1-i486-1as" "OpenSLP (open-source implementation of Service Location Protocol)" off "Select/Unselect removing package openslp-1.2.1-i486-1as" \
"openssh-4.6p1-i486-1" "openssh (Secure Shell daemon and clients)" off "Select/Unselect removing package openssh-4.6p1-i486-1" \
"openssl-0.9.8e-i486-3" "openssl (Secure Sockets Layer toolkit)" off "Select/Unselect removing package openssl-0.9.8e-i486-3" \
"openssl-solibs-0.9.8e-i486-3" "openssl-solibs (OpenSSL shared libraries)" off "Select/Unselect removing package openssl-solibs-0.9.8e-i486-3" \
"openvpn-2.0.9-i486-1" "openvpn (secure IP tunnel daemon)" off "Select/Unselect removing package openvpn-2.0.9-i486-1" \
"oprofile-0.9.2-i486-5" "oprofile (system profiling tool)" off "Select/Unselect removing package oprofile-0.9.2-i486-5" \
"orbit2-2.14.7-i686-4as" "ORBit2 (CORBA 2.4-compliant Object Request Broker ORB)" off "Select/Unselect removing package orbit2-2.14.7-i686-4as" \
"orca-2.18.1-i686-4as" "Orca (GNOME assistive technology)" off "Select/Unselect removing package orca-2.18.1-i686-4as" \
"p2c-1.21alpha2-i486-3" "p2c (Pascal to C translator)" off "Select/Unselect removing package p2c-1.21alpha2-i486-3" \
"pan-0.131-i486-1" "pan" off "Select/Unselect removing package pan-0.131-i486-1" \
"pango-1.16.4-i486-1" "pango" off "Select/Unselect removing package pango-1.16.4-i486-1" \
"patch-2.5.4-i486-1" "patch (apply a diff file to an original file or files)" off "Select/Unselect removing package patch-2.5.4-i486-1" \
"pciutils-2.2.5-i486-1" "pciutils (PCI utilities)" off "Select/Unselect removing package pciutils-2.2.5-i486-1" \
"pcmciautils-014-i486-3" "pcmciautils (Utilities for using PCMCIA cards with 2.6+ kernels)" off "Select/Unselect removing package pcmciautils-014-i486-3" \
"pcre-7.0-i486-1" "pcre (Perl-compatible regular expression library)" off "Select/Unselect removing package pcre-7.0-i486-1" \
"perl-5.8.8-i486-4" "perl (Practical Extraction and Report Language)" off "Select/Unselect removing package perl-5.8.8-i486-4" \
"php-5.2.3-i486-2" "php (HTML-embedded scripting language)" off "Select/Unselect removing package php-5.2.3-i486-2" \
"picasa-2.2.2820-i386-2sl" "Picasa" off "Select/Unselect removing package picasa-2.2.2820-i386-2sl" \
"pidentd-3.0.19-i486-1" "pidentd (TCP/IP IDENT protocol server)" off "Select/Unselect removing package pidentd-3.0.19-i486-1" \
"pidgin-2.0.2-i486-1" "pidgin (GTK+ instant messaging program)" off "Select/Unselect removing package pidgin-2.0.2-i486-1" \
"pilot-link-0.12.2-i486-4" "pilot-link" off "Select/Unselect removing package pilot-link-0.12.2-i486-4" \
"pine-4.64-i486-2" "pine (a menu driven mail client)" off "Select/Unselect removing package pine-4.64-i486-2" \
"pinentry-0.7.2-i486-1" "pinentry (PIN Entry dialogs)" off "Select/Unselect removing package pinentry-0.7.2-i486-1" \
"pkg-config-0.21-i486-6" "pkg-config" off "Select/Unselect removing package pkg-config-0.21-i486-6" \
"pkgtools-12.0.0-noarch-4" "pkgtools (The Slackware package maintenance system)" off "Select/Unselect removing package pkgtools-12.0.0-noarch-4" \
"planner-0.14.2-i686-4as" "Planner (GNOME project management tool)" off "Select/Unselect removing package planner-0.14.2-i686-4as" \
"pmake-1.111-i486-3" "pmake (BSD parallel make)" off "Select/Unselect removing package pmake-1.111-i486-3" \
"pmount-0.9.16-i686-1sl" "Pmount (wrapper around the standard mount program)" off "Select/Unselect removing package pmount-0.9.16-i686-1sl" \
"popa3d-1.0.2-i486-2" "popa3d (a POP3 daemon)" off "Select/Unselect removing package popa3d-1.0.2-i486-2" \
"poppler-0.5.4-i486-1" "poppler (a library for rendering PDF documents)" off "Select/Unselect removing package poppler-0.5.4-i486-1" \
"poppler-data-0.1-noarch-1" "poppler-data (data files used by poppler)" off "Select/Unselect removing package poppler-data-0.1-noarch-1" \
"popt-1.7-i486-2" "popt (command line parsing library)" off "Select/Unselect removing package popt-1.7-i486-2" \
"portmap-6.0-i486-1" "portmap (a daemon to manage RPC connections)" off "Select/Unselect removing package portmap-6.0-i486-1" \
"postgresql-8.2.4-i486-1sl" "PostgreSQL (Relational database server)" off "Select/Unselect removing package postgresql-8.2.4-i486-1sl" \
"ppp-2.4.4-i486-1" "ppp (Point-to-Point Protocol)" off "Select/Unselect removing package ppp-2.4.4-i486-1" \
"printproto-1.0.3-noarch-1" "printproto" off "Select/Unselect removing package printproto-1.0.3-noarch-1" \
"procmail-3.22-i486-2" "procmail (mail processing and local delivery program)" off "Select/Unselect removing package procmail-3.22-i486-2" \
"procps-3.2.7-i486-2" "procps (utilities for displaying process information)" off "Select/Unselect removing package procps-3.2.7-i486-2" \
"proftpd-1.3.0a-i486-1" "proftpd (FTP server daemon)" off "Select/Unselect removing package proftpd-1.3.0a-i486-1" \
"proxymngr-1.0.1-i486-1" "proxymngr" off "Select/Unselect removing package proxymngr-1.0.1-i486-1" \
"psiconv-0.9.8-i486-1ms" "Psiconv (A file conversion utility)" off "Select/Unselect removing package psiconv-0.9.8-i486-1ms" \
"pssh-1.3.1-noarch-1" "pssh (tools for collective remote system management)" off "Select/Unselect removing package pssh-1.3.1-noarch-1" \
"psyco-1.5.2-i486-1gal" "Psyco" off "Select/Unselect removing package psyco-1.5.2-i486-1gal" \
"pth-2.0.7-i486-1" "pth (GNU Portable Threads)" off "Select/Unselect removing package pth-2.0.7-i486-1" \
"pwlib-1.10.7-i686-5as" "Pwlib (Large class library )" off "Select/Unselect removing package pwlib-1.10.7-i686-5as" \
"pycairo-1.4.0-i686-4as" "Cairo (Python Interface)" off "Select/Unselect removing package pycairo-1.4.0-i686-4as" \
"pygobject-2.12.3-i686-4as" "PyGobjects (Extension GLib module for python)" off "Select/Unselect removing package pygobject-2.12.3-i686-4as" \
"pygtk-2.10.4-i686-4as" "PyGtk (Python GTK+ wrapper)" off "Select/Unselect removing package pygtk-2.10.4-i686-4as" \
"pygtkglext-1.1.0-i686-4as" "Pygtkglext (Python language binding for GtkGLExt)" off "Select/Unselect removing package pygtkglext-1.1.0-i686-4as" \
"pyopengl-3.0.0a6-i486-1as" "PyOpenGL (Python binding to OpenGL)" off "Select/Unselect removing package pyopengl-3.0.0a6-i486-1as" \
"pyorbit-2.14.3-i686-4as" "Pyorbit (Python binding for the ORBit2 CORBA ORB)" off "Select/Unselect removing package pyorbit-2.14.3-i686-4as" \
"pyrex-0.9.5.1a-i486-1as" "Pyrex (A Language for Writing Python Extension Modules)" off "Select/Unselect removing package pyrex-0.9.5.1a-i486-1as" \
"python-2.5.1-i486-1" "python (object-oriented interpreted programming language)" off "Select/Unselect removing package python-2.5.1-i486-1" \
"pyxml-0.8.4-i686-1bj" "PyXML (Python Modules)" off "Select/Unselect removing package pyxml-0.8.4-i686-1bj" \
"qca-1.0-i486-3" "qca (Qt Cryptographic Architecture)" off "Select/Unselect removing package qca-1.0-i486-3" \
"qca-tls-1.0-i486-4" "qca-tls (SSL/TLS plugin for QCA)" off "Select/Unselect removing package qca-tls-1.0-i486-4" \
"qdbm-1.8.75-i486-1as" "QDBM (A library of routines for managing a database)" off "Select/Unselect removing package qdbm-1.8.75-i486-1as" \
"qt-3.3.8-i486-4" "Qt (a multi-platform C++ graphical user interface toolkit)" off "Select/Unselect removing package qt-3.3.8-i486-4" \
"quota-3.13-i486-1" "quota (Linux disk quota utilities)" off "Select/Unselect removing package quota-3.13-i486-1" \
"randrproto-1.2.1-noarch-1" "randrproto" off "Select/Unselect removing package randrproto-1.2.1-noarch-1" \
"raptor-1.4.15-i486-1sl" "Raptor (RDF Parser Toolkit)" off "Select/Unselect removing package raptor-1.4.15-i486-1sl" \
"rcs-5.7-i486-2" "rcs (Revision Control System)" off "Select/Unselect removing package rcs-5.7-i486-2" \
"rdesktop-1.5.0-i486-2" "rdesktop (Remote Desktop Protocol client)" off "Select/Unselect removing package rdesktop-1.5.0-i486-2" \
"rdist-6.1.5-i386-1" "rdist" off "Select/Unselect removing package rdist-6.1.5-i386-1" \
"readline-5.2-i486-2" "readline (line input library with editing features)" off "Select/Unselect removing package readline-5.2-i486-2" \
"recordproto-1.13.2-noarch-1" "recordproto" off "Select/Unselect removing package recordproto-1.13.2-noarch-1" \
"reiserfsprogs-3.6.19-i486-2" "reiserfsprogs" off "Select/Unselect removing package reiserfsprogs-3.6.19-i486-2" \
"rendercheck-1.2-i486-1" "rendercheck" off "Select/Unselect removing package rendercheck-1.2-i486-1" \
"renderproto-0.9.2-noarch-1" "renderproto" off "Select/Unselect removing package renderproto-0.9.2-noarch-1" \
"resourceproto-1.0.2-noarch-1" "resourceproto" off "Select/Unselect removing package resourceproto-1.0.2-noarch-1" \
"rexima-1.4-i486-1" "rexima (console audio mixer)" off "Select/Unselect removing package rexima-1.4-i486-1" \
"rgb-1.0.1-i486-1" "rgb" off "Select/Unselect removing package rgb-1.0.1-i486-1" \
"rhythmbox-0.11.1-i686-4as" "Rhythmbox (GNOME music management)" off "Select/Unselect removing package rhythmbox-0.11.1-i686-4as" \
"rp-pppoe-3.8-i486-2" "rp-pppoe (Roaring Penguin PPPoE client)" off "Select/Unselect removing package rp-pppoe-3.8-i486-2" \
"rpm-4.2.1-i486-3" "rpm" off "Select/Unselect removing package rpm-4.2.1-i486-3" \
"rpm2tgz-1.0-i486-1" "rpm2tgz (a tool for converting an RPM archive into a tar+gz one)" off "Select/Unselect removing package rpm2tgz-1.0-i486-1" \
"rstart-1.0.2-i486-1" "rstart" off "Select/Unselect removing package rstart-1.0.2-i486-1" \
"rsync-2.6.9-i486-1" "rsync" off "Select/Unselect removing package rsync-2.6.9-i486-1" \
"ruby-1.8.6-i486-1" "ruby (Interpreted object-oriented scripting language)" off "Select/Unselect removing package ruby-1.8.6-i486-1" \
"rxvt-2.7.10-i486-3" "rxvt (terminal emulator)" off "Select/Unselect removing package rxvt-2.7.10-i486-3" \
"rzip-2.1-i486-1" "rzip (a large-file compression program)" off "Select/Unselect removing package rzip-2.1-i486-1" \
"samba-3.0.25b-i486-1" "samba (SMB file and print server)" off "Select/Unselect removing package samba-3.0.25b-i486-1" \
"sane-1.0.18-i486-5" "sane (Scanner Access Now Easy)" off "Select/Unselect removing package sane-1.0.18-i486-5" \
"sbackup-0.10.4-noarch-4as" "Sbackup (GNOME simple backup solution)" off "Select/Unselect removing package sbackup-0.10.4-noarch-4as" \
"sc-7.16-i386-1" "sc (spreadsheet calculator)" off "Select/Unselect removing package sc-7.16-i386-1" \
"screen-4.0.3-i486-1" "screen (screen manager with VT100/ANSI terminal emulation)" off "Select/Unselect removing package screen-4.0.3-i486-1" \
"scripts-1.0.1-noarch-1" "scripts&quo

Avatar utente
slucky
Iper Master
Iper Master
Messaggi: 2420
Iscritto il: mar 1 mag 2007, 15:30
Slackware: 15.0
Desktop: xfce4
Distribuzione: FreeBSD

Messaggio da slucky »

return:
/var/log/setup/tmp/rmscript: line 1: /bin/dialog: Argument list too long


Scusa,ma ho provato in tutti i modi ma la lunga lista dei pacchetti di rmscript non mi appare completa in un solo post, però ti assicuro che ci sono tutti i pacchetti fino alla z, in return invece il solito errore :(

Ciao :)

Rispondi