SliTaz SliTaz Forum

You are not logged in.

#1 2011-04-15 20:42:56

Guest
Guest

A little question for tazpkg

Hi ,

it 's possible to do that : rpm -ivh ./packages/*

with tazpkg ?

Thank .

#2 2011-04-16 11:09:44

seawolf
Moderator
Registered: 2011-03-29
Posts: 8

Re: A little question for tazpkg

Hi,

Do you mean to install all the Tazpkgs in a directory? You could:

for PKG in [c]ls -1 *.tazpkg[/c] ; do tazpkg install $PKG ; done

or to automatically say "y" at each question:

for PKG in [c]ls -1 *.tazpkg[/c] ; do yes y | tazpkg install $PKG ; done

Offline

#3 2011-04-17 01:02:50

Guest
Guest

Re: A little question for tazpkg

Hi ,

thank for your response , i test that today .

#4 2011-04-17 08:36:56

seawolf
Moderator
Registered: 2011-03-29
Posts: 8

Re: A little question for tazpkg

There should be backticks (`) around the 'ls -1 *.tazpkg' but the forum hasn't put them there, for some reason!

Offline

#5 2011-04-17 15:33:33

Trixar_za
Administrator
Registered: 2011-03-29
Posts: 1,506

Re: A little question for tazpkg

It's because backticks ([c][/c]`) are formatted as code tags in bbPress. It can get annoying with some code hmm

Offline

#6 2011-04-28 11:46:13

Guest
Guest

Re: A little question for tazpkg

Hi ,

don' t work !

i do tazpkg , in su - :

install $PKG or y | tazpkg install $PKG

Where is the mistake ?

with rpm :

rpm -ivh ./packages/*

is very good .

Thank .

#7 2011-04-28 13:58:48

pankso
Administrator
Registered: 2026-06-27
Posts: 341
Website

Re: A little question for tazpkg

Hi,

Try:

# cd your-packages-dir/
# ls -1 *.tazpkg > packages.list
# tazpkg install-list packages.list

Offline

#8 2011-04-28 15:06:11

Guest
Guest

Re: A little question for tazpkg

Hi ,

good !

Thank .

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

Board footer

Powered by FluxBB
Modified by Visman

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