apt-get problem - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html) +---- Forum: Updating Linux (https://www.linux-noob.com/forums/forum-25.html) +---- Thread: apt-get problem (/thread-3436.html) |
apt-get problem - mafiaman - 2004-04-23 -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 apt-get problem - godskalk - 2004-05-21 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 apt-get problem - hijinks - 2004-05-24 rpm -e atrpms-package-config then try apt-get problem - anyweb - 2004-05-24 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 apt-get problem - grep420 - 2004-05-24 [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. |