You are not logged in.
Pages: 1
Hi ,
it 's possible to do that : rpm -ivh ./packages/*
with tazpkg ?
Thank .
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
Hi ,
thank for your response , i test that today .
There should be backticks (`) around the 'ls -1 *.tazpkg' but the forum hasn't put them there, for some reason!
Offline
It's because backticks ([c][/c]`) are formatted as code tags in bbPress. It can get annoying with some code 
Offline
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 .
Hi ,
good !
Thank .
Pages: 1
[ Generated in 0.021 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]