Post Description: how to install apt get in linux instructions installating apt redhat fedora
how, to, install, apt, get, in, linux, instructions, installating, apt, redhat, fedora
This Post Has Been Viewed 2669 Times Since Fri Feb 29, 2008 12:01 pm Posted By web hosting with 1 replies
POST# 212
Posted On: Fri Feb 29, 2008 12:01 pm
Topic: How To Install Apt Get In Linux Instructions Installating Apt Redhat Fedora
ok, this little post will only show you how you can install apt in your fedora or redhat computer, i'm not sure if will work in other distributions like debian or centos or others. nonetheless, these are my instructions i follow when i want to install apt in my server or computer in the shell command:
Code:yum install apt
Edit /etc/apt/sources.list -make sure to have these lines:
Code: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
to edit /etc/apt/sources.list run this command:
Code:nano /etc/apt/sources.list