Software :: Use Yum Command To Install A Rpm Pakage In Fedora 14?

May 4, 2011

whenever i use yum command to install a rpm pakage in fedora 14it always download the same files each time ....while installing any pakagesuch as

Code:
yum install vlc
Code:

[code]....

View 2 Replies


ADVERTISEMENT

Ubuntu :: Install A Pakage It Wont Work And In Terminal - Upgrade Manager?

Aug 3, 2011

whenever i try to use any way to install a pakage it wont work and in terminal, upgrade manager, and synaptic the following message apears Quote:

Reading package lists... Error! E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/co.archive.ubuntu.com_ubuntu_dists_natty_main_bina ry-i386_Packages E: The package lists or status file could not be parsed or opened.

View 2 Replies View Related

Ubuntu :: Need To Save Downloaded Pakage

Mar 4, 2010

I am on a pretty slow connection. So i would like to keep a copy of files I have once downloaded offline. Where will files I download from terminal like this be saved at? (for example wine)

sudo apt-get install wine

and how would i run the file again?

View 4 Replies View Related

Fedora :: Run A Install From The Command Line In Virt-install?

Mar 8, 2010

below is what happens when i try to run a install from the command line in virt-install. keep in mind that this is a fresh fedora12 install selinux is disabled logged in as root. i have never had so many problems with something and it is maddening for there to be a thousand freaking how-to's on the subject all acting like it is so freaking simple.

[Code]...

View 3 Replies View Related

Red Hat / Fedora :: Command To Install TAR (GZ) Package?

May 25, 2011

I have to install filezilla, I've got this file
FileZilla_3.5.0_x86_64-linux-gnu.tar.bz2
Opening it I see all the files and the folders where to put those files, but I guess there is a command to unpack it directly in the correct folders.

View 2 Replies View Related

Fedora :: Shortcut Command To Install Kde Or Gnome ?

Apr 19, 2010

To install kde:

Code:

To groupinstall

Code:

Are those correct?

Any other command to install gnome/kde on Fedora?

View 5 Replies View Related

Fedora Installation :: Command To Install CUPS And Samba

May 2, 2009

What is the command to install CUPS and Samba, like yum install. I don't want to be installing wrong things and then end up with dependency problems, and after that what do i need to configure to have CUPS print from the localhost, and so that other computers from the networks also be able to print from the server, that is i'm workin on a server. As for samba i just need the installation command, then i want to figure the rest out.

View 1 Replies View Related

Fedora Installation :: Install A Command Line Server Without Gui?

Mar 22, 2011

I need to install a command line server without gui and smallest as possible Is there a option on installer to obtain a minimal server?

View 4 Replies View Related

Fedora Installation :: Recompile In 9 If The Packages Installed Through Yum Install Command?

Mar 6, 2009

Currently i am using mapserver 5.0.3 , AGG 2.5-6 on fedora 9. I need some help with mapserver and AGG support. I am trying to use AGG/PNG outformat in the mapfile as well as i added precisely. When i call the link through browser i recieved the following error:

loadOutputFormat(): General error message. OUTPUTFORMAT clause references driver AGG/PNG, but this driver isn't configured. It is clearly evident that from the error, the driver is not configured. since all the mapserver version 5 suppotrs AGG rendering backend, so i checked whether mapserver supports AGG or not.

[kapil@localhost cgi-bin]$ mapserv -v
MapServer version 5.0.3 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=THREADS SUPPORTS=GEOS INPUT=TIFF INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=MYGIS INPUT=SHAPEFILE
[kapil@localhost cgi-bin]$

I found that my mapserver doesn't support AGG means SUPPORTS = AGG is missing in the above output. But i have already installed AGG in my system. In order to clear this issue i gone through many threads in forums, but i was not satisfied with the answers. Atlast i came to know that, i have to recompile the mapserver with AGG. The following link gives you some idea about compiling mapserver with AGG in linux [URL] But the problem now i am facing is i have installed both the mapserver and AGG through YUM INSTALL command so i dont know how to recompile mapserver with AGG support. I think, there will be no configuration file normally when installing through Yum insatll command.

View 2 Replies View Related

Fedora Installation :: What Are The Command Lines To Install Gnome But With The Minimal

Jan 24, 2011

installed fedora with the minimum option on the dvd. After that i logged it and im tring to install gnome, heres the catch though i only have 950MB worth of space. I noticed if i use the groupinstall "X Window System" it fails because of the space. Also it installs alot of things that I am not interested. what are the command lines to install gnome but with the minimal, no FF, no evolution, you get my point.

View 3 Replies View Related

Fedora :: Chmod Command To Install VMware Bundle File?

May 9, 2011

I was trying to install vmware.bundle file, and found a terminal command that helped me install the program.

su
chmod +x VM*.bundle
./VM*.bundle

I was just curious what the command chmod was for? Just trying to understand the terminal a little better.

View 1 Replies View Related

Red Hat / Fedora :: Install GCC To Compile Java On The Server Using Command Line

Feb 21, 2011

I'm using a webhosting server running CentOS, and I'm trying to install GCC to compile Java on the server. Since I'm new to Linux and don't have root privileges, I'm having trouble installing this. I need to install this using command-line. I don't know if I should compile from source (which I downloaded off the "gcc.gnu.org" website) or if I need to install a binary or something. Can I even install anything without root privileges?

View 9 Replies View Related

Fedora X86/64bit :: Install Flash - Bash: Wget: Command Not Found

Mar 27, 2009

In trying to use the instructions here [URL] I get Quote: -bash: wget: command not found

View 2 Replies View Related

Fedora :: Compile From Source - Install Buddi Budget Manager And The ./configure Command Doesn’t Work

Nov 24, 2009

Ive been using linux for a few months now and every now and again i come accross a program that doesnt have a rpm package but says that it can be installed on Fedora using source. I'm familiar with build essentials and the following commands:-

tar xzvf package.tar.gz
cd package
./configure
make
make install

but from what i have read fedora uses a differnet compiler. I'm trying to install Buddi budget manager and the ./configure command doesnt work, which im guessing is because it doesnt have a configure file? Can anyone confirm how to compile from source and whether there are any tutorials specific to fedora.

View 4 Replies View Related

Fedora :: Run Python3 Scripts From Command Line And Call Up Python 2.6.2 Idle With The Command Idle From Command Line?

May 29, 2010

i've gotten my fedora 12 to the point where i can run python3 scripts from command line and can call up python 2.6.2 idle with the command 'idle' from command line. what command will call up python3 (3.1.2 to be exact) idle?

View 5 Replies View Related

Fedora Installation :: Cant Install Them Without The "make" Command, It Says Its Not Found?

Apr 7, 2009

trying to set up my wireless drivers on my laptop. But i cant install them without the "make" command, it says its not found. I have internet on my other computer, but no way to link them. Is there a rpm that i can download and install that will fix it?

View 8 Replies View Related

Fedora Servers :: NFSD Won't Compile In Kernel - FATAL: Error Running Install Command For Nfsd

May 24, 2010

I'm runing FC11 and have compiled the vanilla kernel 2.6.33.4 to support Dazuko. It has broken my NFSD server in the process, and I can't figure out why. I get these errors on boot. FATAL: Module nfsd not found. FATAL: Error running install command for nfsd

[code]....

View 2 Replies View Related

Fedora Servers :: Don't Use "make" Command When Install?

Feb 24, 2009

When i installed the dahdi-linux-2.1.0.4, i typed and it showed that: Quote:

[root@localhost dahdi-linux-2.1.0.4]# uname -a
Linux localhost.DAT 2.6.27.15-170.2.24.fc10.i686 #1 SMP Wed Feb 11 23:58:12 EST 2009 i686 i686 i386 GNU/Linux

[code]....

View 3 Replies View Related

Ubuntu :: Install A Dictionary With The Command Sudo Apt-get Install Dict-xdict

Mar 28, 2010

I am a rookie. Yesterday, I intended to install a dictionary with the command sudo apt-get install dict-xdict, but it turned out to fail with the error. Then, I quited with Ctrl+ c, and I did not care much till today because when I want install something else today, the error keeps coming out. Therefore, I think I would better remove dict-xdict first, so I use sudo apt-get remove dict-xdict, but the error still appears:

[Code]...

I have already tries sudo apt-get -f install dict-xdict and it doesn't work out. I am hoping to install some other applications now, but I have not idea what I could do to fix this problem or just circumvent it

View 7 Replies View Related

OpenSUSE Install :: Execute Zypper Command To Install The Kde Desktop?

Mar 21, 2010

I need to execute zypper command to install the kde desktop? I also added the kde repo or officers would suffice?

View 4 Replies View Related

OpenSUSE Install :: Make Command Not Found Can't Figure Out How To Install It

Apr 20, 2010

*edit Nevermind I think I found it on YAST * I have been having trouble finding the "make command":If 'make' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf makeI need to install 'make', 'g++', and all other building tools for suse.

View 2 Replies View Related

OpenSUSE Install :: Command To Install To Hard Drive?

Dec 31, 2009

I have a Chrome OS .iso that I can booting from CD but only in text mode [the computer has issues] and I want to live install it to the hard drive, but all I have is the linux prompt. Is there a command to do that? I tried install, but I still don't know what to do.[I'm fine with a complete install overwriting everything]

View 5 Replies View Related

Ubuntu :: Command Rosdep Install Rviz - Says Rosdep: "command Not Found"

May 23, 2011

i am trying to open the rviz in ubuntu and wasnt able to do it. was typing the command rosdep install rviz but wasnt able to do it. It says rosdep: command not found.

View 7 Replies View Related

Fedora :: Getting Skype To Work On 14 - No "yum Install Skype---" Command

Dec 15, 2010

I have downloaded & installed the skype beta release for linux (now ancient?) on my newly build fedora 14 (64) box.

Under fedora 12, I made this work after several hours of mucking around by installing old libraries for 32 bit code in /lib and /usr/lib - as I got an error, I found the library and put it in place. This was painful and the WRONG way to do things - I should have been using yum!

It remains a shame that the Skype release for Linux is so old, but that is life.

Can anyone list the libraries needed (prefer yum names if possible) to make this work?

I can do this again the hard way and list the results for others (should have saved for myself, but I never dreamed that a newer Skype release would take so long) , but I am sure many folks have this working already. I am surprised there is no "yum install skype---" command.

View 14 Replies View Related

Fedora Installation :: Update From FC10 To Fedora 12 From The Command Line?

Dec 10, 2009

How do I update from FC10 to Fedora 12 from the command line.

View 2 Replies View Related

Fedora :: Unable To Access Fedora From Grub Command Line?

Feb 9, 2011

i recently did some changes to my hard disk partitonand now linux is in hd0,6when i booted my pc,i got the grub commmand line interfaceso,I think that i need to edit grub.conf in fedora 14then at cmd i did this:

grub> root (hd0,6)
grub> kernel (hd0,6)/vmlinuz
file not found

[code]....

View 4 Replies View Related

Ubuntu :: How To Install .tar.gz - Command

Jan 19, 2010

I am trying to install the latest version of K9copy, but the only available version is in the .tar.gz file package.

I placed the folder on my desktop and extracted the files.

Now I have the .tar.gz file and the extracted files on the desktop.

I need to install the files, but I don't know which command to use or what to do to get any commands to work.

(Keep in mind that the extracted folder is named 'k9copy-2.3.4-Source.tar.gz')

This seems to be the most common answer to install the files, but it NEVER works, nor do I understand where the package files come into play when I type this command into the terminal.

How to install this file ...

View 7 Replies View Related

Debian :: What's The Command To Install Kde-core

Jun 10, 2010

What's the command to install kde-core? Like gnome-core, aptitude install gnome-core

View 5 Replies View Related

OpenSUSE Install :: F77: Command Not Found

Dec 20, 2009

I got this message "f77:command not found",while I was installing a program on linux 10.3. I installed perl-ExtUtils-F77 ,but still I've got that message.

View 1 Replies View Related

Ubuntu :: Install Websever By Using Apt-get Command?

May 21, 2010

apache is the commonly used webserver in linux. you can install it by using apt-get command.

View 5 Replies View Related







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