Sponsored Content
Full Discussion: installing slang.h
Operating Systems Linux Red Hat installing slang.h Post 302514649 by rob171171 on Sunday 17th of April 2011 06:55:21 AM
Old 04-17-2011
i ran successfully
Code:
[root@PB-Limrk41 clive-2.2.24]# yum whatprovides "*/slang.h"
filelists.sqlite.bz2      100% |=========================| 8.0 MB    00:30     
filelists.sqlite.bz2      100% |=========================| 1.1 kB    00:00     
slang-devel.i386 : Development files for the S-Lang extension language
slang-devel.i386 : Development files for the S-Lang extension language


however not so with yum install slang2-2.2.2

Code:
[root@PB-Limrk41 pats]# yum install slang2-2.2.2/
Setting up Install Process
Parsing package install arguments
No package slang2-2.2.2/ available.
Nothing to do

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix Slang?

Dear everyone, I was reading a book about Solaris 9. When author talks about using CDE instead of GNOME under Solaris circumstance, he says and I quote, "...Thus, while it (CDE) doesn't have as many bells and whistles as GNOME, it has enough features to make it worthwhile as a standard... (4 Replies)
Discussion started by: HOUSCOUS
4 Replies

2. UNIX for Dummies Questions & Answers

installing

hey i want to install freebsd 5.1 but i ran into some problems i have a old cpu, i made boot disks from kern.flp and mfsboot.flp from the cd, and boot up, when i'm done and gonna install, it won't find the cd, then i tryed to installed with ftp, but i coulden't figure out how to do, i have a DHCP... (5 Replies)
Discussion started by: ekizz
5 Replies

3. Programming

Installing gcc

Hi all I'm trying to install the latest version of gcc but I keep getting this message on make; gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I./../zlib -I./../include -W -Wall -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -g -O2 -c jartool.c jartool.c:234: getopt.h: No... (3 Replies)
Discussion started by: squeakywheel
3 Replies

4. AIX

How to installing .h of Dt

hi, everybody£º i have a question, pls help me¡£ OS : RS/6000 AIX 4.3.3 cPU : Powerpc,POWER3 I install X11.Dt, X11.apps, X11.base, X11.compat, X11.motif, X11.vsm full and Optional install X11.fnt using smitty! When i compling my gui programs , i found that all the include file of ... (1 Reply)
Discussion started by: q30
1 Replies

5. Linux

Help Installing RH.9

Yea, im having a little confusion towards installing red-hat using promise controllers. It was more easy with Windows cause it prompts me and i just press F6 at the beginning of the installation and then it gives me the list of the controllers i need (from a floppy). I tried using the noprobe on... (5 Replies)
Discussion started by: kyoist
5 Replies

6. Debian

installing X?

I just reformatted my computer because of a bad tip I and I installed only the base-system to add what I'd want later. My question is how/where can I get a good X-server for Debian? I'm so used to gnome and don't really like it and want to try something else. I heard about something called: Xfree... (1 Reply)
Discussion started by: riwa
1 Replies

7. AIX

Installing TL/ML's

Question from an AIX noob -- I recently installed an AIX box with what I thought was recent 5.3 media. After the install it was at ML 5300-00. My question is, it seems as if each ML/TL needs to be installed prior to the next - which currently makes 6(?) updates. Am I missing something - is... (4 Replies)
Discussion started by: tb0ne
4 Replies

8. Linux

Installing Firefox and now ended up installing latest glibc

Hi all, I wanted to install the latest version of firefox 2 but it seems when I attempt to install it, it seems to be saying it is looking for c libraries version 2.3? I believe I currently have an older version of the c libraries. I am currently running Sun's JDS Linux 2003. My Mozilla web... (1 Reply)
Discussion started by: scriptingmani
1 Replies

9. Ubuntu

Re Installing windows XP after installing KUBUNTU

Hi I have dual operating system i.e Win XP and KUBUNTU. Now my windows XP is corrupted and i want to reinstall Win XP. So i just want to know Shall i have to reinstall Linux also or i can only reinstall win xp without affecting linux installation. Thanks Sarbjit (3 Replies)
Discussion started by: sarbjit
3 Replies

10. Solaris

Install MUTT, SLANG and OPENSSL

Can any one please help in installing mutt, slang and openssl in solaris 10 platform? Thanks for your responses. (0 Replies)
Discussion started by: learner46
0 Replies
DOSEMU(1)							   DOS Emulation							 DOSEMU(1)

NAME
dosemu, xdosemu - run DOS and DOS programs under Linux SYNOPSIS
dosemu [ -dumb ] [ -quiet ] [ -input keystroke-string ] [ -s ] [ -install [ bootdir ] ] [ args ] xdosemu [ -dumb ] [ -quiet ] [ -input keystroke-string ] [ -s ] [ -install [ bootdir ] ] [ args ] DESCRIPTION
dosemu is the wrapper script for dosemu.bin (1) which invokes the Linux dos emulator, also known as DOSEMU. The wrapper also takes care of (eventually) installing the private instance of DOSEMU in the user's $HOME, if this doesn't exist. OPTIONS
args any number of options described in dosemu.bin (1), please refer to this man page for further details. However, take care to quote and escape correctly so bash doesn't mess up arguments containing blanks and backslashes. -dumb use `dumb' terminal mode. This will only work for DOS applications, which do plain text output to stdout, but has the advantage that (A) the output of the DOS application stacks up in your xterm scroll buffer and (B) you can redirect it to a file such as $ dosemu -dumb dir > listing Note that DOSEMU command.com's commandline editor/history will also work here, however, editing is restricted to BACKSPACE'ing. -quiet do not print startup comment and do not stop for prompting -input Do simulated keystrokes as given by keystroke-string just after DOS has booted. This can be used to autolaunch applications, bypass any needed boot menus or something similar. For details on the format of the string look at README.txt. -s Invoke dosemu via sudo. This is necessary to get access to certain I/O ports and to get graphics on the Linux console. Please refer to the documentation (INSTALL and README.txt) to see which files need to be adjusted before attempting this. -install [ bootdir ] launched as part of a systemwide installation, this option (re-)installs a DOS that is used in DOSEMU (this can be the DOSEMU dis- tributed FreeDOS or any proprietary DOS, which is bootable via fatfs). bootdir is the base name of a directory. The symbolic link ~/.dosemu/drives/c will be changed to point to this directory. Re-installing is only rarely necessary, since in practise the sym- bolic link(s) will automatically point to updated files. --version print version of dosemu and list of available options. AUTHOR
DOSEMU (comprised of the files dosemu.bin and dosemu ) is based on version 0.4 of the original program written by Matthias Lautner (no cur- rent address that I know of). Robert Sanders <gt8134b@prism.gatech.edu> was maintaining and enhancing the incarnation of DOSEMU with which this man page was originally distributed. During about 4 years James B. MacLean <macleajb@ednet.ns.ca> was the restless leader of the dosemu team, implementation of DPMI (which made Windows-3.1, dos4gw, djgpp, e.t.c running) happened during his 'governement' and brought the project near to Beta-state. Hans Lermen <lermen@fgan.de> took over and released the first 1.0 version. Now Bart Oldeman <bart@dosemu.org> is maintaining this funny software. FILES
$HOME/.dosemurc per-user configuration file /etc/dosemu/dosemu.conf or (only if /etc/dosemu.users exists) /etc/dosemu.conf systemwide configuration file $HOME/.dosemu/boot.log default file for debug and log messages $HOME/.dosemu/drive_c/ default directories of the local per user DOSEMU instance /usr/bin /usr/share/dosemu/ /usr/share/dosemu/dosemu-bin.tgz /usr/share/dosemu/dosemu-freedos-bin.tgz default systemwide installation, containing binaries and templates (The paths can be changed during creation of the systemwide installation). SEE ALSO
dosemu.bin(1) Version 1.4.0.1 2008-03-27 DOSEMU(1)
All times are GMT -4. The time now is 04:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy