How To Install Apt Get In Linux Fedora Shell Command Installing Installation



How To Install Apt Get In Linux Fedora Shell Command Installing Installation
 (381) dminister a web business
How To Install Apt Get In Linux Fedora Shell Command Installing Installation
Post Description:
Post Tags: how, to, install, apt, get, in, linux, fedora, shell, command, installing, installation
This Post Has Been Viewed 538 Times Since Thu Jun 21, 2007 4:11 pm Posted By pack with 2 replies
Next Post »» cp: omitting directory linux command error
How To Install Apt Get In Linux Fedora Shell Command Installing Installation
hi, im having trouble running this command:

apt-get install xml2-dev

apt-get install libxml2-dev
-bash: apt-get: command not found


can you please help me?

Leave Your Comments     [ dejar commentarios ]
  * Name     [nombre]

  * eMail (will not be published)     [coreo electronico]

* Enter Your Reply or Comments:    [commentarios]


Add Picture To Comments         [incluir foto]
YES NO             upload
Receive Replies on my Comments (An email will be sent to you when someone replies to your comments)

     

Comments and replies About How To Install Apt Get In Linux Fedora Shell Command Installing Installation




:: 1 :: #7627 - Reply By hostman On Thu Jun 21, 2007 4:16 pm
i don't know what you are trying to do, but if you want to install apt get into fedora linux or red hat, this is what you need to do:

COMMAND:

yum install apt


after yum has completed installing apt, send this command in the shell:
COMMAND:

nano /etc/apt/sources.list


this command will open the sources.list with the nano text editor adn you probably will se this:
# Add any local / 3rd party repositories here..

add the following lines below it


rpm http://ayo.freshrpms.net fedora/linux/4/i386 core updates freshrpms
rpm http://ayo.freshrpms.net fedora/linux/4/i386 tupdates
rpm http://ayo.freshrpms.net fedora/linux/1/i386 core updates freshrpms


then hit control+x and say yes to save it, and they y again.

now you can run your command:
COMMAND:

apt-get install libxml2-dev


that's it..

webune web hosting support




:: 2 :: #7628 - Reply By pack On Thu Jun 21, 2007 4:17 pm
thank you, that worked great