Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have recently installed libevent from source and memcached from source, after installing libevent i did these steps,

nano /etc/ld.so.conf.d/libevent.conf
##add a line containing:
/usr/local/lib/

Then run ldconfig -v

but now my apt-get command is not working. it says -bash: apt-get: command not found

share|improve this question
I think you have messed up the PATH variable. But /usr/bin/apt-get should work. – Manula Waidyanatha May 21 '12 at 5:27
2  
please, paste here output the command "ls /usr/bin" – strangeman May 21 '12 at 5:43
Have you installed synaptic ? – K.K Patel Nov 23 '12 at 9:09
please paste the results of echo $PATH – weberc2 Jan 25 at 14:12

closed as too localized by Luis Alvarado Mar 14 at 15:05

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.