Search 5,000,000+ questions and answers.

Frequently Asked Questions

What debian packages do i need to install in order to setup a matrix?

FAQ - Dbeacon - Trac
Besides a web server (such as apache) you need perl and libxml-parser-perl. If you wish to use the history feature you must also install librrds-perl.
Related Questions

What Debian packages do I need for Xen?

XenFaq - Xen Wiki
To run Xen and a single OS from a binary release you need install no extra packages. To build Xen, XenLinux and documentation from source you will need: make, libncurses5-dev, libncurses5, gcc, libc6-dev, zlib1g-dev, python, python-dev, python-twisted, openssl, openssl-dev, bridge-utils, iproute, libcurl3, libcurl3-dev, bzip2, module-init-tools, latex, latex2html, transfig, and tgif.
Related Questions

How do I install the Debian from CD-ROMs?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
Linux supports the ISO 9660 (CD-ROM) file system with Rock Ridge extensions (formerly known as "High Sierra". Several vendors provide Debian GNU/Linux in this format. Warning: When installing from CD-ROM, it is usually not a good idea to choose dselect's cdrom access method. This method is usually very slow.
Related Questions

How should I install a non-Debian program?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
Files under the directory /usr/local/ are not under the control of the Debian package management system. Therefore, it is good practice to place the source code for your program in /usr/local/src/. For example, you might extract the files for a package named "foo.tar" into the directory /usr/local/src/foo. After you compile them, place the binaries in /usr/local/bin/, the libraries in /usr/local/lib/, and the configuration files in /usr/local/etc/.
Related Questions

Do I need to install sdl-devel packages (e.g. the SDL header files)?

FrequentlyAskedQuestions - #qemu Wiki
If you want to compile QEMU from source, then you must. This is required. If you are using a binary package however, then it's not necessary (but it doesn't hurt either).
Related Questions

How can I install Tomcat on Debian?

FAQ - GEANT2-JRA1 Wiki
Make sure you do all steps as root. Download and install Tomcat x@y:/$ cd /usr/local x@y:/usr/local/$ wget http://www.apache.org/dist/tomcat/tomcat-5/v5.0.28/bin/jakarta-tomcat-5.0.28.tar.gz x@y:/usr/local/$ tar -zxf jakarta-tomcat-5.0.28.tar.gz x@y:/usr/local/$ mv jakarta-tomcat-5.0.28 tomcat Make script so you can start-stop-restart Tomcat (make sure that java path is correct!). x@y:/$ cd /etc/init.d x@y:/etc/init.
Related Questions

Can I get and install Debian directly from a remote Internet site?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
Yes. You can boot the Debian installation system from a set of files you can download from our FTP site and its mirrors. You can download a small CD image file, create a bootable CD from it, install the basic system from it and the rest over the network. For more information please see http://www.debian.org/CD/netinst/. You can also download even smaller floppy disk image files, create bootable diskettes from them, start the installation procedure and get the rest of Debian over the network.
Related Questions

What packages do I need to install on my server?

POWERCODE
You do not need to worry about installing any special packages. If a package is required and your server does not have it, then the install script will download it from the Internet. If you really want to know what packages it uses, please have a peek at the install script. It uses the yum utility to install packages.
Related Questions

Which packages do I need to install?

arkeia - support
The server package of Arkeia Smart Backup needs to be installed on a local machine. The JAVA GUI package of Arkeia Smart Backup needs to be installed on any supported platform, with a valid network connection for a remote machine http://www.arkeia.com/download/
Related Questions

How can I install Java (JDK) on Debian?

FAQ - GEANT2-JRA1 Wiki
Go to address http://java.sun.com/javase/downloads/index.jsp and download packet that contains java JDK and JRE with extension .bin Download it in directory /usr/java (do all steps as root). x@y:/$ mkdir /usr/java x@y:/$ cd /usr/java x@y:/usr/java/$ chmod 755 jdk-1_5_0_09-linux-i586-rpm.bin x@y:/usr/java/$ ./jdk-1_5_0_09-linux-i586-rpm.bin After installation, make and run this script. x@y:/usr/java$ pico skripta.sh #!/bin/sh for i in 'find /usr/java | grep ^.*\.
Related Questions

How (and on what media) can I get the Debian packages?

The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...
Once the base system has been installed, you can complete the installation of your Debian GNU/Linux system by accessing packages on any (or several) of these media: dselect, Debian's user-interface program to its package system. (This will help you mount the device containing the Debian package files (if necessary), and then guide you through the selection of packages and their installation on your system.) Or, use dpkg directly to control the installation of individual packages.
Related Questions

Do I need to be an IT specialist in order to install the Sequencher Server?

Gene Codes Sequencher 4.8 Frequently Asked Questions (FAQ)
Unless your organization restricts you from installation privileges, you should be able to install your Sequencher Server. Using the instructions we provide, you can have your first client installation running in less than ten minutes. Of course, if you have any difficulties, please contact technical support.
Related Questions

How can I get and install the Debian distribution from a tape?

The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...
present, installing packages directly from tape is not supported. One can however, use tar, cpio, or afio to copy Debian archive files onto a tape, then copy them onto your local disk for installation. In the same vein, floppy disks containing "tar" files would have to be copied onto a local disk before they could be managed with the Debian package tools.
Related Questions

How can I install Cernlib on Debian?

Cernlib on Debian FAQ
The Cernlib packages for sarge / etch / lenny / sid are official Debian packages, and available from your usual Debian mirror with "apt-get install cernlib". See the packages page for a complete list of individual packages; you may be able to save disk space by only installing the parts of Cernlib you specifically need. In particular, if you only want to do data analysis with PAW or Paw++, just run "apt-get install paw" (or paw++).
Related Questions

Are there any Debian packages for MythTV?

Frequently Asked Questions - MythTV
Please see http://www.debian-multimedia.org/ for the latest details. Packages for stable (etch), testing (lenny) and unstable (sid) are provided.
Related Questions

How do I create Debian packages myself?

The Debian GNU/Linux FAQ - Basics of the Debian package mana...
For more detailed description on this, read the New Maintainers' Guide, available in the maint-guide package, or at http://www.debian.org/doc/devel-manuals#maint-guide. previous ] [ Contents ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 10 ] [ 11 ] [ 12 ] [ 13 ] [ 14 ] [ 15 ] [ 16 ] [ next ]
Related Questions

Are there native packages of Cernlib for my non-Debian system?

Cernlib on Debian FAQ
If you are running Mac OS X, Cernlib is packaged under Fink by Remi Mommsen, with a small set of patches, mainly to allow the build infrastructure to recognize OS X. The packaging is split up into cernlib, a core set of Cernlib applications; cernlib-dev, the basic libraries and header files; cernlib-geant321, GEANT 3; cernlib-mclibs, the Monte Carlo libraries; and cernlib-paw++, the Paw++ program. These packages may only be available for OS X on PowerPC-based hardware.
Related Questions

Is there a tool for converting Debian packages to RedHat?

Exocore Consulting
There is a tool called "Alien" which converts Debian packages (.deb) to RedHat packages (.rpm) and vice-versa. See http://kitenet.net/programs/alien/ It would be advisable that you do not install packages which have been converted from other formats on your RedHat system. The reason being that no two Linux distributions follow the same conventions with respect to the directory structure and file locations. You can most certaily find RPMS for most packages at http://www.rpmfind.net
Related Questions

What Do I Need To Do After I Call Matrix?

FAQs
Review the “Intake” form, and mark any necessary changes. If corrections or changes are made on the form, fax or mail a copy to Matrix as soon as possible. Complete the “Medical Disability Certification Application for Disability Benefits” form. Fax or mail form to Matrix as soon as possible.
Related Questions

Can I install the packages myself?

gt;) raqtweak - Frequently Asked Questions (Cobalt RAQ, Blue...
No. We will install the package(s) for you, and configure them as well. You do not have to worry about anything!
Related Questions

What ports do I need open in order to play The Matrix Online?

The Matrix Online, MxO, Hacks, Cheats, Bots, Exploits, Macro...
In order for the game servers to communicate with your game client reliably, firewalls may need to be configured to allow traffic on TCP ports 80, 5190, 11000, and 10000. It will also need to allow the program to communicate on UDP ports 10000 and 11000. Log into http://www.station.sony.com/email. Once in the support area, click the "Find Answers" link and here you may search our answer database.
Related Questions

How can I install / compile Cernlib with Debian patches on a non-Debian system?

Cernlib on Debian FAQ
This is a little more complicated since you won't have any Debian infrastructure tools. You will need the two files cernlib_2006.dfsg.2.orig.tar.gz and cernlib_2006.dfsg.2-2.diff.gz. Having downloaded these files to a working directory, run the following commands: gunzip -c cernlib_2006.dfsg.2.orig.tar.gz | tar xf - in question 2.
Related Questions

How do I get and install the Debian distribution from CD-ROM?

The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...
Linux supports the ISO 9660 (CD-ROM) file system with Rock Ridge extensions (formerly known as "High Sierra"). Several vendors provide the Debian distribution in this format; these vendors have directly supported the Debian project: I-Connect Co.: I-Connect provides the master FTP system used by Debian developers, and its network connection and system administration.
Related Questions

How can I get/install the Debian distribution from my own hard disk?

The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...
The Debian packages can be installed from a hard disk on your system, either IDE, EIDE, SCSI (including Jaz drives), or a drive connected through a parallel port. Kernel support must of course be available for the type of drive you have. The appropriate drivers are: CONFIG_SCSI for SCSI drives (including Jaz drives), along with one of the (many) drivers for your particular SCSI interface.
Related Questions

Are there any specific steps that need to be followed to install, Setup, and Configure iNTERACT?

interact
Yes there are specific steps that need to be followed to install and setup interact. See user manual for installation and setup of iINTERACT.
Related Questions

I'm an ISP. Can I setup one central copy of phpMyAdmin or do I need to install it for each customer?

phpMyAdmin 2.2.6 - Documentation
Since version 2.0.3, you can setup a central copy of phpMyAdmin for all your users. The development of this feature was kindly sponsored by NetCologne GmbH. This requires a properly setup MySQL user management and phpMyAdmin http authentication. See the install section on "Using http authentication".
Related Questions

Why should I order FreedomLITE (or other packages)?

Virtual Office Frequently Asked Questions (FAQs) | Virtual E...
Freedom packages offer ease of use, no long term commitments, great toll free rates, 6 second billing increments, great options.
Related Questions

Were can I get newer versions of VServer as ready made packages for Debian?

Frequently Asked Questions - Linux-VServer
Here you go: http://linux-vserver.derjohn.de/ . There is also some stuff on backports.org, but my kernels are always 'devel' branch.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact