General :: Install Dimdim In Fedora12?

Jan 7, 2010

I'm trying to install dimdim on fedora12, but I'm not sure what to do after downloading the source code. Is there any other way to install other than using source code?

View 4 Replies


ADVERTISEMENT

General :: Why Upgrade / Install Of TeXLive On Fedora12 Does Not Create Directory

Mar 19, 2010

Does anybody know why the upgrade/install of TeXLive on Fedora12 does not create the directory /usr/local/ texlive/2009.I have seen this directory mentioned for other 2009s, but when I installed 2009 it did not create this. (Or, maybe there was some problem... ?) It is only slightly relevant because (sudo) texhash does not include any /usr/local directories in 2009, only /usr/share.

In my 2007 version I had the usual /usr/local/share/texmf/tex structure in which I place /latex and a /bibtex. I had read/write access and so I placed all my .sty and .bib files, as well as image files and other stuff I shared between projects. Now, I have a ~/texmf with /tex and /bibtex and have gotten rid of /latex subdirectory. Now I don't have to texhash when I add new stuff.Other than this, is there any reason why Fedora TeXLive-2009 would not create /usr/local/texlive ? (Unless this is because, as the wiki page notes , "it is in testing state so bugs could occur."

View 1 Replies View Related

Fedora Installation :: Install Doesn't See Drive On Which Want To Put Fedora12

Nov 18, 2009

I ran the install from the Fedora12 DVD, downloaded via Bit Torrent, so integrity should be OK. The install shell does not see my 3rd harddrive, which is where I want to install. I burned the KDE live version of Fedora12 to run the checks suggested by marcrblevins. The results are below. Fdisk clearly sees sdc, where I want to put Fedora.I tried installing from the live CD, but the install shell was identical to the one from the DVD, so I'm pretty sure they are both good copies. The CD install could not read the 3rd harddisk, either. Ubuntu versions 9.04 and 9.10 installed to this partition without problem.

View 2 Replies View Related

Software :: Get GCC To Install In Fedora12 Omega(Boxer) Remix?

May 26, 2010

I have installed fedora 12 Omega remix. But I can not compile any C program or anything as for giving "cc" in terminal it shows "command not found". I think GCC is not installed in the system. If so the how can I install it? What are the rpm packages I need to install in order to compile C,C++ programs. If any pre-compiled version of gcc is availabe , then from where I can get it?

View 1 Replies View Related

Fedora Installation :: Fedora12 Picks Up Foreign Swaps During Install

Dec 23, 2009

Installing a F12 on a new 500gb SCSI disk.I had a previous SEPARATE disk with a stable F9 on it including its OWN SWAP space.After installing F12 to boot from the new disk it installed. When rebooted crashed with an Fdisk type problem ... Even though the entire O.S. was supposed to be separately installed on SCSI 500.. After many frustrating hours of why oh why? it appears as though the F12 installation by default grabs any allocated "SWAP" space on any allocated DISK.As an other O.S. had used that SWAP for itself (Which it has every right to do) Why then did F12 pick it up?? and Use it in /etc/fstab...Then crash as a result??

Removing the offending "SWAP" entry from /etc/fstab install solved the problem.But my question remains ?? Why Does F12 install pick up "foreign SWAP space"?

View 2 Replies View Related

General :: Cannot Login From GUI In Fedora12

Mar 1, 2010

Last night I have installed updates of plymouth themes and pidgin but some how what happens is that the updates have changed my system setting and deleted xorg.conf file and some other settings and i couldn't able to get login screen either.I have recreated it using
#Xorg -configure
but still I cant get Login screen and in the gui I only get a blank screen where cursor is blinking.

I have tried installing system-config-display and reboot the system after doing
#system-config-display --reconfig --noui
but it is still same still not getting login screen.

I have ati radeon xpress200 on board graphics card. I searched on google to how to install the ati graphics card on fedora12 and found that mesa-driver-experimental could be used for fedora12 but still after installing it I found no effect in fedora12 right now it is running on a basic vesa drivers that I have set in xorg.conf. With vesa driver I can able to login but when I have installed xorg-x11-ati drivers and then do system-config-display. I can see the login screen but after giving password. It just giving blank screen and return back to login screen and again asks for login. I can login through terminal with the same account but cant with the GUI. Now what to do to for that?

View 1 Replies View Related

General :: Add Gadgets In Fedora12?

Jun 3, 2010

i am using fedora12,i just wanted to know whether it is possible to add gadgets at the right hand side of your desktop. ie radio button,weather report etc which are present in windows 07/vista

View 4 Replies View Related

General :: Browser Supported By Fedora12?

May 27, 2010

i would like to know the list of browser's that fedora 12 supports (except firefox).i had installed opera 10.5 and it give me an error message kernel just crashed and restarts!i dont think so opera 10.5 is That stable with fedora, works properly in xp though.neways do tell me some browsers that can run smoothly in fedora

View 4 Replies View Related

General :: Firefox Not Responding Fedora12?

Apr 19, 2010

I recently installed Fedora 12 but Firefox will not launch now so I downloaded from Mozilla and installed the latest version using Vista but it still will not work yet I can download emails and go online using the live cd.

View 13 Replies View Related

General :: Not Connected To Internet In Fedora12?

May 23, 2010

I am a new user to fedora 12.I am using reliance wireless broadband for internet.i have installed the drivers and did a wvdialconf and wvdial. The output of the wvdial was:

Code:
[root@gnanam gnanam]# wvdial
--> WvDial: Internet dialer version 1.60

[code]...

View 3 Replies View Related

General :: Upgrade From Fedora12 To Fedora13?

Jul 1, 2010

I am using fedora12 and i was wondering whether i could upgrade my fedora12 to fedora13!!i dont want to start installing fedora13 all over again(boot it again from a cd),i want to just upgrade it directly from my fedora12.when you install fedora13 will all the files of fedora12 get replaced with fedora13 or will it just add additional files onto your fedora12?

View 4 Replies View Related

General :: Fedora12, XP And Connection Sharing Via Iptables?

Feb 1, 2011

I am trying to share internet connection with Fedora12 as default gateway and XP machine hooked up via NIC using iptables commands as shown in Mark Sobell's book 'A Practical Guide To Fedora And Red Hat Enterprise Linux' These are the commands as placed in /etc/rc.local

iptables -A FORWARD -i eth1 -o eth0 -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A FORWARD -i eth0 -o eth1 -j ACCEPT
iptables -A FORWARD -j LOG
iptables -t NAT -A POSTROUTING -o eth1 -j MASQUERADE

I did flip the in and out parameters to match my NIC configuration ( as opposed to example from book ) but other than that followed example. One thing to note is that Sobell did not mention whether this should work with mix of Linux and XP. One other note ( maybe meaningless ) is that I do have samba working between the two machines.

View 2 Replies View Related

General :: Installed Fedora12 /usr/src/linux Directory?

Jul 6, 2010

I have written simple modules (device driver)and i tried to compile and i found in /usr/src/ linux directory doesn't exists.

i have included </linux/modules.h> - doesn't exists in the /usr/src/ directory

i am using fedora 12 , 2.6.31.5-127.fc12.i686.PAE,i have install gcc,gcc-c++ compiler

Did i want to to download kernel source code for 2.6.31.5-127.fc12.i686.PAE. or how to add those files.

View 1 Replies View Related

General :: ImportError: No Module Named Qt+fedora12

Jan 17, 2010

I installed PyQt4 using yum but when I ran python file it came up with message which says

Code:

[root@VAIO examples]# python
Python 2.6.2 (r262:71600, Aug 21 2009, 12:22:21)
[GCC 4.4.1 20090818 (Red Hat 4.4.1-6)] on linux2

[code]....

View 1 Replies View Related

General :: Free Ebook Link To Study Fedora12?

Oct 25, 2010

I am new to linux and am using fedora12 someone post me a good and free ebook link to study fedora.

View 2 Replies View Related

General :: Cross Compiling A Driver On Fedora12-i686 For The Target Ppc860 Using ELDK Toolchain

Dec 31, 2010

I hve following doubts regarding cross-compiling

1. if cross toolchain build wth differnet library other than the one using presently on host, will it b matter.

2. if toolchain build for 32-bit nd if i'm running it on 64-bit will it b matter.

View 1 Replies View Related

Software :: How To Install "service Pack Creator" In Fedora12

Dec 1, 2010

I want to get a backup of my packages that I have installed on my computer.

When I was searching I found out that "service pack creator" is there to do the thing.

But service pack creator is not installed in my fedora12.

I searched it on Add/Remove Software but I could not find it. how to install it?

View 5 Replies View Related

Software :: Run GRC In GNURadio3.2.2 Under Fedora12

May 30, 2010

Currently I have installed GnuRadio3.2.2 software over Linux Fedora 12. My aim is to work with USRP device in a graphical design environment i.e. using the Gnuradio Companion (GRC). However, I cannot run GRC editor. how can I enter to the GRC graphical environment.

View 4 Replies View Related

Fedora :: How To Change The Login Screen In Fedora12

Nov 29, 2009

How to change the login screen in Fedora12.i found that the blue fedora login screen a bit boring and i've downloaded a MAC4LIN file but i don't know how to use it. Any way to change the login menu screen using this Mac4lin or other methods? My target is to create a MAC login screen.....????

View 14 Replies View Related

Hardware :: Wireless Card Not Functional In Fedora12?

Mar 30, 2010

I HAVE THOSHIBA satellite L500 lap with rtl8187 wireless card..but it's not working on fedora12...

I am able see out put of command modinfo rtl8187. But when I am using lsmod |grep rtl8187 I can't see anything. I updated my kerenel...any way the module is there that's why it's showing modinfo..But it's not loaded. module is at /lib/modules/$(uname -r)/kerenel/driveres/net/wireless/rtl81xx/rtl8187.ko

View 1 Replies View Related

Server :: Document To Configure Openldap2.4 On Fedora12 Or Ubuntu 9.04?

Mar 27, 2010

Is there a document to configure openldap2.4 on fedora12 or ubuntu 9.04?

View 2 Replies View Related

Fedora :: Can 't Boot Fedora 12 From Usb HDD After Upgrade From Fedora12 To Fedora13 Failed

Jun 25, 2010

can 't boot fedora 12 from usb HDD after upgrade from fedora12 to fedora13 failed

View 6 Replies View Related

Fedora Installation :: 12 - Error "kernel Requires An X86-64 CPU But Only Detected An I686 CPU While Installing Fedora12 In Virtual Machine"

Nov 16, 2010

i got an error this kernel requires an x86-64 CPU,but only detected an i686 CPU� while installing fedora12 in virtual machine..........

View 2 Replies View Related

General :: Getting All RPMs By 'yum Install Pkg1 Pkg2 Pkg3' To Install On Offline System ?

Jun 12, 2011

I need to somehow do a yum installation (or equivalent of) on a system that is offline with no access to the internet. (I do have access to another Linux system that has internet access, but the Linux installations on both systems have different packages installed and enabled.)

Let's say the command to enter is 'yum install pkg1 pkg2 pkg3' (the documentation for some applications I need indicate the installation instructions this way, and not as the actual RPMs I need). Is there a way for me to run that on my offline system?

e.g. one way I can think of is to run that command on the online system, somehow if possible take note of what RPMs get installed, then transfer them to the offline system via USB and install all the RPMs via rpm command.

The problem with my above idea is that the two systems have different packages enabled, so even if yum on the online system shows a few dependencies being downloaded, I could run download and install all these RPMs and their dependencies on the offline system only to find several more missing dependencies, and dependencies of those dependencies.

View 10 Replies View Related

General :: Options To Pickup Where Install Left Off And Start Adding Packages - Scrap And Re Install

Apr 18, 2011

I've got an ASUS eee1005 that I'm trying to load eeebuntu -- I've read good things about it! However, I managed to get it (partially) installed using only unetbootin and the eeebuntu-nbr iso. Luckily I've got other working laptops in the house, or I'd be stuck because now I've got a partially installed distro that isn't allowing me usage of my wireless. Basically, what I'd like to do is be able to go back to the install process and load all the packages I want, which, hopefully, will give me NetworkManager so that I can finally connect. I can boot to the thumbdrive (8gig, btw) but I don't think I've got the right files on it to do the install. Here's what appears on the thumbdrive:

[code]...

I would think that with these files on the thumbdrive, it could find its way into the install process. Apparently not. I've read most, if not all of the 'install from USB' threads and how-to's, and it's still not working right - Now, having a partially installed distro (with GUI that's not GNOME, or KDE. . ?) Are there any options I can use to pickup where the install left off and start adding packages? Or should I just scrap it and re-install?

View 4 Replies View Related

General :: Lightweight Ubuntu Install Using Alternate Install CD?

Jan 19, 2011

I am trying to do a 'light' install of Ubuntu 10.04 using the alternate install CD. Here is how i am planning to do it:

1. Perform a console only installation(Standard system only on d-i tasksel)
2. Install gnome-core
3. Then install the packages i need using apt.

1. Would such an installation lead have any significant performance(RAM usage) advantage over a full fledged installation?

2. Is there a way i could install gnome-core from the installation CD instead of downloading them from the repository?

3. Would installing just gnome-core mean that synaptic & update-manager wouldn't be available? i am hoping that it wouldn't be the case I checked their dependencies from packages.ubuntu.com, it doesn't look like they need gnome-desktop-environment to be installed first.

4. Would such an install have any more device driver related issues (eg.display drivers) than a regular install?

[URL]

View 6 Replies View Related

General :: Can't Install Fedora13 After Win7 Install?

Jul 5, 2010

I just installed win 7 and now can't install fedira 13 on the partition that i made for it on the same drive. The problem is that after installation of win 7 i lost the ability to boot form cd. In bios i still have cd set up to boot first and drive second, but win 7 did something that overrides bios set up. I even tried Esc for boot menu, then i select to boot form cd, but it still boots in windows. What can I do to fix this?

View 4 Replies View Related

General :: Install 12, Every Time Chose The Space To Install It, It Says That There Is No Enough Space To Install It?

May 11, 2010

I have 40gb of hd and I want Xp and fedora on it. I installed Xp first and now I want to install Fedora 12, every time I chose the space to iinstalll it, it says that there is no enough space to install it, although the xp just took less than 2gb of the disk. How can I resize it so that there is enough space?

View 8 Replies View Related

General :: Install Gcc 4.3 On Ubuntu 9.10 - "./install Not Found In The Directory"

Jan 17, 2010

i'm trying to install gcc 4.3 on ubuntu 9.10 using the following: sudo apt-get install g++-4.3 CC=gcc-4.3 CXX=g++-4.3 ./install

the first line is ok, but i dont know what to do with the second. if i type both in one command, i get "E: couldn't run package CC" and if i run each separatly, i get "./install not found in the directory" objective: install ns 2.34 on ubuntu 9.10 (32-bit).

View 4 Replies View Related

General :: First Install One Of Distribution And Then Update It's Kernel Or Can Just Install Kernel Itself

Jan 18, 2010

If I want to just install Linux kernel for educational objects on a fresh computer, should I first install one of Linux distribution and then update it's kernel or I can just install kernel itself?

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved