exim4 is needed by a lot, but I want to use qmail… 

Newsgroups:  gmane.linux.debian.user
Date:        Fri, 12 May 2006 10:11:45 +0200

Christopher Pharo Glaserud wrote:

>>I'm having trouble on a new server where I'm trying to remove exim4 and
>>instead use qmail(which I install from source). How should I do to make
>>the dependencies of exim4 work but still be able to use qmail?
>
> You could create a dummy package that provides "mail-transport-agent"
> and the dependencies should be met.

Yeah, worked great, found this short instruction if someone else have the same problem: http://www.shupp.org/toaster/#debian

Eric Persson

openoffice 

% debfoster openoffice.org-bin
The following extra packages will be installed:
  dictionaries-common libart-2.0-2 libaudio2 libcurl2 libdb4.2++ libmyspell3
  libneon23 libstlport4.6 libxml2 openoffice.org openoffice.org-debian-files
  openoffice.org-l10n-en ttf-opensymbol
Suggested packages:
  ispell emacsen-common jed-extra nas libcurl2-gssapi ca-certificates
  myspell-dictionary openoffice.org-help ooqstart-gnome oooqs-kde unixodbc
  cupsys-bsd libsane openoffice.org-crashrep prelink
  openoffice.org-hyphenation openoffice.org-thesaurus msttcorefonts
  openoffice.org-mimelnk myspell-dictionary-en openoffice.org-hyphenation-en
  openoffice.org-thesaurus-en openoffice.org-help-en
Recommended packages:
  xml-core
openoffice.org-mimelnk - OpenOffice.org MIME bindings for KDE
openoffice.org-thesaurus-en-us - English (US) Thesaurus for OpenOffice.org

documented on: 2005.01.24

adding latex packages 

Newsgroups:  gmane.linux.debian.user
Date:        Sun, 06 Mar 2005 20:57:55 GMT
> I would like to use more LaTeX packages downloaded from CTAN which are
> not available as debian packages. What is the correct way to install
> them on debian? For example I have seen some packages installed in

I can't say what THE correct way is, but I can tell you what works for me. I have the following lines in my ~/.bashrc file:

# see http://www.ctan.org/installationadvice/
export BSTINPUTS="${HOME}/.local/texmf//:$BSTINPUTS"
export TEXINPUTS="${HOME}/.local/texmf//:$TEXINPUTS"

Then I follow the conventions for the subdirectories there:

/home/adam $ tree .local/texmf/tex/latex/
..local/texmf/tex/latex/
|-- covington
|   |-- covington.sty
|   `-- covington.tex
|-- gb4e
|   |-- cgloss4e.sty
|   |-- gb4e-doc.tex
|   `-- gb4e.sty
|-- harvard
|   `-- harvard.sty
`-- qtree
    `-- qtree.sty

This way my customizations are in my home directory rather than mixed in with the stuff that comes from the Debian packages, and they are easy to back up as well as to copy to another machine.

I also use this on a machine at work on which I do not have root access and which has some out-of-date LaTeX packages. The order of my BSTINPUTS and TEXINPUTS paths means that LaTeX will find my custom file rather than one in /usr/share/texmf/… with the same name.

Adam Funk

adding latex packages 

> I would like to use more LaTeX packages downloaded from CTAN [...]

Don't put them in /usr/share/texmf, because texmf "owns" that directory— anything you put there could be removed or overwritten as you install or update your TeX packages. Here's what to do:

The above is for system-wide customizations. Individual users who have private (TDS-compliant) texmf trees that they wish to use can either just put them in $HOME/texmf, in which case they'll be found automatically; or else set the environment variable HOMETEXMF to point to them. HOMETEXMF contains a :-separated list of texmf trees. No trailing // or : is needed. It can also include the syntax

Andrew Schulman

adding latex packages 

> I just throw the .sty files into /usr/local/share/texmf/tex/latex/misc and
> run texhash as root.

The "correct way" is to put the files required by each package and/or class in its own directory. The memoir class, for example, is supposed to go in

/usr/local/share/texmf/tex/latex/memoir

However, just because it's the "correct way" doesn't mean one must do it that way.

> Seems to work; others have suggested editing config
> files, but believe they are already set up correctly by the debs.

They are. The TeTeX configuration file already has entries for /usr/local/share and ~/share/. The only requirement seem to be running texhash afterward.

It's also possible to configure a private TeX configuration: the TeX FAQ has the details on all these methods.

Jules Dubois

rar v3.01 

Symptom 

$ rar rar: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

Solution / Conclusion 

debfoster libstdc++2.10-glibc2.2

Analysis / Reason 

$ acsr libstdc++
libstdc++2.10-dbg - The GNU stdc++ library (debugging files)
libstdc++2.10-dev - The GNU stdc++ library (development files)
libstdc++2.10-glibc2.2 - The GNU stdc++ library
libstdc++5 - The GNU Standard C++ Library v3
libstdc++5-3.3-dbg - The GNU Standard C++ Library v3 (debugging files)
libstdc++5-3.3-dev - The GNU Standard C++ Library v3 (development files)
libstdc++5-3.3-doc - The GNU Standard C++ Library v3 (documentation files)
libstdc++5-3.3-pic - The GNU Standard C++ Library v3 (shared library subset kit)
libstdc++5-dbg - The GNU Standard C++ Library v3 (debugging files)
libstdc++5-dev - The GNU Standard C++ Library v3 (development files)
libstdc++5-doc - The GNU Standard C++ Library v3 (documentation files)
libstdc++5-pic - The GNU Standard C++ Library v3 (shared library subset kit)
libstdc++6 - The GNU Standard C++ Library v3
libstdc++6-dbg - The GNU Standard C++ Library v3 (debugging files)
libstdc++6-dev - The GNU Standard C++ Library v3 (development files)
libstdc++6-doc - The GNU Standard C++ Library v3 (documentation files)
libstdc++6-pic - The GNU Standard C++ Library v3 (shared library subset kit)

Can't use texlive under Debian 

Symptom 

dpkg: error processing /var/cache/apt/archives/menu_2.1.18_i386.deb (--unpack):
 subprocess new pre-removal script returned error exit status 1
install-info: unrecognized option `--menuentry=Debian menu'
        Try `install-info --help' for a complete list of options.
dpkg: error while cleaning up:
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/menu_2.1.18_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Solution / Conclusion 

uninstall texlive and install:

chktex
tetex-base tetex-bin
cjk-latex
latex2rtf latex2html
auctex

ref:

untex - Remove LaTeX commands from input
latex-ucs - Support for using UTF-8 input encoding in LaTeX documents
latex-ucs-contrib - Additional languages for latex-ucs
latex-ucs-doc - Documentation for latex-ucs

Analysis / Reason 

$ type install-info
install-info is /usr/texlive/bin/i386-linux/install-info

Working History 

% debfoster chktex cjk-latex
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  libkpathsea3 libwww0 tetex-base tetex-bin
Suggested packages:
  tfm-arphic-bsmi00lp tfm-arphic-bkai00mp tfm-arphic-gbsn00lp
  tfm-arphic-gkai00mp hbf-jfs56 hbf-cns40-b5 hbf-kanji48 tetex-extra
Recommended packages:
  tetex-doc texi2html perl-tk
The following NEW packages will be installed:
  chktex cjk-latex libkpathsea3 libwww0 tetex-base tetex-bin
The following held packages will be changed:
  libkpathsea3
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 19.2MB of archives.
After unpacking 67.3MB of additional disk space will be used.

Ref:

hbf-cns40-1 - Chinese Fanti Song 40x40 bitmap font (CNS plane 1) for CJK
hbf-cns40-2 - Chinese Fanti Song 40x40 bitmap font (CNS plane 2) for CJK
hbf-cns40-3 - Chinese Fanti Song 40x40 bitmap font (CNS plane 3) for CJK
hbf-cns40-4 - Chinese Fanti Song 40x40 bitmap font (CNS plane 4) for CJK
hbf-cns40-5 - Chinese Fanti Song 40x40 bitmap font (CNS plane 5) for CJK
hbf-cns40-6 - Chinese Fanti Song 40x40 bitmap font (CNS plane 6) for CJK
hbf-cns40-7 - Chinese Fanti Song 40x40 bitmap font (CNS plane 7) for CJK
hbf-cns40-b5 - Chinese Fanti Song 40x40 bitmap font (Big5) for CJK
hbf-jfs56 - Chinese Jianti Fangsong 56x56 bitmap font (GB2312) for CJK
hbf-kanji48 - Japanese Kanji 48x48 bitmap font (JIS X-0208) for CJK

documented on: 2004.10.21

disk activity monitoring / util 

Newsgroups:  gmane.linux.debian.user
Date:        Mon, 12 Jul 2004 20:44:34 +0800
> I've used things like top and free, but this does not give any
> information about what the disks are doing.   Any help would be great.
$ apt-cache search sysstat
isag - Interactive System Activity Grapher for sysstat
sysstat - sar, iostat and mpstat - system performance tools for Linux

John

cmd:ccd2iso 

Basic Info 

Info 

CloneCD image to ISO image file converter

Source 

http://sourceforge.net/projects/ccd2iso/

http://prdownloads.sourceforge.net/ccd2iso/ccd2iso.tar.gz?download

http://slinux.net/software?wid=22&sid=21&func=viewSubmission

Version FIX 2003-12-15 

Build & Installation 

tfe ~+1/ccd2iso.tar.gz
mv ccd2iso ccd2iso-0.1
cd ccd2iso-0.1
make
NAME= checkinstall -D

Mplayer Anyone? 

Newsgroups:  gmane.linux.debian.user
Date:        Fri, 9 Jul 2004 21:46:33 -0500
> I am looking for a good general purpose media player, like Mplayer ,
> which does everything I want.   However, there is no debian package.

Try adding the following line to your /etc/apt/sources.list file and replace "testing" with your favorite choice of stable, testing, or unstable. It's unofficial .debs of mplayer, lame and other such goodies from Christian Marillat. You can also get xine from there, which is similar to mplayer.

deb ftp://ftp.nerim.net/debian-marillat/ testing main

Jacob S.

Mplayer Anyone? 

> is there an alternative to mplayer with a debian package?

I used to use Mplayer (gmplayer) for everything, but for some reason it now wont play full screen… so now I use Totem for all my video stuff and it works great…. you can also use it for mp3's, etc. and get a swirly display in time with the audio…

Please note that Totem only seems available in testing and unstable (unless you can find a backport at www.apt-get.org ).

Johnny.

Mplayer Anyone? 

I don't think anyone mentioned that you can also snag kplayer from there. I think that's where I got it.

Package: kplayer
Versions:
0.5.0-0.0
(/var/lib/apt/lists/ftp.nerim.net_debian-marillat_dists_unstable_main_binary-i386_Packages)
(/var/lib/dpkg/status)

Michael McIntyre

cmd:xmltv 

xmltv 

The following extra packages will be installed:
  libdate-manip-perl libhtml-linkextractor-perl libhtml-tokeparser-simple-perl
  libsoap-lite-perl libterm-readkey-perl libtk-tablematrix-perl
  libwww-mechanize-perl libxml-libxml-common-perl libxml-libxml-perl
  libxml-namespacesupport-perl libxml-sax-perl libxml-twig-perl
  libxml-writer-perl libxmltv-perl perl-tk xmltv-gui xmltv-util
Suggested packages:
  libapache-mod-perl libmime-lite-perl libweakref-perl libunicode-map8-perl
  libunicode-string-perl liblog-tracemessages-perl
Recommended packages:
  libcompress-zlib-perl libio-socket-ssl-perl libtie-ixhash-perl
  libxml-xpath-perl libterm-progressbar-perl liblingua-preferred-perl
  libtext-kakasi-perl
The following NEW packages will be installed:
  libdate-manip-perl libhtml-linkextractor-perl libhtml-tokeparser-simple-perl
  libsoap-lite-perl libterm-readkey-perl libtk-tablematrix-perl
  libwww-mechanize-perl libxml-libxml-common-perl libxml-libxml-perl
  libxml-namespacesupport-perl libxml-sax-perl libxml-twig-perl
  libxml-writer-perl libxmltv-perl perl-tk xmltv xmltv-gui xmltv-util
0 upgraded, 18 newly installed, 0 to remove and 1 not upgraded.
Need to get 4536kB of archives.
After unpacking 15.1MB of additional disk space will be used.

xmltv-util 

Utilities related to the XMLTV file format for TV listings Gather television listings, process them and organize your viewing. XMLTV is a file format for storing TV listings, defined in xmltv.dtd. This package includes general programs that are part of the XMLTV package, such as various "grabbers" to get TV listings from online providers and also utilities to manipulate such listings.

The upstream CGI (web) front-end example is also included as part of the documentation.

http://membled.com/work/apps/xmltv/

xmltv-util 

PAYMENT 

The Licensed Data is provided free of charge, pursuant to your completion of periodic informational surveys. If you refuse to answer the questions to a survey fully and truthfully, TMS will stop delivering the Licensed Data.