Page 1 of 1

Cant update slapt-src

Posted: 9. Oct 2011, 18:51
by bapun007
Hi ,

I am a new salix user , i install salix on my dell laptop yesterday , but i cant update slapt-src while slapt-get is working correctly .
i am geting this message when i try to update slapt-src

Code: Select all

root[bapun]# slapt-src -u
Fetching slackbuild list from http://salix.enialis.net/slkbuild/13.37/...Cached
Fetching slackbuild list from http://www.slackware.org.uk/slackbuilds.org/13.37/...Download failed: 404
root[bapun]# 


I think something is wrong with the repo :? , please help . :cry:

Thanks in advance

Re: Cant update slapt-src

Posted: 9. Oct 2011, 19:32
by djemos
http://www.slackware.org.uk is down for maintenance.

Open the file /etc/slapt-get/slapt-srcrc and replace the line

Code: Select all

SOURCE=http://www.slackware.org.uk/slackbuilds.org/13.37/ 
with

Code: Select all

SOURCE=ftp://slackbuilds.org/13.37/

Re: Cant update slapt-src

Posted: 10. Oct 2011, 14:19
by bapun007
Thanks , after editing the list it works fine . :)