Vincent Zoonekynd's Blog

Sat, 01 Jun 2013: Mandrake 10.1

Here are the notes I took while installing Mandrake 10.1 (well, actually, it is a slight rewriting of the previous notes).

Installing

Take the DVD version, it is more complete than the 3-CD one: there are things like JRE, Acrobat Reader or RealPlayer.

Language: selecte the main language (English UK), click "Expert" (or "Advanced", I do not remember) and select the other languages (French and Jaoanse; the non-latin languages are at the beginning and the end).

Install all the packages except the "server" group.

Configure the graphical interface.

Servers: remove postfix (it is a mail server -- you need a MUA but not a MTA, unless you know better).

If you do not need the file sharing capabilities, also remove nfslock, netfs, portmap, xinetd and filesharing.

Post-install

Font sizes

In ALL applications, the font is too small.

Edit /etc/X11/xdm/Xservers and add the "-dpi 100" (at least) to the server.

Edit /etc/X11/fs/config and change the order of the fonts: first the scalable fonts, then the 100dpi, then the rest. Also change the default DPI from 75,75,100,100 to 100,100,75,75.

Restart the X server.

If the fonts look ugly, you still have to enable the font antialiasing: Start --> System --> Configure your desktop --> LookNFeel --> Fonts --> Use antialiasing --> Apply.

At the same place, you might also want to change the default font size: Adjust all fonts --> Size 14 --> Apply.

Change the Icon size: Start --> System --> Configure your desktop --> LookNFeel --> Icons --> Advanced --> Size --> 64 --> Apply.

You might also want to use another set of icons (I use "kids beta1").

There will still be application-based font problems...

For the terminal: launch konsole; Settings --> Schema --> Konsole Default; Settings --> Font --> Huge; Setting --> Show menubar (it disappears); resize the window so that it takes ann the screen width; Right click --> Settings --> Save as default.

For Konqueror: Settings --> Configure Konqueror --> FOnts --> Min --> 14, Medium --> 16, Apply;

We also disable the unwanted popups: Settings --> Configure Kinqueror --> Java and JavaScript --> JavaScript --> Open new window --> Smart --> Apply; Tabbed browsing: Settings --> Configure Kinqueror --> Behavior --> Open link in new tab

For Emacs: add the following line to your ~/.emacs

(set-face-font 'default

"-b&h-lucidatypewriter-bold-r-normal-sans-24-240-75-75-m-140-iso8859-1")

Window manager

Start --> System --> Configure your desktop --> LookNFeel --> Window behaviour --> Focus follows mouse; Autoraise; 400ms; Apply.

Start --> System --> Configure your desktop --> LookNFeel --> Multiple Desktops --> 4.

Start --> System --> Configure your desktop --> Accessibility --> Key shortcuts: Make Window Fullscreen: M-C-S-M Lower Window: M-C-S-down Next desktop: M-C-S-right Previous desktop: M-C-S-left

The screen remains on when I close the lid...

Start --> System --> Configure your desktop --> LookNFeel --> Screen Saver --> Make the screen saver aware of power management.

More software

URPMI

urpmi.removemedia -a

Use easyurpmi and add the new repositories (only use FTP, not HTTP -- it does not work...).

Easyurpmi is no longer on PLF...

http://urpmi-addmedia.org/

urpmi zsh gqview mplayer transcode real-codecs win32-codecs xanim-codecs xmms unrar xmms-musepack xmms-mac urpmi lsof ethereal sawfish bc ncftp urpmi gv xpdf urpmi gcc-g77 readline-devel libgraphviz7-devel libgmp3-devel # Needed for R urpmi auctex tetex tetex-latex urpmi scilab

R

./configure
make
make test
make install

for i in *.tar.gz
do
  R CMD INSTALL $i
done

Bioconductor:

R
source("http://www.bioconductor.org/getBioC.R")
getBioC("graph", develOK=T)
getBioC("prog", develOK=T)

No, it does not work... So I do it by hand:

urpmi graphviz libglib1.2-devel libgraphviz7-devel
wget http://www.bioconductor.org/repository/release1.5/package/Source/Rgraphviz_1.5.0.tar.gz
wget http://www.bioconductor.org/repository/release1.5/package/Source/graph_1.5.1.tar.gz
wget http://www.bioconductor.org/repository/release1.5/package/Source/Ruuid_1.5.0.tar.gz
wget http://www.bioconductor.org/repository/release1.5/package/Source/Biobase_1.5.0.tar.gz
R CMD INSTALL Ruuid_1.5.0.tar.gz
R CMD INSTALL Biobase_1.5.0.tar.gz
R CMD INSTALL graph_1.5.1.tar.gz
R CMD INSTALL Rgraphviz_1.5.0.tar.gz
echo /usr/lib/graphviz/ >> /etc/ld.so.conf
ldconfig

Java

I follow

http://mpeters.us/linux/j2sdk.php

They say it suffices to install the RPM provided by Sun -- it does not work: the "java" command is not in the PATH and therer are probably other nasty problems lurking around (the /etc/java/java.conf file is simple but not very clear...)

So I rebuild the RPM...

Retrieve the auto-extractible non-RPM file from SUN
http://java.sun.com/j2se/1.4.2/download.html

Retrieve the nosrc.rpm
http://www.jpackage.org/rpm.php?id=1288

cp *.bin /usr/src/RPM/SOURCES/
urpmi jpackage-utils
rpm --rebuild *nosrc.rpm

Install the RPMs
cd ..
cd RPMS
cd i586
urpmi libunixODBC1-devel
urpmi *

We can now install a few Java-based software:

urpmi jedit

Azureus

Download it (by hand) from

http://azureus.sourceforge.net/download.php
wget http://puzzle.dl.sourceforge.net/sourceforge/azureus/Azureus_2.2.0.2_linux.GTK.tar.bz2 

Uncompress it in /usr/local/lib:

cd /usr/local/lib
tar jxvf /tmp/Azureus_2.2.0.0_linux.GTK.tar.bz2

Put a symbolic link in /usr/local/bin/

cd ../bin/
ln -s ../lib/azureus/azureus .

Set the installation directory in the launching script.

perl -p -i -e 's|^#PROGRAM_DIR.*"|PROGRAM_DIR="/usr/local/lib/azureus"|' azureus

JEdit, Eclipse

TODO

Check the unnecessary software

rpm -qa | less

urpme nfs-utils-clients urpme samba-common urpme postfix howto-html-ja howto-html-fr man-pages-ja man-pages-fr OpenOffice.org-help-ja OpenOffice.org-help-fr mandrake-doc-fr

Missing bits...

urpmi perl-HTML-Parser urpmi perl-HTML-LinkExtractor urpmi unrar

BT problems...

There are a few problems with the DNS assigned by BT

% cat /etc/resolv.conf
search home
nameserver 194.74.65.69

% lsattr /etc/resolv.conf
----i-------- /etc/resolv.conf

% dig -x 194.74.65.69
; <<>> DiG 9.3.1 <<>> -x 194.74.65.69
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44602
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;69.65.74.194.in-addr.arpa.     IN      PTR

;; ANSWER SECTION:
69.65.74.194.in-addr.arpa. 12412 IN     PTR     indnsc41.ukcore.bt.net.
69.65.74.194.in-addr.arpa. 12412 IN     PTR     ns7.bt.net.

;; Query time: 477 msec
;; SERVER: 194.74.65.69#53(194.74.65.69)
;; WHEN: Sun Oct 16 10:49:47 2005
;; MSG SIZE  rcvd: 97

If you want other British Telecom DNS:

217.32.105.91
217.32.105.90
194.72.6.57
194.73.82.242
194.72.9.34
194.74.65.68
194.74.65.69
194.72.9.38
217.35.209.190

Crontab

Alarm clock:

58 6 * * *       /home/zoonek/bin/alarmclock_BFM.sh >> /dev/null 2>&1

A copy of my web page on R:

[root@localhost lib]# cat /etc/cron.daily/ftpperso.free.fr
#!/bin/zsh
/usr/bin/ncftpput -u zoonek2 -p kmmnd902 ftpperso.free.fr /UNIX/48_R_new/ /home/zoonek/notes/R_english/[0-9][0-9]_*.txt

Crontab:

55 6 * * *       /home/zoonek/bin/alarmclock_BFM.sh >> /dev/null 2>&1
37 3 * * *       /home/zoonek/spool/C/doit_once.sh  >> /dev/null 2>&1

Software changes

Media player: amarok

Updates

GConf2-2.6.4-2.1mdk.i586 ImageMagick-6.0.4.4-5.1.101mdk.i586 ORBit-0.5.17-9mdk.i586 ORBit2-2.10.5-1mdk.i586 OpenOffice.org-1.1.3-2mdk.i586 OpenOffice.org-help-en-1.1.3-2mdk.i586 OpenOffice.org-help-fr-1.1.3-2mdk.i586 OpenOffice.org-help-ja-1.1.3-2mdk.i586 OpenOffice.org-l10n-en-1.1.3-2mdk.i586 OpenOffice.org-l10n-fr-1.1.3-2mdk.i586 OpenOffice.org-l10n-ja-1.1.3-2mdk.i586 OpenOffice.org-libs-1.1.3-2mdk.i586 a2ps-4.13b-5.1.101mdk.i586 amarok-1.1-3mdk.i586 amule-2.0.0-0.rc8.4plf.i586 apmd-3.1.0-7mdk.i586 arts-1.2.3-9mdk.i586 aspell-0.50.5-3.1.101mdk.i586 audacity-1.2.2-3mdk.i586 bind-utils-9.3.0-3mdk.i586 bootloader-utils-1.9-1.1.101mdk.i586 bootsplash-2.1.13-1mdk.i586 bzip2-1.0.2-19mdk.i586 cpufreq-1.0-8.1mdk.noarch dbus-0.22-3mdk.i586 dbus-x11-0.22-3mdk.i586 digikam-0.6.2-5mdk.i586 drakconf-10.1-2mdk.i586 drakfirsttime-1.1-15mdk.noarch drakoo-0.3-3mdk.noarch drakxtools-10.1-27.4.101mdk.i586 drakxtools-backend-10.1-27.4.101mdk.i586 drakxtools-newt-10.1-27.4.101mdk.i586 elfutils-0.96-1mdk.i586 ethereal-0.10.8-0.1.101mdk.i586 evolution-2.0.3-1.1.101mdk.i586 evolution-data-server-1.0.3-1.1.101mdk.i586 festival-1.4.3-5mdk.i586 file-4.10-2mdk.i586 flac-1.1.1-0.beta1.3mdk.i586 fontconfig-2.2.96-7mdk.i586 fonts-ttf-decoratives-1.3-14mdk.noarch fonts-ttf-freefont-20040828-2mdk.noarch fonts-ttf-japanese-0.20040629-2mdk.noarch fonts-ttf-vera-1.10-4mdk.noarch fonts-ttf-west_european-1.3-14mdk.noarch ftp-client-krb5-1.3.4-2.1.101mdk.i586 gal-2.2-2.2.4-1.1.101mdk.i586 galaxy-gnome-1.0.2-6mdk.i586 galaxy-kde-1.0.2-6mdk.i586 galaxy-kde-kwin-1.0.2-6mdk.i586 gdk-pixbuf-loaders-0.22.0-5mdk.i586 gettext-0.14.1-9mdk.i586 gettext-base-0.14.1-9mdk.i586 gettext-devel-0.14.1-9mdk.i586 gftp-2.0.17-4mdk.i586 glibc-2.3.3-21mdk.i586 glibc-devel-2.3.3-21mdk.i586 gnome-applets-2.6.2.1-4mdk.i586 gnome-control-center-2.6.1-8mdk.i586 gnome-mag-0.10.11-3mdk.i586 gnome-media-2.6.2-4mdk.i586 gnome-mime-data-2.4.1-10mdk.i586 gnome-panel-2.6.2-8mdk.i586 gnome-session-2.6.2-5mdk.i586 gnome-terminal-2.6.1-4mdk.i586 gnome-vfs2-2.6.2-7mdk.i586 gnomemeeting-1.0.2-12mdk.i586 gok-0.10.2-4mdk.i586 gstreamer-audio-formats-0.8.4-2mdk.i586 gstreamer-plugins-0.8.4-2mdk.i586 gtk+2.0-2.4.9-9mdk.i586 gtkhtml-3.1-3.2.4-1.1.101mdk.i586 gurpmi-4.5-29.1.101mdk.noarch gzip-1.2.4a-13.1.101mdk.i586 harddrake-10.1-27.4.101mdk.i586 harddrake-ui-10.1-27.4.101mdk.i586 hotplug-2004_04_01-8mdk.i586 hwdb-clients-0.16-1mdk.noarch icewm-1.2.16-2mdk.i586 icewm-light-1.2.16-2mdk.i586 imlib-1.9.14-10mdk.i586 indexhtml-10.1-5mdk.noarch initscripts-7.61.1-17mdk.i586 k3b-0.11.16-3mdk.i586 kaffeine-0.4.3b-10.1.101mdk.i586 kdeartwork-3.2.3-14mdk.i586 kdeartwork-kde-classic-3.2.3-14mdk.i586 kdebase-3.2.3-134.3.101mdk.i586 kdebase-common-3.2.3-134.3.101mdk.i586 kdebase-kate-3.2.3-134.3.101mdk.i586 kdebase-kcontrol-nsplugins-3.2.3-134.3.101mdk.i586 kdebase-kdeprintfax-3.2.3-134.3.101mdk.i586 kdebase-kdm-3.2.3-134.3.101mdk.i586 kdebase-kdm-config-file-3.2.3-134.3.101mdk.i586 kdebase-kmenuedit-3.2.3-134.3.101mdk.i586 kdebase-konsole-3.2.3-134.3.101mdk.i586 kdebase-nsplugins-3.2.3-134.3.101mdk.i586 kdebase-progs-3.2.3-134.3.101mdk.i586 kdebase-servicemenu-10.1-3mdk.noarch kdegraphics-common-3.2.3-17.1.101mdk.i586 kdegraphics-kfax-3.2.3-17.1.101mdk.i586 kdegraphics-kghostview-3.2.3-17.1.101mdk.i586 kdegraphics-ksnapshot-3.2.3-17.1.101mdk.i586 kdegraphics-kuickshow-3.2.3-17.1.101mdk.i586 kdelibs-common-3.2.3-99.1.101mdk.i586 kdemultimedia-common-3.2.3-19.1.101mdk.i586 kdemultimedia-kaudiocreator-3.2.3-19.1.101mdk.i586 kdemultimedia-kmix-3.2.3-19.1.101mdk.i586 kdemultimedia-kscd-3.2.3-19.1.101mdk.i586 kdenetwork-common-3.2.3-19.1.101mdk.i586 kdenetwork-kdict-3.2.3-19.1.101mdk.i586 kdenetwork-kopete-3.2.3-19.1.101mdk.i586 kdepim-common-3.3.0-29.2.101mdk.i586 kdepim-kaddressbook-3.3.0-29.2.101mdk.i586 kdepim-karm-3.3.0-29.2.101mdk.i586 kdepim-kmail-3.3.0-29.2.101mdk.i586 kdepim-knode-3.3.0-29.2.101mdk.i586 kdepim-knotes-3.3.0-29.2.101mdk.i586 kdepim-kontact-3.3.0-29.2.101mdk.i586 kdepim-korganizer-3.3.0-29.2.101mdk.i586 kdepim-kpilot-3.3.0-29.2.101mdk.i586 kdesdk-3.2.3-14.1.101mdk.i586 kdetoys-kweather-3.2.3-12mdk.i586 kdetrayproxy-0.2-6mdk.i586 kdeutils-ark-3.2.3-28.1.101mdk.i586 kdeutils-kcalc-3.2.3-28.1.101mdk.i586 kdeutils-kcharselect-3.2.3-28.1.101mdk.i586 kdeutils-kdepasswd-3.2.3-28.1.101mdk.i586 kdeutils-kdf-3.2.3-28.1.101mdk.i586 kdeutils-kedit-3.2.3-28.1.101mdk.i586 kdeutils-kfloppy-3.2.3-28.1.101mdk.i586 kdeutils-khexedit-3.2.3-28.1.101mdk.i586 kdeutils-kjots-3.2.3-28.1.101mdk.i586 kdeutils-klaptop-3.2.3-28.1.101mdk.i586 kdeutils-ktimer-3.2.3-28.1.101mdk.i586 kdeutils-kwalletmanager-3.2.3-28.1.101mdk.i586 koffice-kivio-1.3.3-2mdk.i586 koffice-progs-1.3.3-2mdk.i586 kover-2.9.5-4mdk.i586 kphone-4.0.3-3mdk.i586 krootwarning-10.1-2mdk.i586 krozat-10.1-3.1.101mdk.i586 ldconfig-2.3.3-21mdk.i586 ldetect-0.5.3-1mdk.i586 ldetect-lst-0.1.23-1.1.101mdk.i586 libGConf2_4-2.6.4-2.1mdk.i586 libMagick6.4.0-6.0.4.4-5.1.101mdk.i586 libMesaGLU1-5.0.2-8mdk.i586 libORBit0-0.5.17-9mdk.i586 libORBit2_0-2.10.5-1mdk.i586 libRosegarden0-0.9.9-2mdk.i586 libSDL1.2-1.2.7-9mdk.i586 libapm1-3.1.0-7mdk.i586 libarts1-1.2.3-9mdk.i586 libarts1-devel-1.2.3-9mdk.i586 libaspell15-0.50.5-3.1.101mdk.i586 libbonobo-2.6.2-2mdk.i586 libbonobo2_0-2.6.2-2mdk.i586 libbzip2_1-1.0.2-19mdk.i586 libcddb-slave2_0-2.6.2-4mdk.i586 libcups2-1.1.21-0.rc1.7.1.101mdk.i586 libdb4.1-4.1.25-8mdk.i586 libdb4.2-4.2.52-6mdk.i586 libdbcxx4.2-4.2.52-6mdk.i586 libdbus-1_0-0.22-3mdk.i586 libdbus-glib-1_0-0.22-3mdk.i586 libdevmapper1.00-1.00.19-4mdk.i586 libdigikam0-0.6.2-5mdk.i586 libdirectfb0.9_20-0.9.20-2mdk.i586 libelfutils1-0.96-1mdk.i586 libethereal0-0.10.8-0.1.101mdk.i586 libevolution-data-server3-1.0.3-1.1.101mdk.i586 libflac++4-1.1.1-0.beta1.3mdk.i586 libflac6-1.1.1-0.beta1.3mdk.i586 libfontconfig1-2.2.96-7mdk.i586 libfontconfig1-devel-2.2.96-7mdk.i586 libfreetype6-2.1.9-2plf.i586 libfreetype6-devel-2.1.9-2plf.i586 libgal-2.2_1-2.2.4-1.1.101mdk.i586 libgal23-0.24-3mdk.i586 libgcc1-3.4.1-4mdk.i586 libgd2-2.0.27-3.2.101mdk.i586 libgdk-pixbuf-gnomecanvas1-0.22.0-5mdk.i586 libgdk-pixbuf2-0.22.0-5mdk.i586 libgdk_pixbuf2.0_0-2.4.9-9mdk.i586 libgettextmisc-0.14.1-9mdk.i586 libgii-0.8.5-2mdk.i586 libgii0-0.8.5-2mdk.i586 libglade2.0_0-2.4.0-2mdk.i586 libglib1.2-1.2.10-14mdk.i586 libgnome-mag1-0.10.11-3mdk.i586 libgnome-vfs2_0-2.6.2-7mdk.i586 libgnome-window-settings1-2.6.1-8mdk.i586 libgphoto-hotplug-2.1.4-3mdk.i586 libgphoto2-2.1.4-3mdk.i586 libgstgconf0.8-0.8.4-2mdk.i586 libgstreamer-plugins0.8-0.8.4-2mdk.i586 libgtk+-x11-2.0_0-2.4.9-9mdk.i586 libgtk+2.0_0-2.4.9-9mdk.i586 libgtkhtml-3.1_11-3.2.4-1.1.101mdk.i586 libid3tag0-0.15.1b-3mdk.i586 libimlib1-1.9.14-10mdk.i586 libintl3-0.14.1-9mdk.i586 libk3b2-0.11.16-3mdk.i586 libkdebase4-3.2.3-134.3.101mdk.i586 libkdebase4-kate-3.2.3-134.3.101mdk.i586 libkdebase4-kmenuedit-3.2.3-134.3.101mdk.i586 libkdebase4-konsole-3.2.3-134.3.101mdk.i586 libkdecore4-3.2.3-99.1.101mdk.i586 libkdecore4-devel-3.2.3-99.1.101mdk.i586 libkdegraphics0-common-3.2.3-17.1.101mdk.i586 libkdegraphics0-kghostview-3.2.3-17.1.101mdk.i586 libkdegraphics0-kuickshow-3.2.3-17.1.101mdk.i586 libkdemultimedia1-common-3.2.3-19.1.101mdk.i586 libkdemultimedia1-common-devel-3.2.3-19.1.101mdk.i586 libkdemultimedia1-kmix-3.2.3-19.1.101mdk.i586 libkdemultimedia1-kscd-3.2.3-19.1.101mdk.i586 libkdemultimedia1-noatun-3.2.3-19.1.101mdk.i586 libkdemultimedia1-noatun-devel-3.2.3-19.1.101mdk.i586 libkdenetwork2-common-3.2.3-19.1.101mdk.i586 libkdenetwork2-kopete-3.2.3-19.1.101mdk.i586 libkdepim2-common-3.3.0-29.2.101mdk.i586 libkdepim2-common-devel-3.3.0-29.2.101mdk.i586 libkdepim2-kaddressbook-3.3.0-29.2.101mdk.i586 libkdepim2-kaddressbook-devel-3.3.0-29.2.101mdk.i586 libkdepim2-kmail-3.3.0-29.2.101mdk.i586 libkdepim2-knode-3.3.0-29.2.101mdk.i586 libkdepim2-kontact-3.3.0-29.2.101mdk.i586 libkdepim2-korganizer-3.3.0-29.2.101mdk.i586 libkdepim2-kpilot-3.3.0-29.2.101mdk.i586 libkdesdk1-3.2.3-14.1.101mdk.i586 libkdetoys1-kweather-3.2.3-12mdk.i586 libkdeutils1-ark-3.2.3-28.1.101mdk.i586 libkdeutils1-kcalc-3.2.3-28.1.101mdk.i586 libkdeutils1-kedit-3.2.3-28.1.101mdk.i586 libkdeutils1-klaptop-3.2.3-28.1.101mdk.i586 libkoffice2-kivio-1.3.3-2mdk.i586 libkoffice2-progs-1.3.3-2mdk.i586 libkrb53-1.3.4-2.1.101mdk.i586 liblm_sensors3-2.8.7-6mdk.i586 libm17n-lib0-1.1.0-3mdk.i586 libmad0-0.15.1b-2mdk.i586 libmad0-devel-0.15.1b-2mdk.i586 libmagic1-4.10-2mdk.i586 libmetacity-private0-2.8.1-7mdk.i586 libncurses5-5.4-1.20040529.2mdk.i586 libncurses5-devel-5.4-1.20040529.2mdk.i586 libnet-snmp5-5.1.2-6mdk.i586 libnspr4-1.7.2-11mdk.i586 libnss3-1.7.2-11mdk.i586 liboggflac1-1.1.1-0.beta1.3mdk.i586 liboil0.1-0.1-0.20040401.4mdk.i586 libopenh323_1-1.13.5.3-4mdk.i586 libopenssl0.9.7-0.9.7d-1.1.101mdk.i586 libpam0-0.77-26mdk.i586 libpanel-applet-2_0-2.6.2-8mdk.i586 libpango1.0_0-1.4.1-2mdk.i586 libpango1.0_0-modules-1.4.1-2mdk.i586 libpng3-1.2.6-2.1.101mdk.i586 libpng3-devel-1.2.6-2.1.101mdk.i586 libpwdb0-0.62-2mdk.i586 libpwlib1-1.6.6.3-5mdk.i586 libpwlib1-plugins-alsa-1.6.6.3-5mdk.i586 libpwlib1-plugins-oss-1.6.6.3-5mdk.i586 libpwlib1-plugins-v4l-1.6.6.3-5mdk.i586 libqt3-3.3.3-27mdk.i586 libqt3-devel-3.3.3-27mdk.i586 libsasl2-2.1.19-5mdk.i586 libscribus0-1.2-3mdk.i586 libsmbclient0-3.0.7-2.2.101mdk.i586 libsoup-2.2_7-2.2.1-1.1.101mdk.i586 libstdc++6-3.4.1-4mdk.i586 libstdc++6-devel-3.4.1-4mdk.i586 libtaglib0-1.3-1mdk.i586 libtiff-progs-3.6.1-4.1.101mdk.i586 libtiff3-3.6.1-4.1.101mdk.i586 libuim0-0.4.3-2mdk.i586 libwxgtk2.5_1-2.5.1-5.1.101mdk.i586 libxine1-1-0.rc8.1plf.i586 libxklavier-data-1.03-2mdk.i586 libxklavier8-1.03-2mdk.i586 libxml1-1.8.17-7.1.101mdk.i586 libxml2-2.6.13-1.1.101mdk.i586 libxml2-utils-2.6.13-1.1.101mdk.i586 libxmms1-1.2.10-11mdk.i586 libxorg-x11-6.7.0-4.2.101mdk.i586 libxorg-x11-devel-6.7.0-4.2.101mdk.i586 libxpm4-3.4k-28.2.101mdk.i586 libxpm4-devel-3.4k-28.2.101mdk.i586 lilo-22.5.9-10mdk.i586 lilo-doc-22.5.9-10mdk.i586 locales-2.3.3-8mdk.i586 locales-en-2.3.3-8mdk.i586 locales-fr-2.3.3-8mdk.i586 locales-ja-2.3.3-8mdk.i586 losetup-2.12a-5mdk.i586 m17n-lib-1.1.0-3mdk.i586 make-3.80-6mdk.i586 makedev-4.1-2mdk.noarch mandrake-doc-common-10.1-1mdk.noarch mandrake-menu-directory-10.1-15mdk.noarch mandrake_desk-10.1-13.1.101mdk.noarch mandrakelinux-kde-config-file-10.1-5mdk.noarch mc-4.6.0-13mdk.i586 mdk-menu-messages-10.1-6mdk.i586 mdklaunchhelp-10.0-2mdk.i586 mdkonline-1.1-25.1.101mdk.noarch metacity-2.8.1-7mdk.i586 mkinitrd-4.1.12-2mdk.i586 mount-2.12a-5mdk.i586 mozilla-1.7.2-11mdk.i586 mpg123-0.59r-22.1.101mdk.i586 msec-0.44.2-1mdk.i586 myspell-en_AU-1.0.2-0.20030329.8mdk.noarch myspell-en_CA-1.0.2-0.20020315.8mdk.noarch myspell-en_GB-1.0.2-0.20040208.8mdk.noarch myspell-en_NZ-1.0.2-0.20030907.8mdk.noarch myspell-en_US-1.0.2-0.20040623.8mdk.noarch myspell-fr_BE-1.0.2-0.20030619.8mdk.noarch myspell-fr_FR-1.0.2-0.20020608.8mdk.noarch myspell-hyph-en-1.0.2-0.20020727.8mdk.noarch myspell-hyph-fr-1.0.2-0.20020727.8mdk.noarch nautilus-cd-burner-2.6.1-6mdk.i586 ncurses-5.4-1.20040529.2mdk.i586 netprofile-0.7.3-1mdk.noarch nfs-utils-clients-1.0.6-2.1.101mdk.i586 openssl-0.9.7d-1.1.101mdk.i586 pam-0.77-26mdk.i586 pango-1.4.1-2mdk.i586 perl-5.8.5-3.1.101mdk.i586 perl-Mail-SpamAssassin-3.0.0-1mdk.i586 perl-URI-1.31-3mdk.noarch perl-base-5.8.5-3.1.101mdk.i586 perl-devel-5.8.5-3.1.101mdk.i586 pwdb-conf-0.62-2mdk.i586 qiv-2.0-2mdk.i586 qt3-common-3.3.3-27mdk.i586 quanta-3.2.3-12mdk.i586 rosegarden4-0.9.9-2mdk.i586 rpm-helper-0.10-1mdk.noarch rpmdrake-2.1.5-13.1.101mdk.i586 rxvt-2.7.10-12mdk.i586 rxvt-CJK-2.7.10-12mdk.i586 s2u-0.4-1mdk.i586 samba-client-3.0.7-2.2.101mdk.i586 samba-common-3.0.7-2.2.101mdk.i586 scribus-1.2-3mdk.i586 sgml-common-0.6.3-10mdk.noarch shadow-utils-4.0.3-8.1.101mdk.i586 shared-mime-info-0.15-2mdk.i586 sound-scripts-0.07-1mdk.noarch sox-12.17.4-4mdk.i586 spamassassin-3.0.0-1mdk.i586 sudo-1.6.8p1-1.1.101mdk.i586 suspend-scripts-1.8.1-1mdk.noarch symlinks-1.2-16mdk.i586 telnet-client-krb5-1.3.4-2.1.101mdk.i586 timezone-2.3.3-21mdk.i586 udev-030-24mdk.i586 uim-0.4.3-2mdk.i586 userdrake-1.1-3mdk.i586 usermode-1.63-12mdk.i586 usermode-consoleonly-1.63-12mdk.i586 util-linux-2.12a-5mdk.i586 wget-1.9.1-4.1.101mdk.i586 wxGTK2.5-2.5.1-5.1.101mdk.i586 xine-arts-1-0.rc8.1plf.i586 xine-plugins-1-0.rc8.1plf.i586 xinitrc-2.4.11-1mdk.noarch xorg-x11-6.7.0-4.2.101mdk.i586 xorg-x11-75dpi-fonts-6.7.0-4.2.101mdk.i586 xorg-x11-server-6.7.0-4.2.101mdk.i586 xorg-x11-xfs-6.7.0-4.2.101mdk.i586 zip-2.3-11.1.101mdk.i586 Is this OK? (Y/n)

posted at: 19:17 | path: /Linux | permanent link to this entry