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 QuestionsHow 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 QuestionsHow can I install / compile Cernlib with Debian patches on a non-Debian system?
Cernlib on Debian FAQThis 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 QuestionsHow does Debian support non-English languages?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...Debian GNU/Linux is distributed with keymaps for nearly two dozen keyboards, and with utilities (in the kbd package) to install, view, and modify the tables. Vast majority of the software we packaged supports entering non-US-ASCII characters used in other Latin languages (e.g. ISO-8859-1 or ISO-8859-2), and a number of programs support multi-byte languages such as Japanese or Chinese.
Related QuestionsHow can I install Tomcat on Debian?
FAQ - GEANT2-JRA1 WikiMake 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 QuestionsCan 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 QuestionsHow can I install Java (JDK) on Debian?
FAQ - GEANT2-JRA1 WikiGo 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 QuestionsHow 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 QuestionsHow can I install Cernlib on Debian?
Cernlib on Debian FAQThe 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 QuestionsAre there native packages of Cernlib for my non-Debian system?
Cernlib on Debian FAQIf 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 QuestionsHow 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 QuestionsHow 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 QuestionsAfter I install a program update do I need to install the license again?
Data Backup Software for Windows Professional Tool GRBackPro...If you install a new version over an existing one then your settings and license will be preserved. In any case, for safety, we suggest that you store in a floppy disk both the latest version installation package along with your license information so that in case you lose the program you can quickly install it again. If you want to save the program settings you can also put in the same floppy the file GRBakPro.grb.
Related QuestionsWhat 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 QuestionsCernlib on Debian FAQDebian 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 are all those directories (buzz/non-free/contrib/project) at the Debian FTP archives?
The Debian GNU/Linux FAQ: Software Available in the Debian s...The software that's been packaged for Debian GNU/Linux is available in one of several directory trees on each Debian mirror site. Debian-1.1, a.k.a. "buzz": This directory contains the packages which formally constitute the most recent release of the Debian Linux system. The contents of this directory do not change. Debian-1.1-updates, a.k.a. "buzz-fixes": Updates to the current release are in this directory. Debian-1.1.x, a.k.a.
Related QuestionsHow do you install Domino 6 on a Debian-based Linux?
All FAQs for Notes/Domino 6.xYou'll need to fix the library problem before trying to install Domino if memory serves me, and the second problem needs to be fixed before trying to run the HTTP task, though it is best fix it as soon as Domino files have been installed. a) download IBM's JRE 1.3.1 for Linux on Intel from their website. Unpack it (using ark or tar zxvf on the command line) to a place of you choice - I chose /opt/lotus/ibmjava/jvm just to keep it near the Domino install. No "install" is required.
Related QuestionsHow do I get and install the Debian distribution from an NFS-mounted drive?
The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...Debian packages on remote hosts can be installed via the Network File System using a SLIP, PPP, PLIP or Ethernet connection. SLIP and PPP require that the the netbase and netstd packages be installed first. These packages are not part of the Debian base system, and must be obtained by one of the other methods described in this section.
Related QuestionsHow can I get/install the Debian distribution from a set of floppy disks?
The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...Copy the Debian packages onto formatted floppy disks. Either a DOS, the native Linux "ext2", or the "minix" format will do; one just has to use a mount command appropriate to the floppy that's being used. Short MS-DOS filenames: If you are trying to place Debian package files onto MS-DOS formatted disks, you will find that their names are generally too long, and do not conform to the MS-DOS 8.3 filename limitation.
Related QuestionsHow can I get and install the Debian distribution directly from a remote ftp site?
The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...Install the Debian tool dpkg-ftp. This package is currently installed in the directory project/experimental at ftp://ftp.debian.org/debian/ and its mirrors. To do install a package, see notes on dpkg. Then invoke the program dselect, which will call dpkg-ftp for you, guide you through the selection of packages, then install the packages, without every downloading the packages themselves to your machine. This method is designed to save the user both disk space and time.
Related QuestionsI recently purchased a new copy (non-upgrade) of RCFS 2001. How do I install the program?
Dave Brown Products - Support: RCFS2001 FAQ'sInsert the RCFS 2001 CD-ROM into your CD-ROM drive and close the drive drawer. If you have Autoplay enabled on your computer, in about 10-15 seconds a window will appear asking you to choose the type of installation you would like to do. You should select New/First-Time Installation. You will be prompted for your serial number, which is printed on a label attached to the CD-ROM jewel case. Enter the serial number then click OK.
Related QuestionsCan I take non-nursing courses prior to being admitted to the program?
Nursing Program Frequently Asked Questions (FAQs)Yes, General education support courses should be taken prior to acceptance into the program if at all possible. Students may benefit by completing support courses prior to entering the program, as the time requirements of the program are considerable. The course schedule outlining both nursing and non-nursing courses is located in the TMCC 2007-2008 course catalog or the 2008-2009 Course Catalog.
Related QuestionsWill this program affect our non-profit status?
eScrip - frequently asked questionsIt is illegal for us to provide tax information. You must ask the advice of your own tax professional. However, this program is designed to be run by volunteers in your organization and the funds are designated as contributions from the merchants, which should not change your organization's tax status. Again, we recommend that you seek the advice of a tax professional.
Related QuestionsIs there a list of non-profit program definitions available?
HUD PS FAQ - Non-Profit ProgramSee Mortgagee Letter 2001-30 Appendix C for a list of applicable definitions for non-profit programs.
Related QuestionsAre the policies the same if my student is studying with a non-Duke program?
Duke University Study Abroad: World Situation FAQDuke students studying on non-Duke programs are subject to the withdrawal and cancellation policies of their program or host institution. The logistics and timing surrounding the students subsequent return to the Duke campus would be dependent on the applicable Duke academic regulations and conversations with Trinity College or Pratt School of Engineering deans.
Related QuestionsWhat 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 QuestionsWhat 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