NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. Cost of War |
Error in downloading package using synaptic...its urgent ...Hi... I had created a repository...and want to access it on the network...my repository path is /home/samit/CompleteRepository.....and its IP is 10.112.79.69. I had added the following line in /etc/apt/sources.list file.. deb http://10.112.79.69/CompleteRepository / My package file is in CompleteRepository... now apt-get update is working fine...... now i mark a package.....and click on apply.... W:failed to fetch http://10.112.79.69/CompleteRepository ./aa3d_1.0-7_i386.deb 400 bad request. or please help...i have to complete it today....
|
Re: Error in downloading package using synaptic...its urgent ...
i think the last "slash" was separated by a "space", wasn't it? I think the correct one is :
deb http://ip-address/CompleteRepository/
note that you should close the directory with a slash (/), not separate them.