Linux-Noob Forums

Full Version: apt-get problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

-20-1.rhfc1.at.i386.rpmvh [/url]http://download.atrpms.net/other/packages/...trpms-kickstart

Retrieving [url=http://download.atrpms.net/other/packages/...fc1.at.i386.rpm]http://download.atrpms.net/other/packages/...fc1.at.i386.rpm

Preparing... ########################################### [100%]

file /etc/apt/apt.conf from install of atrpms-kickstart-20-1.rhfc1.at conflicts with file from package atrpms-package-config-58-1.rhfc1.at

file /etc/apt/preferences from install of atrpms-kickstart-20-1.rhfc1.at conflicts with file from package atrpms-package-config-58-1.rhfc1.at

file /etc/apt/sources.list from install of atrpms-kickstart-20-1.rhfc1.at conflicts with file from package atrpms-package-config-58-1.rhfc1.at

[root@hostou /]$ apt-get install bind

bash: /usr/bin/apt-get: No such file or directory

[root@hostou /]$ apt-get update && apt-get dist-upgrade

bash: /usr/bin/apt-get: No such file or directory


rpm -e apt

[/url][url=http://www.fedora.us/wiki/FedoraHOWTO]http://www.fedora.us/wiki/FedoraHOWTO

rpm -ifv apt-0.5.15cnc6*YOURDISTRO.i386.rpm

apt-get update

apt-get upgrade

exit


rpm -e atrpms-package-config

 

then try


hmm...

 

 

Quote:[root@hostou /]$ apt-get update && apt-get dist-upgradebash: /usr/bin/apt-get: No such file or directory
 

 

my guess is he's logging in to root as su and not su -

 

just a thought ;-)

 

cheers


[jsw34@shadow jsw34]$ rpm -ql apt |grep bin

/usr/bin/apt-cache

/usr/bin/apt-cdrom

/usr/bin/apt-config

/usr/bin/apt-get

/usr/bin/apt-shell

/usr/bin/genbasedir

/usr/bin/genpkglist

/usr/bin/gensrclist

 

the apt bins are installed to /usr/bin which should be in his path if apt is installed.

 

does rpm -q apt show any results? if so post them here please.