SliTaz SliTaz Forum

You are not logged in.

#1 2015-08-05 05:57:13

gdesilva
Member
Registered: 2011-04-07
Posts: 419

Problem with Tazpkg

!! WARNING !! Those who might burst their arteries by reading the contents of this post advised not to read it. And NO, it is not another hacking story!!

***************************************************************************************************

I did a package update via Tazpanel and since then I was not able to download any packages via Tazpanel or via command line. It turned out the previous update updated Tazpkg which was causing the problem.

Command line use of tazpkg returned following error.

root@slitaz:/home/tux# tazpkg search-pkgname murrine

/usr/bin/tazpkg: .: line 26: can't open '/usr/lib/tazpkg/tazpkg-find-depends'

Opened /usr/bin/tazpkg and edited line 26 to point to find-depends as follows;

. /usr/libexec/tazpkg/find-depends

and now tazpkg works OK.

Just for information for those non-experts like myself as a quick and dirty fix till this issue is fixed.

Thanks folks.

Offline

#2 2015-08-05 06:11:15

gdesilva
Member
Registered: 2011-04-07
Posts: 419

Re: Problem with Tazpkg

Oh dear me!! I just realised that I have made yet another blunder. This issue was already discussed and a solution found by Alexej on another post

http://forum.slitaz.org/topic/new-version-of-packages-manager-tazpkg-testing-needed/page/8

My apologies Alexej - did not mean to steal your thunder.

Offline

#3 2015-08-09 20:05:09

Escapetiger
Member
Registered: 2012-07-24
Posts: 44

Re: Problem with Tazpkg

@gdesilva

Many thank's,

I've been in the same case with the usually common line command under root "tazpkg recharge" and if necessary "tazpkg up".

Your topic with the clever links pointed to Slitaz members solve the problem.

smile

[Edit]

Precisely, this one from Aleksej (many thank's too smile

Hi Ceel,

Oh, I'm so sorry sad

Everyone who installed tazpkg-824 need to fix it manually.

Package tazpkg-825 fixed, but you can't install it yet.

Steps to fix tazpkg:

    Open terminal.

    Become super user using command "su" and root's password (type "s", then "u", then "Enter", then blindly type super user password (it is root by default), then press "Enter")

    Open tazpkg script in the nano text editor:

    nano -w /usr/bin/tazpkg

    Scroll down to the line 26 and change it's content:

    . /usr/lib/tazpkg/tazpkg-find-depends

    into

    . /usr/libexec/tazpkg/find-depends

    To save changes press two keys in the same time: Ctrl and letter O, then press Enter

    To exit press two keys in the same time: Ctrl and X

    Close terminal

http://forum.slitaz.org/topic/new-version-of-packages-manager-tazpkg-testing-needed/page/8

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.020 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]