LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   unable to install axel in debian 6.0 i386 Verion (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-install-axel-in-debian-6-0-i386-verion-870381/)

venu5b8 03-22-2011 11:34 PM

unable to install axel in debian 6.0 i386 Verion
 
hi
iam unable to install axel in debian 6.0 i386
while installing through Synaptic Package Manager its Saying that there is No package of "axel"

sumeet inani 03-23-2011 01:00 AM

Try
Code:

sudo apt-get update;apt-cache pkgnames > available_softwares.txt;cat available_softwares.txt | grep -i axel
If it is in repository (mine ubuntu 10.04 has axel_2.4-1_i386.deb) then
sudo apt-get install axel
You can use that available_softwares_list for reference in future



All times are GMT -5. The time now is 01:16 PM.