[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:31973] nvidia-kerner-src と GeForce2 MX400 について
はじめて投稿します大阪大学大学院 福本と申します。
Linux は使い始めて2年位になります。
最近購入したパソコンのビデオカードが ”nVIDIA GeForce2 MX400
64MB AGP TV-OUT付”でして、こちらを Linux で利用するため
に woody を使おうとしています。
kernel の version は 2.2.18pre21、Xserver は 4.1.0-13 です。
apt-get install nvidia-kernel-src
としたのちに、このドライバのインストールのため、nvidia-kernel
-src 付属のドキュメント(/usr/share/doc/の中のもの。下に添付し
ております nvidia-kernel-src for Debian です)に従いまして、
cd /usr/src
tar -zxf nvidia-kernel-src.tar.gz
としたのち、
/usr/src/kernel-source-2.2.18pre21/ に移動して
make-kpkg modules_image
としますと、以下の以下のようなエラーがでて、ドライバの
インストールが停止します。
(申し訳ありません、windows でメールを書いているために改行の
前に \マークがでてしまっています)
for module in /usr/src/modules/nvidia-kernel-1.0.2314 ; do
\
if test -d $module; then \
(cd $module; \
if ./debian/rules KVERS="2.2.18pre21"
KSRC="/usr/src/kernel-source-2.2.18pre21" \
KMAINT="Unknown Kernel Package Maintainer"
KEMAIL="unknown@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
KDREV="1.00.Custom" kdist_image; then \
echo "Module $module processed fine"; \
else \
echo "Module $module failed."; \
echo "Hit return to Continue"; \
read ans; \
fi; \
); \
fi; \
done
make[1]: Entering directory `/usr/src/modules/nvidia-kernel-1.0.2314'
if [ -f /usr/src/modules/nvidia-kernel-1.0.2314/debian/control.template ];
then \
cp -a /usr/src/modules/nvidia-kernel-1.0.2314/debian/control.template
/usr/src/modules/nvidia-kernel-1.0.2314/debian/control; \
fi
dh_testdir
dh_testroot
if [ ! -f /usr/src/"NVIDIA_kernel-1.0-2314.tar.gz" ]; then \
echo "NVIDIA_kernel needs to be downloaded."; \
if which wget > /dev/null; then \
echo "Now attempting to download NVIDIA_kernel."; \
if ! `wget -q --passive-ftp -P /usr/src -U "Debian GNU/Linux"
http://205.158.109.140/XFree86_40/1.0-2313/"NVIDIA_kernel-1.0-2314.tar.gz"`;
then \
echo ""NVIDIA_kernel-1.0-2314.tar.gz" not on web server."; \
exit 1; \
fi; \
else \
echo "wget not found. (apt-get install wget)"; \
exit 1; \
fi; \
fi
tar -zxvf /usr/src/"NVIDIA_kernel-1.0-2314.tar.gz"
NVIDIA_kernel-1.0-2314/
NVIDIA_kernel-1.0-2314/Makefile
NVIDIA_kernel-1.0-2314/README
NVIDIA_kernel-1.0-2314/makedevices.sh
NVIDIA_kernel-1.0-2314/nv.c
NVIDIA_kernel-1.0-2314/nv.h
NVIDIA_kernel-1.0-2314/nv_ref.h
NVIDIA_kernel-1.0-2314/nvrm.h
NVIDIA_kernel-1.0-2314/nvtypes.h
NVIDIA_kernel-1.0-2314/nv-linux.h
NVIDIA_kernel-1.0-2314/os-interface.h
NVIDIA_kernel-1.0-2314/os-interface.c
NVIDIA_kernel-1.0-2314/os-registry.c
NVIDIA_kernel-1.0-2314/nv-ids.h
NVIDIA_kernel-1.0-2314/Module-nvkernel
touch configure-stamp
dh_testdir
dh_testroot
make -C /usr/src/modules/nvidia-kernel-1.0.2314/NVIDIA_kernel-1.0-2314
SYSINCLUDE=/usr/src/kernel-source-2.2.18pre21/include NVdriver
make[2]: Entering directory
`/usr/src/modules/nvidia-kernel-1.0.2314/NVIDIA_kernel-1.0-2314'
make[2]: Leaving directory
`/usr/src/modules/nvidia-kernel-1.0.2314/NVIDIA_kernel-1.0-2314'
make[1]: Leaving directory `/usr/src/modules/nvidia-kernel-1.0.2314'
Module /usr/src/modules/nvidia-kernel-1.0.2314 failed.
Hit return to Continue
こちらのトラブルシューティングができずにおります。
どなたかお助けください。
ちなみに /usr/src/NVIDIA_kernel-1.0-2314/Makefile の中身を下に添付します。
どうぞよろしくお願いいたします。
ここから nvidia-kernel-src for
Debian----------------------------------------
nvidia-kernel-src for Debian
----------------------------
To build the nvidia-kernel deb you need to first make sure you have
kernel-package installed, then do the following:
cd /usr/src
tar -zxf nvidia-kernel-src.tar.gz
cd linux (or your kernel source directory)
make-kpkg modules_image
cd /usr/src
dpkg -i nvidia-kernel-KVER*.deb
If you don't have network access on the machine you are building on you need
to
download from
http://205.158.109.140/XFree86_40/1.0-2313/NVIDIA_kernel-1.0-2314.tar.gz
and put the file in /usr/src before the make-kpkg step.
Also you must add any users who wish to use OpenGL applications to the group
video. You can do this with:
adduser username video
-- Randall Donald <rdonald@debian.org>, Thu, 4 Sep 2001 23:20:00 -0700
ここまで nvidia-kernel-src for
Debian----------------------------------------
ここから /usr/src/NVIDIA_kernel-1.0-2314/Makefile---------------------------
# This Makefile is automatically generated; do not edit
# Generated on 'builder3' on Fri Nov 30 19:33:19 PST 2001
LINUX_MODULE=Module-linux
DEFINES=-D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -D_X86_=1 -Di386=1 -DUNI
X -DLINUX -DNV4_HW -DNTRM -DRM20 -D_GNU_SOURCE -DRM_HEAPMGR -D_LOOSE_KERNEL_
NAMES -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=2314
INCLUDES=-I.
OBJECTS=nv.o os-interface.o os-registry.o
HEADERS=os-interface.h nv-linux.h nv.h nvrm.h nvtypes.h
CFLAGS=-Wall -Wno-unknown-pragmas -Wno-multichar -O $(DEFINES) $(INCLUDES)
RESMAN_KERNEL_MODULE=Module-nvkernel
KERNDIR=/lib/modules/$(shell uname -r)
# check for newer paths. if found, use them, otherwise use old paths
# these wouldn't work with the gnu make included with rh6.2
# KERNINC=$(if -d $(KERNDIR)/build, $(KERNDIR)/build/include,
/usr/src/linux/include)
# INSTALLDIR=$(if -d $(KERNDIR)/kernel, $(KERNDIR)/kernel/drivers/video,
$(KERNDIR)/video)
# this is slightly more brain-dead, but works..
ifeq ($(shell if test -d $(KERNDIR)/build; then echo yes; fi),yes)
KERNINC=$(KERNDIR)/build/include
else
KERNINC=/usr/src/linux/include
endif
ifeq ($(shell if test -d $(KERNDIR)/kernel; then echo yes; fi),yes)
INSTALLDIR=$(KERNDIR)/kernel/drivers/video
else
INSTALLDIR=$(KERNDIR)/video
endif
# this is just plain wrong, get rid of it
BROKENDIR=$(KERNDIR)/kernel/video
INSTALL=$(shell which install)
# determine gcc versions used (kernel, NVdriver)
module_cc:=$(shell $(CC) -v 2>&1 | tail -1)
kernel_cc:=$(shell cat /proc/version | sed 's/^Linux.*\((gcc.*)\).*$$/\1/')
module_cc:=$(shell echo "$(module_cc)" | cut -d ' ' -f 3)
kernel_cc:=$(shell echo "$(kernel_cc)" | cut -d ' ' -f 3)
# allow specification of alternate include file tree on command line and
extra defines
ifdef SYSINCLUDE
INCLUDES += -I$(SYSINCLUDE)
else
INCLUDES += -I$(KERNINC)
endif
DEFINES+=$(EXTRA_DEFINES)
# allow build parameters to be passed in through the environment
ifdef BUILD_PARAMS
DEFINES+=-D$(BUILD_PARAMS)
endif
VERSION_HDR=nv_compiler.h
all: install
# always 'clean' before build
install: clean package-install
# allow installation without a clean rebuild, for package installation
package-install: NVdriver
@if [ `id -ur` != 0 ]; then \
echo Please run \"make install\" as root.; \
else \
if [ -d $(BROKENDIR) ]; then \
rm -f $(BROKENDIR)/NVdriver; \
rmdir --ignore-fail-on-non-empty $(BROKENDIR); \
fi && \
mkdir -p $(INSTALLDIR) && \
$(INSTALL) -m 0664 -o root -g root NVdriver $(INSTALLDIR)/NVdriver$(O) &&
\
/sbin/depmod -a && \
/sbin/modprobe NVdriver && \
./makedevices.sh && \
echo "NVdriver installed successfully."; \
fi
gcc-check:
@if [ -z $(IGNORE_CC_MISMATCH) ]; then \
if [ $(kernel_cc) != $(module_cc) ]; then \
echo " "; \
echo "You appear to be compiling the NVdriver kernel module with "; \
echo "a compiler different from the one that was used to compile "; \
echo "the running kernel. This may be perfectly fine, but there "; \
echo "are cases where this can lead to unexpected behaviour and "; \
echo "system crashes. "; \
echo " "; \
echo "If you know what you are doing and want to override this "; \
echo "check, you can do so by setting IGNORE_CC_MISMATCH. "; \
echo " "; \
echo "In any other case, set the CC environment variable to the "; \
echo "name of the compiler that was used to compile the kernel. "; \
echo " "; \
echo -en "\033[1;31m"; \
echo -e "*** Failed cc sanity check. Bailing out! ***"; \
echo -en "\033[0m"; \
exit 1; \
fi \
fi
NVdriver: gcc-check $(LINUX_MODULE) $(RESMAN_KERNEL_MODULE)
ld -r -o $@ $(LINUX_MODULE) $(RESMAN_KERNEL_MODULE)
size $@
$(VERSION_HDR):
@echo \#define NV_COMPILER \"`$(CC) -v 2>&1 | tail -1`\" > $@
$(LINUX_MODULE): $(VERSION_HDR) $(OBJECTS)
ld -r -o $@ $(OBJECTS)
%.o: %.c $(HEADERS)
$(CC) -c $(CFLAGS) $<
# debug tool to preprocess the file and leave .i to make it easier to
untangle #defines
%.i: %.c
$(CC) $(CFLAGS) -E $< > $@
%.s: %.c
$(CC) $(CFLAGS) -S $< > $@
clean:
$(RM) $(OBJECTS) $(LINUX_MODULE) $(VERSION_HDR) NVdriver
ここまで /usr/src/NVIDIA_kernel-1.0-2314/Makefile---------------------------
以下、dpkg -l からの出力です。
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name Version Description
+++-==============-==============-==========================================
==
ii adduser 3.45 Add and remove users and groups
ii ae 962-26 Anthony's Editor -- a tiny full-screen
edito
ii anacron 2.3-6 a cron-like program that doesn't go by
time
ii apel 10.3+cvs.2001. Portable Emacs Library
ii apmd 3.0final-1 Utilities for Advanced Power Management
(APM
ii apt 0.5.4 Advanced front-end for dpkg
ii apt-utils 0.5.4 APT utility programs
ii at 3.1.8-11 Delayed job execution and batch processing
ii atlas2 3.0-8 Automatically Tuned Linear Algebra
Software
ii atlas2-dev 3.0-8 Automatically Tuned Linear Algebra
Software
ii autoclass 3.3.3-5 automatic classification or clustering
rc balsa 0.6.0-1.1 GNOME email client
ii base-config 0.33.2 Debian base configuration package
ii base-files 3.0.1 Debian base system miscellaneous files
ii base-passwd 3.4.1 Debian Base System Password/Group Files
ii bash 2.05a-5 The GNU Bourne Again SHell
ii bc 1.06-7 The GNU bc arbitrary precision calculator
la
ii bg5ps 1.3.0-1 A utility to print Chinese Big5/GB
documents
ii bibindex 2.9-7 Fast lookup in BibTeX bibliography data
base
ii bibtool 2.44-4 A tool for manipulating BibTeX data bases.
ii bind 8.3.0-1.1 Internet Domain Name Server
ii bind-doc 8.3.0-1.1 Documentation for BIND
ii bing 1.0.5-3 Empirical stochastic bandwidth tester
ii binutils 2.11.92.0.12.3 The GNU assembler, linker and binary
utiliti
ii blacs-mpich-de 1.1-15 Basic Linear Algebra Communications
Subprogr
ii blacs-pvm-dev 1.1-15 Basic Linear Algebra Communications
Subprogr
ii blacs1-lam 1.1-10 Basic Linear Algebra Communications
Subprogr
ii blacs1-mpich 1.1-15 Basic Linear Algebra Communications
Subprogr
ii blacs1-pvm 1.1-15 Basic Linear Algebra Communications
Subprogr
ii blas-dev 1.0-9 A set of building blocks for performing
vect
ii blas1 1.0-9 A set of building blocks for performing
vect
ii blt 2.4m-2 Shared libraries for blt
ii blt-common 2.4u-5 Common run-time parts to the BLT libraries
ii blt-dev 2.4m-2 Development in blt - a tcl/tk extension
libr
ii blt8.0 2.4m-2 Shared libraries for blt (using tk8.0)
ii bsdgames 2.13-3 collection of text games from BSD systems
ii bsdmainutils 5.20010615-3 More utilities from FreeBSD.
ii bsdutils 2.11n-4 Basic utilities from 4.4BSD-Lite.
ii build-essentia 5 Informational list of build-essential
packag
ii bzip2 1.0.1-14 A high-quality block-sorting file
compressor
ii canna 3.5b2-43 A japanese input system (server and
dictiona
ii canna-utils 3.5b2-43 A japanese input system (utility).
ii console-data 1999.08.29-11. Keymaps, fonts, charset maps, fallback
table
ii console-tools 0.2.3-10.3 Linux console and font utilities.
ii console-tools- 0.2.3-10.3 Shared libraries for Linux console and
font
ii cpio 2.4.2-39 GNU cpio -- a program to manage archives
of
ii cpp 2.95.4-9 The GNU C preprocessor.
ii cpp-2.95 2.95.4-1 The GNU C preprocessor.
ii cron 3.0pl1-72 management of regular background
processing
ii custom 1.9962-2 Tools for declaring and initializing
options
ii cygnus-stylesh 0.10.2-2 Cygnus' flavor of DocBook stylesheets
ii dc 1.06-7 The GNU dc arbitrary precision
reverse-polis
ii ddd 3.2.1-3 The Data Display Debugger, a graphical
debug
ii debconf 1.0.25 Debian configuration management system
rc debconf-tiny 0.2.80.17 Tiny subset of debconf for the base system
ii debconf-utils 1.0.25 Debconf utilities
ii debhelper 3.4.1 helper programs for debian/rules
ii debian-guide 1.0.1 Text from: Debian GNU/Linux: Guide to
Instal
ii debian-policy 3.1.1.1 Debian Policy Manual and related documents
ii debiandoc-sgml 1.1.44 DebianDoc SGML DTD and formatting tools
ii debianutils 1.15 Miscellaneous utilities specific to
Debian.
ii debmake 3.6.10 Debianizing Tool and automated binary
genera
rc dedit 0.5.11 Editor Tool with Japanese extension for
begi
ii developers-ref 2.9.0 Debian Developer's Reference
ii devscripts 2.6.4 Scripts to make the life of a Debian
Package
ii dh-make 0.28 Debianizing Tool for debhelper
ii diald 0.99.4-4 dial on demand daemon for PPP and SLIP.
ii dialdcost 0.2-1 Cost estimation and X Control panel for
DIAL
ii diff 2.7-28 File comparison utilities
ii diffstat 1.28-1 produces graph of changes introduced by a
di
ii ding 1.1-3 Dictionary lookup program for Unix
ii diploma 1.1.1 Write scientific papers with Debian
ii dlint 1.4.0-3 Checks dns zone information using
nameserver
ii dnsutils 8.2.3-0.potato Utilities for Querying DNS Servers
ii doc-base 0.7.11 Utilities to manage online documentation
ii doc-linux-de 2001.12-2 Linux HOWTOs in German
ii doc-linux-es 2001.12-1 Linux documents in Spanish.
ii doc-linux-ja 1999.12-1 Linux HOWTOs in Japanese
ii doc-linux-pl 2001.12.28-1 Linux docs in Polish: HOWTO - ascii
version
ii doc-linux-zh 2000.01-2 Linux HOWTOs in Chinese
ii doc-linux-zh-s 2001.01-1 Linux HOWTOs and mini-HOWTOs in Simplified
C
ii docbook 3.1-2 SGML DTD for software documentation
ii docbook-doc 30d10-5 Documentation for the DocBook DTD.
ii docbook-styles 1.49-1 Modular DocBook stylesheets, for print and
H
ii docbook-styles 1.49-1 Modular DocBook stylesheets documentation
ii docbook-to-man 2.0.0-9 Converter from DocBook SGML into roff -man
m
ii docbook-xml 3.1.7.1-1 XML DTD for DocBook, also known as DocBk
XML
ii docbook2man 0.5.1-6 Perl SGMLS spec file to convert DocBook
SGML
ii docbook2texi 0.5.1-6 Perl SGMLS spec file to convert DocBook
SGML
ii dpkg 1.9.19 Package maintenance system for Debian
ii dpkg-dev 1.9.19 Package building tools for Debian
ii dpkg-perl 0.1-3.0 Perl interface modules for dpkg
ii dpkg-python 0.1-3.0 Python interface modules for dpkg
ii dupload 2.4.3 Utility to upload Debian packages.
ii dvidvi 1.0-4 Manipulate .dvi files.
ii e2fsprogs 1.25-1 The EXT2 file system utilities and
libraries
ii ecpg 6.5.3-27 Embedded SQL for PostgreSQL
ii ed 0.2-19 The classic unix line editor
rc eeyes 0.3.11-5 The Electric Eyes graphics viewer/editor
ii eject 2.0.3-1 ejects CDs and operates CD-Changers under
Li
ii elvis-tiny 1.4-18 Tiny vi compatible editor for the base
syste
ii emacs-dl-canna 1.4-4 Canna DL module for emacs20-dl
ii emacs-dl-wnn 0.4.2-5 Wnn DL module for emacs20-dl
ii emacs19 19.34-26.5 The GNU Emacs editor.
ii emacs20-dl 20.7-5 The GNU Emacs editor. (Dynamic Loading
suppo
ii emacsen-common 1.4.13 Common facilities for all emacsen.
ii esound 0.2.23-3 Enlightened Sound Daemon - Support
binaries
ii esound-common 0.2.23-3 Enlightened Sound Daemon - Common files
ii exim 3.12-10.1 Exim Mailer
ii expat 1.1-1 XML Parser Toolkit, demonstration program
ii fakeroot 0.4.4-9.2 Gives a fake root environment.
ii fbset 2.1-6.1 Framebuffer device maintenance program.
ii fdflush 1.0.1-5 A disk-flushing program.
ii fdutils 5.3-5 Linux floppy utilities
ii fetchmail 5.9.5-7 POP3, APOP, IMAP mail gatherer/forwarder
ii fftw-dev 2.1.3-11 Library for computing Fast Fourier
Transform
ii fftw2 2.1.3-11 Library for computing Fast Fourier
Transform
ii file 3.37-3 Determines file type using "magic" numbers
ii file-kanji 1.1-12 kanji code checker
ii fileutils 4.1-9 GNU file management utilities.
ii findutils 4.1.7-2 utilities for finding files--find, xargs,
an
ii flexml 1-5 Generate fast validating XML processors
and
ii fonty 1.0-12 Fonts on Linux console.
ii fping 2.4b2-to-ipv6- Send ICMP ECHO_REQUEST packets to network
ho
ii freetype2 1.3.1-1 The FREE TrueType Font Engine, shared
librar
ii freewnn-common 1.1.0+1.1.1-a0 Files shared among freewnn packages
ii freewnn-jserve 1.1.0+1.1.1-a0 Japanese input system
ii ftnchek 3.1.2-1 A semantic checker for Fortran 77
programs.
ii ftp 0.17-9 The FTP client.
ii g++ 2.95.4-9 The GNU C++ compiler.
ii g++-2.95 2.95.4-1 The GNU C++ compiler.
ii g77 2.95.4-9 The GNU Fortran 77 compiler.
ii g77-2.95 2.95.4-1 The GNU Fortran 77 compiler.
ii gadfly 1.0-4 SQL database and parser generator in
Python
ii gcc 2.95.4-9 The GNU C compiler.
ii gcc-2.95 2.95.4-1 The GNU C compiler.
ii gdb 5.1-1 The GNU Debugger
ii gdk-imlib1 1.9.8-4 Gdk-Imlib is an imaging library for use
with
rc gedit 0.5.4-1 small, lightweight gnome-based editor for
X1
ii gettext-base 0.10.40-1 GNU Internationalization utilities for the
b
rc gmc 4.5.42-11.pota Midnight Commander - A powerful file
manager
rc gnome-admin 1.0.3-2 Gnome Admin Utilities (gulp and logview)
ii gnome-audio 1.4.0-3 Audio files for Gnome
rc gnome-bin 1.0.56-3 Miscellaneous binaries used by Gnome
rc gnome-card-gam 1.0.51-6 Gnome card games - Solitaire games
(FreeCell
rc gnome-control- 1.0.51-4 The Gnome Control Center
rc gnome-core 1.0.55-2 Common files for Gnome core apps
ii gnome-faq 1.0.56-3 Frequently Asked Questions about GNOME
ii gnome-games-lo 1.4.0.3-6 The locale databases for the gnome-games
pac
rc gnome-gataxx 1.0.51-6 This is a GNOME port of the old game
ataxx.
rc gnome-glines 1.0.51-6 This is a version of the color lines
program
rc gnome-gnibbles 1.0.51-6 A cute little game that has no description
rc gnome-gnobots2 1.0.51-6 Second Gnome version of robots game for
BSD
rc gnome-gnometri 1.0.51-6 A tetris clone.
rc gnome-gnomine 1.0.51-6 Classic find the mines in the minefield
game
rc gnome-gnotrave 1.0.51-6 A game based on Tetravex.
rc gnome-gtali 1.0.51-6 Gnome version of Yahtzee Dice Game
rc gnome-gturing 1.0.51-6 Turing game
rc gnome-help 1.0.55-2 GNOME help browser
ii gnome-help-dat 1.0.55-2.0.2 GNOME help browser data
rc gnome-iagno 1.0.51-6 Gnome version of Othello (Reversi) board
gam
ii gnome-libs-dat 1.0.56-3 Data for Gnome libraries
rc gnome-mahjongg 1.0.51-6 Classic Chinese Tile Game (from Gnome)
rc gnome-media 1.0.51-2 Gnome Media Utilities (gmix, gtcd)
rc gnome-panel 1.0.55-2 Launch and/or dock Gnome applications
rc gnome-pim 1.0.55-4 Calendar and address book for GNOME.
rc gnome-same-gno 1.0.51-6 The "Same Game" puzzle (from Gnome)
rc gnome-session 1.0.55-2 The Gnome Session Manager
rc gnome-stones 1.0.51-6 Stones games
rc gnome-terminal 1.0.55-2 The Gnome terminal emulator application
ii gnome-users-gu 1.0.6-1 GNOME User's Guide
rc gnome-utils 1.0.50-5 Gnome Utilities (gtt, ghex, and more)
rc gnome-xbill 1.0.51-6 Fight the infection.
rc gnomehack 1.0.5-1.1 A port of NetHack for GNOME
rc gnomeicu 0.90b-1 Small, fast and functional clone of
Mirabili
rc gnotepad+ 1.2.1-1 GTK-based Notepad editor
rc gnumeric 0.47-1 GNOME SpreadSheet
ii gnuplot 3.7.1p1-4 A command-line driven interactive plotting
p
ii gobjc 2.95.4-9 The GNU Objective-C compiler.
ii gobjc-2.95 2.95.4-1 The GNU Objective-C compiler.
rc gqview 0.7.0e1-1 A simple image viewer using GTK+
ii grace 5.0.5-1.2 An XY plotting tool
ii grep 2.4.2-3 GNU grep, egrep and fgrep.
ii gs 5.10-10.1 Postscript interpreter with X11 and
svgalib
ii gsfonts 5.10a-2 Fonts for the ghostscript interpreter
rc gtop 1.0.5-1 Graphical TOP variant
rc guitar 0.1.4-7 A GTK+ archive extraction/viewing tool.
ii gv 3.5.8-17 A PostScript and PDF viewer for X using 3d
A
ii gzip 1.3.2-3 The GNU compression utility.
ii hostname 2.09 A utility to set/show the host name or
domai
ii html2text 1.2.4-9 An advanced HTML to text converter.
ii htmlgen 2.2.2-4 Generation of HTML documents with Python
scr
ii hyperlatex 2.5-4 Creating HTML using LaTeX documents.
ii idle 1.5.2-10potato An IDE for Python using Tkinter
ii imap 4.7c-1 remote mail folder access server for Pine
an
ii imlib-base 1.9.11-3 Common files needed by the Imlib/Gdk-Imlib
p
ii imlib1 1.9.8-4 Imlib is an imaging library for X and X11
ii info 4.0f-1 Standalone GNU Info documentation browser
ii ingerman 20010414-0.1 New German orthography dictionary for
ispell
ii inn2 2.2.2.2000.01. News transport system `InterNetNews' by
the
ii inn2-inews 2.2.2.2000.01. NNTP client news injector, from
InterNetNews
ii ipolish 1.0.20000401-1 The polish dictionary for ispell.
ii isapnptools 1.26-1 ISA Plug-And-Play configuration utilities.
ii isdnutils 3.0-20 ISDN utilities
ii ispanish 1.7-2 The Spanish dictionary for ispell.
ii ispell 3.1.20-21 International Ispell (an interactive
spellin
ii ja-trans 0.8-1 Japanese gettext message files
ii jade 1.2.1-23 James Clark's DSSSL Engine
ii jadetex 3.11-2 LaTeX macros for SGML to DVI/PS/PDF
conversi
ii java-common 0.9 Base of all Java packages
ii jed-canna 0.99.10.jp0-3. Editor for programmers for Japanese.
(textmo
ii jed-common-ja 0.99.10.jp0-3. SLang runtime files for jed and
xjed(Japanes
ii jfbterm 0.3.10-3 Japanized framebuffer terminal with
Multilin
ii jgroff 1.15+ja-3.4 GNU troff text-formatting system (Japanese
E
ii jless 332iso242-2 A paginator similar to "more" or "pg"
suppor
ii junkbuster 2.0.2-0.2 The Internet Junkbuster!
ii jvim-canna 3.0-2.0-2 Japanized VIM (Canna version)
ii jvim-doc 3.0-2.1a-3 Documentation for jvim (Japanized VIM)
ii kcc 2.3-10 Kanji code filter
ii kernel-package 7.85 Debian Linux kernel package build scripts.
ii kernel-source- 2.2.18pre21-1 Linux kernel source for version
2.2.18pre21
ii kinput2-canna- 3.0-9 An input server for X11 applications that
wa
ii kinput2-common 3.0-18 Files shared among kinput2 packages
ii kon2 0.3.9b-11 Kanji ON Console.
ii konfont 0.1-5 Public domain japanese fonts for KON2.
ii konwert 1.8-3 Charset conversion for files or terminal
I/O
ii konwert-filter 1.8-3 Filters used by konwert for charset
conversi
ii koules 1.4-1.2 Space action game for X11.
rc kterm 6.2.0-19potato Multi-lingual terminal emulator for X.
ii lacheck 1.26-6 A simple syntax checker for LaTeX.
ii lam2 6.3.2-11 Enables parallel processing across
multiple
ii lam2-dev 6.3.2-11 Enables parallel processing across
multiple
ii language-env 0.31 simple configuration tool for native
languag
ii latex2html 2000-beta1-3.1 LaTeX to HTML translator.
ii ldp-ligs 3.2-2 HTML, PS version of Installation and
Getting
ii ldso 1.9.11-15 The Linux dynamic linker and library for
lib
ii lesstif1 0.93.18-1 OSF/Motif implementation released under
LGPL
ii lftp 2.4.8-0.1 Sophisticated command-line FTP/HTTP client
p
ii lib-sax-java 1.0-2 A Java API for SAX XML parsing
ii lib-xp-java 0.5-2 An XML Parser in Java
ii lib-xt-java 0.19990725-1 An implementation in Java of XSL
Transformat
ii libart2 1.4.1.4-1 The Gnome canvas widget - runtime files.
ii libaudiofile0 0.2.3-2 The Audiofile Library
ii libbonobo2 1.0.19-1 The GNOME Bonobo library.
ii libbz2 0.9.5d-4 A high-quality block-sorting file
compressor
ii libbz2-1.0 1.0.1-14 A high-quality block-sorting file
compressor
ii libc-client4.7 4.7c-1 UW c-client library for mail protocols
ii libc6 2.2.5-3 GNU C Library: Shared libraries and
Timezone
ii libc6-dev 2.2.5-3 GNU C Library: Development Libraries and
Hea
ii libcanna1g 3.5b2-43 Canna Runtime Library (Libc6).
ii libcompfaceg1 1989.11.11-23 Compress/decompress images for
mailheaders,
ii libdb2 2.7.7.0-3.1 The Berkeley database routines (run-time
fil
ii libdb2-util 2.7.7.0-3.1 The Berkeley database routines
(development
ii libdb3 3.2.9-14 Berkeley v3 Database Libraries [runtime]
ii libdps1 4.1.0-13 Display PostScript (DPS) client library
ii libefs1 1.0.19-1 Embedded File System library.
ii libesd0 0.2.23-3 Enlightened Sound Daemon - Shared
libraries
ii libfreetype6 2.0.7-1 FreeType 2 font engine, shared library
files
ii libgdbmg1 1.7.3-27 GNU dbm database routines (runtime
version).
ii libghttp1 1.0.9-8 Gnome HTTP client library
ii libglib1.2 1.2.10-3 The GLib library of C routines
ii libgmp2 2.0.2-10 Multiprecision arithmetic library
ii libgnorbagtk0 1.4.1.4-1 Gnome CORBA services (Gtk bindings)
ii libgpmg1 1.19.6-9 General Purpose Mouse Library [libc6]
ii libgsm1 1.0.10-11 Shared libraries for GSM speech
compressor.
ii libgtop1 1.0.13-3 Libraries for gtop system monitoring
library
ii libguile6 1.3.4-2 `libguile.so.6' shared libraries for
Guile1.
ii libhtml-parser 3.02-3 A collection of modules that parse HTML
text
ii libi18n-langta 0.26-2 Perl module for dealing with RFC3066-style
l
ii libident 0.22-2 simple RFC1413 client library - runtime
ii libjpeg62 6b-5 The Independent JPEG Group's JPEG runtime
li
ii liblockfile1 1.03 NFS-safe locking library, includes
dotlockfi
ii libmime-base64 2.12-4 MIME/Base64 decoding for Perl
ii libncurses4 4.2-9 Shared libraries for terminal handling
ii libncurses5 5.2.20020112a- Shared libraries for terminal handling
ii libnet-perl 1.09.01-1 Implementation of Internet protocols for
Per
ii libnewt0 0.50.17-7 Not Erik's Windowing Toolkit - text mode
win
ii libopenldap-ru 1.2.12.1-1 OpenLDAP runtime files for obsolete
libopenl
ii libopenldap1 1.2.12.1-1 OpenLDAP libraries (obsoleted by
libldap2).
ii liborbit0 0.5.13-3 Libraries for ORBit - a CORBA ORB
ii libpam-modules 0.72-9 Pluggable Authentication Modules for PAM
ii libpam-runtime 0.72-35 Runtime support for the PAM library
ii libpam0g 0.72-35 Pluggable Authentication Modules library
ii libpanel-apple 1.4.0.6-1 Library for Gnome Panel applets
ii libpaperg 1.1.5 Library for handling paper characteristics
ii libpcap0 0.6.2-2 System interface for user-level packet
captu
ii libpcre2 2.08-1 Philip Hazel's Perl Compatible Regular
Expre
ii libpgsql2 6.5.3-27 Shared library libpq.so.2 for PostgreSQL
ii libpgtcl 6.5.3-26 Tcl/Tk library and front-end for
PostgreSQL.
ii libpisock3 0.9.5-pre5-3 Libraries for communicating with a Pilot
PDA
ii libpng2 1.0.12-3 PNG library - runtime
ii libpopt0 1.6.2-6 lib for parsing cmdline parameters
ii libproplist0 0.10.1-6 PropList closely mimics the property lists
f
ii libpvm3 3.4.2-8 Parallel Virtual Machine - shared
libraries
ii libreadline4 4.2a-4 GNU readline and history libraries,
run-time
ii libsane 1.0.6-0.1 API library for scanners
ii libsgmls-perl 1.03ii-20 Perl modules for processing SGML parser
outp
ii libsp1 1.3.4-1.2.1-25 Runtime library for James Clark's SP suite
ii libssl09 0.9.4-6 SSL shared libraries (old version)
ii libstdc++2.10 2.95.2-14 The GNU stdc++ library
ii libstdc++2.10- 2.95.4-1 The GNU stdc++ library (development files)
ii libstdc++2.10- 2.95.4-1 The GNU stdc++ library
ii libtabe0 0.2.3-3 C library for Chinese lexicons related
funct
ii libtext-format 0.52-14 Perl module for formatting (text)
paragraphs
ii libtiff3g 3.5.5-6 Tag Image File Format library
ii libungif3g 3.0-3 shared library for GIF images (runtime
lib)
ii liburi-perl 1.18-1 Manipulates and accesses URI strings
ii libwnn6 1.0.0-11 Wnn6 client library
ii libwrap0 7.6-9 Wietse Venema's TCP wrappers library
ii libwraster1 0.61.1-4.1 Shared libraries of Window Maker
rasterizer.
ii libwww-perl 5.53-2 WWW client/server library for Perl
ii libxml-dom-per 1.25-1 Perl extension to XML::Parser
ii libxml-generat 0.91-5 Perl module for generating XML files
ii libxml-grove-p 0.46alpha-6 Perl module for accessing parsed *ML
instanc
ii libxml-node-pe 0.11-1 Perl module for parsing XML files node
based
ii libxml-parser- 2.27-3 Perl extension interface to expat.
ii libxml-perl 0.07-5 Perl modules for working with XML
ii libxml-rss-per 0.97-4 Perl module for managing RSS (RDF Site
Summa
ii libxml-twig-pe 2.02-4 Perl module for providing a tree interface
t
ii libxml-writer- 0.4-5 Perl module for writing XML documents
ii libxml1 1.8.17-2 GNOME XML library
ii libxmltok1 1.1-7 XML Parser Toolkit, runtime libraries
ii libzvt2 1.4.1.4-1 The Gnome zvt (zterm) widget
ii lilo 22.1-6 LInux LOader - The Classic OS loader can
loa
ii lincity 1.11-3 Build & maintain a city/country
ii lincity-x 1.11-3 X binaries for lincity
ii lintian 1.20.17 Debian package checker
ii locales 2.2.5-3 GNU C Library: National Language (locale)
da
ii lockfile-progs 0.1.9 Programs for locking and unlocking files
and
ii login 20000902-8 System login tools
ii logrotate 3.5.9-5 Log rotation utility
ii lv 4.49.4-7 Powerful Multilingual File Viewer
ii lynx 2.8.4.1b-3 Text-mode WWW Browser
ii mailx 8.1.2-0.200109 A simple mail user agent.
ii maint-guide 1.0.2 Debian New Maintainers' Guide
ii make 3.79.1-12 The GNU version of the "make" utility.
ii makedev 2.3.1-57 Creates special device files in /dev.
ii man-db 2.3.16-4 Display the on-line manual.
ii manpages 1.39-1.1 Man pages about using a Linux system.
ii manpages-de 0.3-2 German manpages
ii manpages-es 1.28-5 Spanish manpages
ii manpages-ja 0.4.0.0.200201 Japanese version of the manual pages (for
us
ii manpages-pl 20011208-1 Polish man-pages.
ii mawk 1.3.3-8 a pattern scanning and text processing
langu
ii mbr 1.1.5-1 Master Boot Record for IBM-PC compatible
com
ii mc 4.5.55-1.1 Midnight Commander - A powerful file
manager
ii mc-common 4.5.55-1.1 Common files for mc and gmc
ii menu 2.1.5-10 provides update-menus functions for some
app
ii mlock 2001adebian-6 Mailbox locking program from UW
ii modconf 0.2.39 Device Driver Configuration
ii modutils 2.4.13-3 Linux module utilities.
ii mount 2.11n-4 Tools for mounting and manipulating
filesyst
ii mpage 2.5.1pre-6 print multiple pages per sheet on
PostScript
ii mpich 1.2.1-16 Parallel computing system
ii ncurses-base 5.2.20020112a- Descriptions of common terminal types
ii ncurses-bin 5.2.20020112a- Terminal-related programs and man pages
ii ncurses-term 5.2.20020112a- Additional terminal type definitions
ii netbase 3.18-4 Basic TCP/IP networking binaries
ii netcdfg3 3.5.0-5 An interface for scientific data access.
ii nethack 3.3.0-7 Text-based/X11 overhead view D&D-style
adven
ii netpbm 19940301.2-15 Graphics conversion tools.
ii netpbm1 19940301.2-15 Shared library for netpbm.
ii netpipe-mpich 2.4-2 A network performance tool using MPICH MPI
ii netpipe-pvm 2.4-2 A network performance tool using PVM
ii netpipe-tcp 2.4-2 A network performance tool using the TCP
pro
ii nkf 1.92-6 Network Kanji code conversion Filter
ii nmh 1.0.2-9 A set of electronic mail handling
programs.
ii ntop 2.0beta3-3 display network usage in top-like format
ii nvi 1.79-20 4.4BSD re-implementation of vi.
ii nvi-m17n-canna 1.79+19991117- Multilingualized nvi with Canna.
ii nvi-m17n-commo 1.79+19991117- Multilingualized nvi's common files.
ii nvidia-glx-src 1.0.2313-2 NVIDIA binary XFree86 4.x driver
ii nvidia-kernel- 1.0.2314-1 NVIDIA binary kernel module
ii octave 2.0.16-2 The GNU Octave language for numerical
comput
ii octave-ci 99.09-1 Contributed functions for the GNU Octave
lan
ii octave-doc 2.0.16-2 Postscript documentation on the GNU Octave
l
ii octave-htmldoc 2.0.16-2 HTML documentation on the GNU Octave
languag
ii packaging-manu 3.1.1.1 Debian Packaging Manual
ii pact-base 990805-4.1 A Portable Application Code Toolkit.
ii passwd 20000902-8 Change and administer password and group
dat
ii patch 2.5.4-8 Apply a diff file to an original
ii pciutils 2.1.9-2 Linux PCI Utilities (for 2.[1234].x
kernels)
ii perl 5.6.1-7 Larry Wall's Practical Extraction and
Report
ii perl-5.005 6.3 Transitional package.
ii perl-5.005-bas 6.3 Transitional package.
ii perl-base 5.6.1-7 The Pathologically Eclectic Rubbish
Lister.
ii perl-modules 5.6.1-7 Core Perl modules.
ii pgaccess 6.5.3-26 Tk/Tcl front-end for PostgreSQL database
ii plotutils 2.3-1 The GNU plotutils (plotting utilities)
packa
ii pnmtopng 2.37.4-1 PNG <-> netpbm (pnm, pbm, ppm, pgm)
conversi
ii postgresql 6.5.3-26 Object-relational SQL database, descended
fr
ii postgresql-cli 6.5.3-26 Front-end programs for PostgreSQL
ii postgresql-con 6.5.3-26 Additional facilities for PostgreSQL
ii postgresql-doc 7.1.3-7 Documentation for the PostgreSQL database.
ii postgresql-pl 6.5.3-27 A procedural language for PostgreSQL
ii ppp 2.4.1.uus-1 Point-to-Point Protocol (PPP) daemon.
ii pppconfig 2.0.14 A text menu based utility for configuring
pp
ii procps 2.0.7-8 The /proc file system utilities.
ii psgml 1.2.2-7 An Emacs major mode for editing SGML
documen
ii psmisc 20.2-2 Utilities that use the proc filesystem
ii pstoedit 3.21-2 PostScript and PDF files to editable
vector
ii psutils 1.17-13 A collection of PostScript document
handling
ii pump 0.8.11-3 Simple DHCP/BOOTP client.
ii pvm 3.4.2-8 Parallel Virtual Machine - binaries and
shar
ii pvm-dev 3.4.2-5 Parallel Virtual Machine - development
files
ii pydb 1.01-2 An enhanced Python command-line debugger
ii pyrite 0.9.3 Palm Computing(R) platform communication
kit
ii python-base 1.5.2-10potato An interactive object-oriented scripting
lan
ii python-bobo 2.1.4-5 Python Object Publisher
ii python-bobodtm 2.2.1-5 Document templates with fill-in fields.
ii python-bobopos 2.1-4 The Bobo Persistent Object System.
ii python-dev 1.5.2-10potato Header files and a static library for
Python
ii python-doc 1.5.2p1-4 Documentation for the scripting language
Pyt
ii python-elisp 1.5.2-10potato Emacs-lisp python-mode for the scripting
lan
ii python-example 1.5.2-10potato Examples for the scripting language
Python.
ii python-extclas 1.2-4 Improves integration between Python and
C++
ii python-gdbm 1.5.2-10potato GNU dbm database support for Python.
ii python-gendoc 0.73-5 Documentation generation from Python
source
ii python-gnuplot 1.4-2 A pipe-based interface to the gnuplot
plotti
ii python-graphic 1.5-11.5.1 PyGraphics -- Enables use of Gist and
Narcis
ii python-history 2.0-11.5.1 PyHistory - time history data from
Python-st
ii python-imaging 1.0.1-3 The Python Imaging Library.
ii python-imaging 1.1.2-4 Examples for the Python Imaging Library.
ii python-imaging 1.0.1-3 The Python Imaging Library SANE interface.
ii python-imaging 1.0.1-3 The Python Imaging Library (Module with Tk
s
ii python-kjbucke 2.2-6 Set and graph data types for Python
ii python-ldap 1.8-1 An LDAP module for Python.
ii python-mpz 1.5.2-10potato Multiple-precision arithmetic support for
Py
ii python-mxdatet 1.3.0-5 Date and time handling routines and types
fo
ii python-mxstack 0.3.0-2 A fast stack implementation for Python.
ii python-mxtextt 1.1.1-1 Fast text manipulation tools for Python
ii python-mxtools 1.0.0-2 A collection of new builtins for Python
ii python-netcdf 2.2-2 A netCDF interface for Python
ii python-newt 0.50.17-7 A newt module for Python.
ii python-numeric 11-11.5.1 Numerical (matrix-oriented) Mathematics
for
ii python-numeric 11-11.5.1 Tutorial for the Numerical Python Library
ii python-pam 0.4.2-3 A Python interface to the PAM library.
ii python-pcgi 1.999a5-3 Persistent CGI for Python
ii python-pdb 1.1-11.5.1 PyPDB - Python interface to PACT/PDB
databas
ii python-pmw 0.8.1-1 Pmw -- Python MegaWidgets
ii python-pygresq 6.5.3-26 PostgreSQL module for Python
ii python-rng 1.1-11.5.1 RNG -- Various random number distributions
f
ii python-tk 1.5.2-10potato Writing Tk applications with Python
(Tkinter
ii python-wpy 0.53-2 Portable GUI library for python.
ii python-xml 0.6.6-2 XML tools for Python (1.5.x)
ii python-zlib 1.5.2-10potato A compression module for Python using
zlib.
ii pythondoc 0.6-2 Generate reference manuals and indices
from
ii queso 0.980922b-2.1. Guess the operating system of a remote
machi
ii rsh-client 0.17-6 rsh clients.
ii rstart 3.3.6-11potato remote application start client
ii rstartd 3.3.6-11potato remote application start daemon
ii rxvt-ml 2.6.2-2.1 multi-lingual VT102 terminal emulator for
th
ii samba 2.0.7-3.4 A LanManager like file and printer server
fo
ii samba-common 2.0.7-3.4 Samba common files used by both the server
a
ii samba-doc 2.2.2-12 Samba documentation.
ii saml 970418-9 Simple Algebraic Math Library
ii scalapack-lam- 1.6-15 Scalable Linear Algebra Package
ii scalapack-mpic 1.6-15 Scalable Linear Algebra Package
ii scalapack-pvm- 1.6-15 Scalable Linear Algebra Package
ii scalapack1-lam 1.6-15 Scalable Linear Algebra Package
ii scalapack1-mpi 1.6-15 Scalable Linear Algebra Package
ii scalapack1-pvm 1.6-15 Scalable Linear Algebra Package
ii sed 3.02-8 The GNU sed stream editor.
ii setserial 2.17-24 Controls configuration of serial ports.
ii sgml-base 1.01 utilities to maintain the SGML catalog
file
ii sgml-data 1.2.1 common SGML DTDs and entities
ii sgmlspl 1.03ii-20 SGMLS-based example Perl script for
processi
ii sgmltools-2 2.0.2-4 Second generation SGML text formatting
syste
ii shellutils 2.0.11-11 The GNU shell programming utilities.
ii skk 10.62a-4 Simple Kana to Kanji conversion program
ii skkinput 2.03-3.potato. X input method for Japanese for SKK
method.
ii slang1 1.4.4-7 The S-Lang programming library - runtime
ver
ii slang1-ja 1.4.2-2 The S-Lang programming library with
Japanese
ii smbclient 2.0.7-3.4 A LanManager like simple client for Unix.
ii smbfs 2.0.7-3.4 mount and umount commands for the smbfs
(for
ii sox 12.17.2-1 A universal sound sample translator.
ii sp 1.3.4-1.2.1-25 James Clark's SGML parsing tools
ii ssh 1.2.3-9.3 Secure rlogin/rsh/rcp replacement
(OpenSSH)
ii sulfur 0.1.3 Application framework for Python programs.
ii svgalibg1 1.4.3-4 Console SVGA display utilities
ii swat 2.0.7-3.4 Samba Web Administration Tool
ii swig 1.1.p883-2 Generate scripting interfaces to C/C++
code.
ii sysklogd 1.3-33.1 Kernel and system logging daemons
ii syslinux 1.66-1 Bootloader for Linux/i386 using MS-DOS
flopp
ii sysvinit 2.84-2 System-V like init.
ii t-code 2.1-1.1 Yet another Japanese input method
ii t1lib1 1.0-2 Type 1 font rasterizer library - runtime
ii tar 1.13.25-2 GNU tar
ii task-c++-dev 0.5 Development in C++
ii task-c-dev 0.5 Development in C
ii task-database- 0.1 PostgreSQL database
ii task-debug 0.5 Debugging of C, C++, Objective C and
friends
ii task-devel-com 0.5 Development in various languages
ii task-dialup 0.3 Dialup utilities
ii task-dialup-is 0.4 Dialup utilities (ISDN)
ii task-dns-serve 8.2.3-0.potato DNS Server
ii task-fortran 1.1 Fortran development environment
ii task-german 0.5 German-speaking environment
ii task-imap 1.0-1 IMAP Server
ii task-newbie-he 0.1 New user documentation
ii task-news-serv 2.2.2.2000.01. USENET News Server
ii task-objc-dev 0.5 Development in Objective C
ii task-polish 0.1 Polish-speaking environment
ii task-python 1.2 Python script development environment
ii task-python-bu 1.2 Full distribution of Python
ii task-python-we 1.2 Python web application development
environme
ii task-samba 0.3 Samba SMB server
ii task-sgml 0.9 SGML and XML authoring and editing
ii task-sgml-dev 0.9 SGML and XML development environment
ii task-spanish 0.2 Spanish environment
ii task-tcltk 1.0 Running Tcl/Tk applications
ii task-tcltk-dev 1.0 Developing Tcl/Tk applications
ii task-tex 0.2 TeX/LaTeX environment
ii task-x-window- 2.1 X Window System (complete)
ii task-x-window- 1.2 X Window System (core components)
ii tasksel 1.15 Tool for selecting tasks for installation
on
ii tcl8.0 8.0.5-6 The Tool Command Language (TCL) v8.0 -
Run-T
ii tcl8.2 8.2.3-9 The Tool Command Language (TCL) v8.2 -
Run-T
ii tcl8.2-dev 8.2.3-9 The Tool Command Language (TCL) v8.2 -
Devel
ii tcpd 7.6-9 Wietse Venema's TCP wrapper utilities
ii tcpdump 3.6.2-2 A powerful tool for network monitoring and
d
ii tcsh-kanji 6.10-0.2 TENEX C Shell, an enhanced version of
Berkel
ii tdtd 0.7.1-8 Emacs major mode for editing SGML and XML
DT
ii telnet 0.17-17 The telnet client.
ii tetex-base 1.0-10 basic teTeX library files
ii tetex-bin 1.0.6-7 teTeX binary files
ii tetex-doc 1.0.2+20011202 teTeX documentation
ii tetex-extra 1.0.2+20011202 extra teTeX library files
ii tetex-lib 1.0.6-7 shared libkpathsea for teTeX
ii textutils 2.0-11 The GNU text file processing utilities.
ii time 1.7-11 The GNU time command.
ii tk8.0 8.0.5-6 The Tk toolkit for TCL and X11 v8.0 -
Run-Ti
ii tk8.2 8.2.3-4 The Tk toolkit for TCL and X11 v8.2 -
Run-Ti
ii tk8.2-dev 8.2.3-4 The Tk toolkit for TCL and X11 v8.2 -
Develo
ii tktable 2.5-2 Table extension for Tcl/Tk
ii tktable-dev 2.5-2 Development files for tkTable
ii trans-de-en 1.1-3 A German-English translation dictionary
ii ttf-arphic-bka 2.10-1 "AR PL KaitiM Big5" Chinese TrueType font
by
ii ttf-arphic-bsm 2.10-1 "AR PL Mingti2L Big5" Chinese TrueType
font
ii ttf-arphic-gbs 2.11-1 "AR PL SungtiL GB" Chinese TrueType font
by
ii ttf-arphic-gka 2.11-1 "AR PL KaitiM GB" Chinese TrueType font by
A
ii ttfprint 0.9-5 A utility to print Chinese text using
truety
ii twm 3.3.6-11potato Tab window manager
ii untex 9210-9 Remove LaTeX commands from input.
ii update 2.11-4 daemon to periodically flush filesystem
buff
ii user-de 0.18 Settings for german speaking users
ii user-es 0.21 Settings for Spanish speaking users
ii user-ja 0.29 simple configuration tool for Japanese
envir
ii util-linux 2.10f-5.1 Miscellaneous system utilities.
ii vflib2 2.25.1-4 Vector Font Library for Japanese Character
C
ii wget 1.7-3 utility to retrieve files from the WWW via
H
ii whiptail 0.50.17-9 Displays user-friendly dialog boxes from
she
ii whois 4.5.21 The GNU whois client
ii wmaker 0.61.1-4.1 NeXTSTEP-like window manager for X
ii wngerman 20010414-0.1 New German orthography dictionary for
/usr/s
ii wpolish 1.0.20000401-1 Polish dictionary words for /usr/dict
ii wspanish 1.0-10.1 The Spanish dictionary words for
/usr/share/
ii wvdial 1.42-4 PPP dialer with built-in intelligence.
ii wwwoffle 2.6d-4 World Wide Web OFFline Explorer
ii xaw3dg 1.3-6.9potato1 cute 3D replacement for the X Athena
widget
ii xbase-clients 3.3.6-11potato miscellaneous X clients
ii xbooks 3.3.6-1 X Window System technical documentation in
P
ii xchat-common 1.8.7-2 Common files for X-Chat
rc xchat-gnome 1.4.3-0.1 IRC client for GNOME similar to AmIRC
ii xcin 2.5.2-1 Chinese input server in X11
ii xcontrib 3.3.3.1-0.1 XFree contributed clients.
ii xdm 3.3.6-11potato X display manager
ii xemacs21-bases 2001.12.16-1 Editor and kitchen sink -- compiled elisp
su
ii xemacs21-bin 21.1.10-5 Editor and kitchen sink -- support
binaries
ii xemacs21-mule- 21.1.10-5 Editor and kitchen sink -- Mule binary
compi
ii xemacs21-mules 2001.12.16-1 Editor and kitchen sink -- Mule elisp
suppor
ii xemacs21-suppo 21.1.10-5 Editor and kitchen sink -- architecture
inde
ii xext 3.3.6-44 extensions to XFree86 3.x servers
ii xf86setup 3.3.6-11potato X server configuration tools
ii xfig 3.2.3.a-6 Facility for Interactive Generation of
figur
ii xfonts-100dpi 3.3.6-2 100 dpi fonts for X
ii xfonts-75dpi 3.3.6-2 75 dpi fonts for X
ii xfonts-a12k12 1-2 12 dot Kanji & ASCII fonts for X
ii xfonts-arphic- 2.11.1 X11 fontmap files for Arphic "AR PL KaitiM
B
ii xfonts-arphic- 2.11.1 X11 fontmap files for Arphic "AR PL
Mingti2L
ii xfonts-arphic- 2.11.1 X11 fontmap files for Arphic "AR PL
SungtiL
ii xfonts-arphic- 2.11.1 X11 fontmap files for Arphic "AR PL KaitiM
G
ii xfonts-base 3.3.6-2 standard fonts for X
ii xfonts-biznet- 3.0.0-7 75 dpi BIZNET ISO-8859-2 fonts for X
servers
ii xfonts-biznet- 3.0.0-7 Standard BIZNET ISO-8859-2 fonts for X
serve
ii xfonts-cjk 3.3.6-2 basic Chinese, Japanese, and Korean fonts
fo
ii xfonts-cmex-bi 0.1-4potato5 Big5+ Chinese Mingti bitmap font (by CMEX
&
ii xfonts-cyrilli 3.3.6-2 Cyrillic fonts for X
ii xfonts-intl-ch 1.1-9 International fonts for X -- Chinese.
ii xfonts-intl-ja 1.1-9 International fonts for X -- Japanese.
ii xfonts-intl-ja 1.1-9 International fonts for X -- Japanese big.
ii xfonts-pex 4.1.0-13 fonts for minimal PEX support in X
ii xfonts-scalabl 3.3.6-2 scalable fonts for X
ii xfree86-common 4.1.0-13 X Window System (XFree86) infrastructure
ii xfs-xtt 1.3.0.xf410-10 X-TrueType font server
ii xgalaga 2.0.34-10 X11 version of the famous Galaga game
ii xjed-canna 0.98.7.j055-2 xjed with canna. (x11 version)
ii xlib6g 3.3.6-11potato shared libraries required by X clients
ii xlib6g-dev 3.3.6-11potato include files and libraries for X client
dev
ii xmanpages 3.3.6-2 manual pages for X client developers
ii xmanpages-ja 4.1.0.20011118 Japanese manual pages for X
ii xmh 3.3.6-11potato X interface to MH mail system
ii xnest 3.3.6-11potato nested X server
ii xpm4g 3.4k-5 the X PixMap library
ii xproxy 3.3.6-11potato X proxy services
ii xprt 4.1.0-13 X print server
ii xscavenger 1.3.7-2 A lode-runner-like platform game for X
ii xserver-common 4.1.0-13 files and utilities common to all X
servers
ii xserver-common 3.3.6-44 files and utilities common to XFree86 3.x
X
ii xserver-svga 3.3.6-44 X server for SVGA graphics cards
ii xserver-vga16 3.3.6-44 X server for VGA graphics cards
ii xserver-xfree8 4.1.0-13 the XFree86 X server
ii xsm 3.3.6-11potato X session manager
ii xterm 3.3.6-11potato X terminal emulator
ii xtris 1.14-9 client-server multiplayer X tetris
ii xvfb 4.1.0-13 virtual framebuffer X server
ii xviddetect 0.3-4 XFree86 installation helper
ii zh-autoconvert 0.3.4-1 Chinese HZ/GB/BIG5 encodings
auto-converter
ii zlib1g 1.1.3-19 compression library - runtime
ii zope 2.3.3-1 The Z Object Publishing Environment
----
大阪大学細胞生体工学センター
細胞構造研究分野
福本 泰典