Linux-Noob Forums
apt for fedora core release 3 - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html)
+---- Forum: Fedora Core Release 3 (https://www.linux-noob.com/forums/forum-41.html)
+---- Thread: apt for fedora core release 3 (/thread-3065.html)

Pages: 1 2


apt for fedora core release 3 - anyweb - 2004-11-12


cheers to Enigma for finding it !

 

anyweb

 

[/url]http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/3/apt

 

once downloaded (if from here) do

 



Code:
[anyweb@localhost ~]$ mv fcr3-apt-get_rename_to_.rpm_.zip fcr3-apt.rpm




 

then login as root (su -) and rpm -ivh fcr3-apt.rpm

[url=<___base_url___>/applications/core/interface/file/attachment.php?id=220]fcr3_apt_get_rename_to_.rpm_.zip




apt for fedora core release 3 - grep420 - 2004-11-12

freshrpms.net has a link for it now. (http://apt.freshrpms.net)



apt for fedora core release 3 - enigma - 2004-11-12

Great :)if anyone happens to find the atrpms kickstart please post it thanks...



apt for fedora core release 3 - anyweb - 2004-11-12


if anyone (hey Jy !!!) knows how to get this forum to accept RPM files then please tell me how

 

it wont let me upload them, hence the renaming rubbish above

 

cheers

 

anyweb




apt for fedora core release 3 - anyweb - 2004-11-13


hmm, i tried it and its getting an error

 

see below, any ideas why ?

 



Code:
[root@localhost ~]# apt-get update
Get:1 http://ayo.freshrpms.net fedora/linux/3/i386 release [1812B]
Fetched 1812B in 0s (2673B/s)
Hit http://ayo.freshrpms.net fedora/linux/3/i386/core pkglist
Hit http://ayo.freshrpms.net fedora/linux/3/i386/core release
Hit http://ayo.freshrpms.net fedora/linux/3/i386/updates pkglist
Hit http://ayo.freshrpms.net fedora/linux/3/i386/updates release
Hit http://ayo.freshrpms.net fedora/linux/3/i386/freshrpms pkglist
Hit http://ayo.freshrpms.net fedora/linux/3/i386/freshrpms release
Segmentation fault







apt for fedora core release 3 - enigma - 2004-11-13

Segmentation fault !! this is not a very good sign, it happend to me along time ago and i had to reinstall everything :(, but you may just be able to remove apt and all its dirs and files then reinstall it ( I hope )



apt for fedora core release 3 - anyweb - 2004-11-13


yeah i did

 



Code:
rpm -e apt




 

to remove it, then rebooted (cos i wanted to) and reinstalled apt via

Code:
rpm -ivh fcr3-apt.rpm




 

seems to work fine now thanks goodness !




apt for fedora core release 3 - FluKex - 2004-11-14


As i alway tell everyone, try using the actual apt released by fedora.. it uses all the mirrors as repositories, and is updated faster then most other apt sources.

 

Apt-get fedora.us

 

FluKex




apt for fedora core release 3 - anyweb - 2004-11-14


yeah but that wasnt availble when this was posted :P

 

hence the post !

 

cheers

 

anyweb




apt for fedora core release 3 - hijinks - 2004-11-15


anyweb,

 

add the following line into conf_mime_types.php in the forum root dir

 



Code:
"application/x-redhat-package-manager" => array(1,'zip.gif','RPM File'),