Sponsored Content
Operating Systems Linux SuSE Errors while trying to install software on SuSE 9.2 Pro Post 58111 by CTroxtell21 on Saturday 13th of November 2004 08:16:40 PM
Old 11-13-2004
Ok, I went in and installed the kernel source and ended up finally finding a rpm of MPlayer and getting it installed. I'd still like to know why it didn't want to compile so just in case I need to compile it one day. I had tryed a make on it before I installed the rpm and it was still complaining of libavcodec not being found when its a folder inside of the mplayer folder, then was talking about instances of something being mentioned and not being used. Oh well at least if nothing else I'm learning new stuff about linux Smilie

Last edited by CTroxtell21; 11-14-2004 at 05:42 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to install Suse Linux 8.1?

Can anyone tell me how to install Suse Linux 8.1? :( (6 Replies)
Discussion started by: Micheal
6 Replies

2. UNIX for Dummies Questions & Answers

absolute beginner with suse 9.2 and XP Pro

I'm sure this is pretty infantile but I can't figute it out. How to I load the nVidia driver for SuSE 9.2? I have no idea what the X environment is or how to quit it or how to run the nVidia patch. Secondly how do I persuade my SuSE 9.3 computer to talk with my Windows XP network. Linux... (9 Replies)
Discussion started by: mrgmwsnow
9 Replies

3. SuSE

Best Repository for SUSE 10.1 install?

I've made a few attempts at an OpenSuse10.1 clean install using a boot.iso and network repository install dir. I've succesfully done a few network installs before and know what I'm doing with the procedure, however I seem to be getting problems with the connection to the remote repository. It's... (0 Replies)
Discussion started by: Mark Ward
0 Replies

4. UNIX for Dummies Questions & Answers

Reflections & Pro Com Software?

I am looking for a replacement to my Pro-Com software to use on UNIX based applications at work. I am a virtual remote employee who works from my home using a windows XP machine. On my company laptop, another Win XP, we use REFLECTION v12 for UNIX and OPEN VMS. I really like REFLECTIONS a lot... (3 Replies)
Discussion started by: dereckbc
3 Replies

5. Linux

install macbook pro fedora10 ???((<<if can install, how to install? >> ))

If may install can Tells everybody ??? (0 Replies)
Discussion started by: kzBSD
0 Replies

6. Red Hat

Install Suse from RedHat

Hi, There are two systems: (1) HP server under RedHat Linux with CD drive. (2) Notebook under Windows Vista with DVD drive. Now I want to install Suse Linux on the HP server, but the installation media is a DVD. How can I do it? Thank you much in advance! (3 Replies)
Discussion started by: aixlover
3 Replies

7. UNIX for Dummies Questions & Answers

How to use yast2 to install software in SUSE?

Hi I ssh to a remote server which is running in SUSE. And I want to install apache2.0 there. Then I used yast2 to install it. But after installing it, I go to the terminal and type" apache -version" to check if apache is installed there. And it said "-bash: apache: command not found" I don't... (0 Replies)
Discussion started by: AlexCheung
0 Replies

8. Fedora

Install memcached on Suse 11 SP2

hi guys I am trying to install this extension for php named memcached but I am not really able to do it PECL :: Package :: memcached I have Suse 11 SP2 installed without any registration (I mean installed not paying subscription) so my question is there a way to install it like in... (0 Replies)
Discussion started by: karlochacon
0 Replies

9. UNIX and Linux Applications

Pro*c file Compiling Issue in suse Linux

The existing .pc (pro *C) file is running successfully in UNIX. But when Iam trying to compile this same file in LINUX using proc iname filename.pc, Iam getting an error, proc file not recognized. Could someone help how to generate execute file from the proc*c file. what are the prerequisites... (2 Replies)
Discussion started by: vikrambharat
2 Replies

10. AIX

Install software in another directory with smitty install

Hello, I would like to ask if someone knows if is possible to install sofware via smitty or installp in another directorie , or we have to accept the default location? i would like to intall in /opt folder , but smitty installed it in /usr Thanks in advance (4 Replies)
Discussion started by: prpkrk
4 Replies
FONTYPYTHON(1)															    FONTYPYTHON(1)

NAME
fontypython - Find, view and manage font files of all kinds. SYNOPSIS
fontypython [OPTIONS]... [VIEW]... [TARGET]... DESCRIPTION
fontypython is a GUI utility written in Python and WxPython that will help you do font stuff on GNU/Linux system. You can quickly view and filter arbitrary* TTF, TTC, OTF or Type1 font files and then gather them together into 'Pogs' which can be installed or removed as needed. In this way you control which fonts are installed on a per-project basis. If you have gucharmap or kfontview installed, (there is an option in Settings to choose which one) you can view any font's character maps etc. *Arbitrary means you can see and/or use any fonts in a local directory (or a mount). They do not need to be installed on your system. OPTIONS
VIEW A place where fonts are. A Pog or a folder someplace. TARGET A "Pog". A place to keep those fonts (just references to them). OPTIONS Below are the various command-line options. You don't need to use them, but they are handy. The program will run as a GUI if you only invoke 'fontypython'. -e, --examples Show some %$@#$ examples! -l, --list List the names of all the Pogs. -i Pog, --install=Pog Install the fonts in this Pog to your fonts folder. -u Pog, --uninstall=Pog Uninstall the fonts in this Pog. -p Pog, --purge=Pog Purge the Pog of font files that are no longer really there. -s num, --size=num Set a new default point size. -n num, --number=num Set a new default for how many fonts to view at one go. Don't overdo this. -c folder --check=folder Check for bad fonts that crash the program. It will recurse through sub-folders. This will build a file: ~/.fontypython/segfonts After using this tool you should be able to browse safely. (The reason it's not done by default is that it's very slow.) NOTE: The fonts that crash the program are probably still perfectly good and can be used in other apps. -a folder Pog, --all=folder Pog Puts all fonts in this folder into the Pog. If the Pog already exists, it will add only *new* fonts, this means fonts are not repeated in that Pog. -A folder Pog, --all-recurse=folder Pog Puts all fonts in this folder and *all* sub-folders into the Pog. Rest same as -a. -z Pog, --zip=Pog All the fonts inside Pog will be zipped and the zipfile will be named after the Pog. The file will be placed in the current direc- tory. --version Show program's version number and exit. -h, --help Show help message and exit. SEE ALSO
Homepage: <https://savannah.nongnu.org/projects/fontypython> AUTHOR
fontypython was written by Donn.C.Ingle <donn.ingle@gmail.com>. This manual page was updated by Donn Ingle in October 2009. It was originally written by Kartik Mistry <kartik@debian.org>, for the Debian project (but may be used by others). 2009-09-28 FONTYPYTHON(1)
All times are GMT -4. The time now is 09:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy