Search 5,000,000+ questions and answers.

Frequently Asked 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

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

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

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

Can I use a Debian repository to get more packages for 64 Studio?

User's Frequently Asked Questions | 64 Studio
Yes indeed, that's part of the design of the distro. For versions up to and including 2.0, you need to enable a repository like the following: in /etc/apt/sources.list.d/64studio.list where 'uk' is your local Debian mirror, listed here: http://www.debian.org/mirror/list
Related Questions

What or who are Debian?

Adaptive Linux Solutions, Linux Software, Linux Web Hosting,...
Debian created by the Debian project, is a widely used distribution of free software developed through the collaboration of volounteers from around the world.
Related Questions

Cernlib on Debian FAQ
Debian is an entirely free operating system, both in the monetary sense, and more importantly, in the sense that the source code of every program in the system is available for anyone to inspect, modify and distribute. Debian's two great strengths are the seamless ease with which software may be installed and kept updated, and its ability to run on almost any modern CPU family (architecture).
Related 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 is Debian GNU/Linux?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
Debian GNU/Linux is a particular distribution of the Linux operating system, and numerous packages that run on it. In principle, users could obtain the Linux kernel via the Internet or from elsewhere, and compile it themselves. They could then obtain source code for many applications in the same way, compile the programs, then install them into their systems. For complicated programs, this process can be not only time-consuming but error-prone.
Related Questions

What is the latest version of Debian?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
This is stable and well tested software, it changes if major security or usability fixes are incorporated. This is where packages that will be released as the next 'stable' are placed; they've had some testing in unstable but they may not be completely fit for release yet. This distribution is updated more often than 'stable', but not more often than 'unstable'. This is the version currently under development; it is updated continuously.
Related Questions

Where/how can I get the Debian installation disks?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
You can get the installation disks by downloading the appropriate files from one of the Debian mirrors. The installation system files are separated in subdirectories of dists/stable/main directory, and the names of these subdirectories correspond to your architecture like this: disks-arch (arch is "i386", "sparc", etc, check the site for an exact list).
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 compatible is Debian with other distributions of Linux?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
Debian developers communicate with other Linux distribution creators in an effort to maintain binary compatibility across Linux distributions. Most commercial Linux products run as well under Debian as they do on the system upon which they were built. Debian GNU/Linux adheres to the Linux Filesystem Hierarchy Standard. However, there is room for interpretation in some of the rules within this standard, so there may be slight differences between a Debian system and other Linux systems.
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

What is missing from Debian GNU/Linux?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
A list of packages which are still needed to be packaged for Debian exists, the Work-Needing and Prospective Packages list. For more details about adding the missing things, see How can I become a Debian software developer?, Section 12.1. Debian Policy requires that such symbolic links (to libfoo.so.x.y.z or similar) are placed in separate, development packages. Those packages are usually named libfoo-dev or libfooX-dev (presuming the library package is named libfooX, and X is a whole number).
Related Questions

How can I check that I am using a Debian system, and what version is it?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
In order to make sure that your system has been installed from the real Debian base disks check for the existence of /etc/debian_version file, which contains a single one-line entry giving the version number of the release, as defined by the package base-files.
Related Questions

What are all those directories at the Debian FTP archives?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
The software that has been packaged for Debian GNU/Linux is available in one of several directory trees on each Debian mirror site. The dists directory is short for "distributions", and it is the canonical way to access the currently available Debian releases (and pre-releases). DOS utilities for creating boot disks, partitioning your disk drive, compressing/decompressing files, and booting Linux.
Related Questions

How many Debian distributions are there in the dists directory?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
There are three distributions, the "stable" distribution, the "testing" distribution, and the "unstable" distribution. The "testing" distribution is sometimes 'frozen' (see What about "testing"? How is it 'frozen'?, Section 5.6.1).
Related Questions

Will there be any more packages?

Untitled Document
Right now there are six packages offered in the catalog and in the online configurator. As new accessories become available, we may add new packages.
Related Questions

What are optional packages?

J2ME CLDC and K virtual machine: Frequently Asked Questions
The J2ME platform can be further extended by combining various optional packages with configurations and their corresponding profiles. Created to address very specific market requirements, optional packages offer standard APIs for using both existing and emerging technologies such as wireless messaging, multimedia, Bluetooth, Web Services, and database connectivity.
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

How does one pronounce Debian and what does this word mean?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
The project name is pronounced Deb'-ee-en, with a short e in Deb, and emphasis on the first syllable. This word is a contraction of the names of Debra and Ian Murdock, who founded the project. (Dictionaries seem to offer some ambiguity in the pronunciation of Ian (!), but Ian prefers ee'-en.)
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

How source code compatible is Debian with other Unix systems?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
For most applications Linux source code is compatible with other Unix systems. It supports almost everything that is available in System V Unix systems and the free and commercial BSD-derived systems. However in the Unix business such claim has nearly no value because there is no way to prove it. In the software development area complete compatibility is required instead of compatibility in "about most" cases. So years ago the need for standards arose, and nowadays POSIX.
Related Questions

Is Debian able to run my old libc5 programs?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
Yes. Just install the required libc5 libraries, from the oldlibs section (containing old packages included for compatibility with older applications).
Related Questions

Can Debian be used to compile libc5 programs?

The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...
Yes. Install libc5-altdev and altgcc packages (from the oldlibs section). You can find the appropriate libc5-compiled gcc and g++ in directory /usr/i486-linuxlibc1/bin. Put them in your $PATH variable to get make and other programs to execute these first.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact