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