Repos update (SOLVED)

You have a problem with Slackel? Post here and we'll do what we can to help.
Post Reply
djemos
Site Admin
Posts: 676
Joined: 15 Apr 2016 06:03

Re: Repos update

Post by djemos »

type in a terminal
sudo geany /etc/slapt-get/slapt-getrc
delete or put a # in front of these lines comment them
#SOURCE=http://sourceforge.net/projects/slackel ... e-current/
#SOURCE=http://sourceforge.net/projects/slackel ... rent/extra
save the file and
run again sudo slapt-get -u

slapt-getrc file has to be like this

Code: Select all

SOURCE=http://www.slackel.gr/repo/x86_64/slackware-current/:OFFICIAL
SOURCE=http://www.slackel.gr/repo/x86_64/slackware-current/extra/:OFFICIAL
#SOURCE=http://sourceforge.net/projects/slackel/files/repo/x86_64/slackware-current/:OFFICIAL
#SOURCE=http://sourceforge.net/projects/slackel/files/repo/x86_64/slackware-current/extra/:OFFICIAL

# The Salix repository
SOURCE=http://salix.hostingxtreme.com/x86_64/14.1/:PREFERRED

# The Slackel current repository
SOURCE=http://sourceforge.net/projects/slackel/files/repo/x86_64/current/:CUSTOM
SOURCE=http://www.slackel.gr/repo/x86_64/current/:CUSTOM

# Local repositories
# SOURCE=file:///var/www/packages/:CUSTOM
djemos
Site Admin
Posts: 676
Joined: 15 Apr 2016 06:03

Re: Repos update

Post by djemos »

Look these two lines in your slapt-getrc has to be like this. Change the order. and run again sudo slapt-get -u
Otherwise download fail. It works here.
# The Slackel current repository
SOURCE=http://sourceforge.net/projects/slackel ... nt/:CUSTOM
SOURCE=http://www.slackel.gr/repo/x86_64/current/:CUSTOM
Post Reply