Fedora :: Termcap Text File Missing When Trying To View The /etc/termcap File
Feb 5, 2011
I'm trying to view the /etc/termcap file, but it doesn't seem to exist. Am I missing something on my install? I used the Fedora Core 14 live CD to install it to my hard disk for a dual boot configuration with Win 7.
View 2 Replies
ADVERTISEMENT
Oct 17, 2010
i have just installed the fedora 13 and emacs, after intalling the emacs when i try to load it i get the next message [root@localhost Eli]# emacs emacs: Cannot open termcap database file
View 3 Replies
View Related
Jun 4, 2011
using squeeze and trying to install asterisk on it. after entering the ./configure command this error appears configure: error: *** termcap support not found (on modern systems, this typically means the ncurses development package is missing) i've tried to find the soultion in google, but i couldn't.
View 1 Replies
View Related
Jun 14, 2010
What is a difference between TERM, TERMCAP, and TERMINFO? To connect to a linux server from a terminal emulator on a PC, is it necessary to set all 3 variables?
View 1 Replies
View Related
Feb 10, 2010
im trying to recompile avrdude with a few new patches that will make me able to burn arduino bootloader to my 328p microprocessor. The biggest problem i have is that i need to use termcap but i cant find it in aur or anywhere else at archlinux homepage or my system. I used my google skills but failed, all i found was that it is possible to use ncurses instead of termcap but i tried and it fails and i already use ncurses :S....
[Code]....
View 1 Replies
View Related
Aug 18, 2010
i'm trying to install the heirloom version of vi on fedora 13, because i'd like to use it for demonstrations (i really need the traditional UNIX version of vi found in BSDs and Solaris, so please don't recommend vim). i managed to hunt down an RPM, which is originally for OpenSUSE.
however, installing fails, saying that i need '/etc/termcap'. now i'm not really sure how can that be missing, but it is. and i can't find termcap in yum, and the ones on pbone.net are for ancient versions of Fedora. i really don't want to go through the trouble of installing some BSD in qemu just for a simple demonstration.
View 4 Replies
View Related
Jan 8, 2011
I want to display something in my text view widget in glade using c code. that's all right.
now I need to attach a save button beneath the text view.so that on click the text view content should save as a txt file..
View 8 Replies
View Related
May 10, 2011
I am trying to build gdb on Fedora 14. I get an error: "no termcap library found" I have not been able to find a good answer by Googling. There is some recommendation to make sure libncurses is installed, which I think it is.
locate *libncurses.so" returns:
/lib/libncurses.so.5
/lib/libncurese.so.5.7
View 4 Replies
View Related
Jan 15, 2011
I'm looking for some information about termcap and terminfo... I've got some, but the problem is that some things confuse me... I thought every terminal and terminal emulator should be there, but many of the terminal emulators I use are not there.. Is this different between distributions?
View 14 Replies
View Related
Feb 24, 2011
I was adding rxvt-unicode to the termcap file and i kinda did:
Code:
infocmp -C rxvt-unicode > /etc/termcap
instead of:
[code]....
View 2 Replies
View Related
Sep 15, 2010
In the left pane of Nautilus File Browser, I can only display directory and file names. I don't have the button at the top of the pane which allows me to select an alternate view such as Tree view.
View 6 Replies
View Related
Sep 15, 2009
I'm trying to view a movie in totem but an error occurs saying missin plugin text/html totem can't find im when it asks to search for. what can i do to solve this error
View 5 Replies
View Related
Feb 6, 2011
im trying to output a list of running processes via a shell script. At the moment i got this which outputs the processes to a text file called out.
echo $(ps aux) >>out
The problem is though, the processes are all just one big block of text which makes it hard to read. Does anyone know how to sort the output to a text file so that it prints to the text file at 1 process per line? I know its probably simple but im very new to linux.
View 5 Replies
View Related
Jun 9, 2010
I am looking for some source package which will convert plain text file to html file without using perl.
I mainly need to do this on an ARM platform, so if I get sources I can cross compile it.
View 5 Replies
View Related
Jan 4, 2011
i want to find a command line way to edit a text file to delete all commas in the file. i do not want to replace them w/ anything.
View 2 Replies
View Related
Jan 28, 2009
I have a text file called file1.txt containing many lines eg.
line1
line2
line3
line4
line5
line6
Then i have another text file called file2.txt contains
3
5
6
Is there a command to remove the lines in file1.txt based on the keywords in file2.txt? note: It should remove line3,line5,line6 based on 3,5,6
View 10 Replies
View Related
Apr 2, 2011
I put a text file on my desktop and added a couple lines of text with gedit. File type shows text/plain. Double-click opens the file in gedit which is what I want. I'm using the file to temporarily hold some snips of code that I copy from file to file, but when I copy some html into the file and save it, now file properties show it's text/html and a double-click opens the file in firefox, which isn't what I want. Is there some way to keep the file type from changing itself?
View 6 Replies
View Related
Jul 30, 2010
How can I check and set who can view or open a given folder or file?
View 1 Replies
View Related
May 12, 2010
I am using RHEL 5.I have a very large test file which cannot be opened in vi.The content of the file has some 8000 lines.I need to view ten lines between 5680 to 5690.How can i view these particular lines in a large file.what is command and option i need to use.
View 1 Replies
View Related
Jun 7, 2011
i've recently switched from windows to fedora 15.....in windows i used to use "ALT+ENTER" to view file properties like size etc. what is the shortcut for the same in fedora 15....?
View 7 Replies
View Related
Apr 28, 2010
How could I replace text in one file with text from another file using sed?
The text in each of the files would be surrounded by a starting and ending delimiter or a starting tag, say like /* */ so to easily find them.
View 8 Replies
View Related
Dec 15, 2009
I have a problem with eclipse and naultis and some other applications that the menu bar(File Edit View) is not visible. I actually bfore getting this issue I try to modify using gconf-editor and installed some themes for gnome.
[URL]
View 14 Replies
View Related
Jun 14, 2010
I am having problems with scp during a backup operationI added a ps -ef before and after the scp operation used during the backup.The backup is a script to backup a Zimbra ServerI am including the code segment that I am having problems
Code:
# DRCP Section. To scp newly created archives to a remote system
if [ "$DRCP" = "yes" ]
[code]...
View 3 Replies
View Related
Apr 19, 2011
I have a .txt-file with ~50.000 lines of numbers, generated by a mathematics program. From this file, I need line ~ 1.100 to line ~16.000 (these lines are always the same btw, this may make the solution easier, dunno) to be copy/pasted to another file, where the lines ~500 to ~15.000 (also, every time the same) should be overwritten by the aforementioned lines...I haven't found or come up with anything that works yet, mostly I find solutions to copy everything from one file to another but I can't find something to specifically overwrite a part of a file with part of another.
View 4 Replies
View Related
Aug 23, 2011
I need to be able to convert HTML email messages saved as text files (.eml or .msg) to PDF documents, one PDF per email, retaining formatting and images.
Are there any Linux tools that will allow me to do this from the command line (so it can be scripted)?
View 1 Replies
View Related
Oct 14, 2010
I want to be able to check the contents of a text file for a specific string and remove it from the file from the command prompt. I would basically be searching through a number of files and if a specific string is found I would like it removed automatically. pretty much a find and replace, were the replace is nothing. any one got any ideas on how you would do this. I already have the search part sorted just need to be able to remove the string I don't want from the multiple files.
View 4 Replies
View Related
Sep 7, 2010
how to verify if the file is binary or text without to open the file
View 2 Replies
View Related
Jun 26, 2011
This is for educational purpose. In fact it is my lab tutorial for a subject.I want to capture the users password when he changes his password. Both new and old.This is the script i have come up with:
Code:
#!/bin/bash
echo "Changing password for user $USER."
[code]...
View 5 Replies
View Related
Mar 8, 2010
i'm trying to convert a html file into a text file when i simply run "html2text <filename>" the output displayed is the way we want but when i redirect the same using "-o" or ">>" the file is having extra characters in it. i even tried -ascii,but no much use.
View 4 Replies
View Related
Sep 19, 2009
favor and let me know how can I copy some text in one file and paste it to another file ,when both of the files are being opened by vi text editor ?
View 7 Replies
View Related