su
root (ou autre mot de passe pour le compte "root")
tazpkg get-install get-openoffice3
get-openoffice3
exit (pour sortir du mode "su")
#tazpkg get-install tar
$tar -xzvf ton_super_fichier.tar.gz
$cd repertoire_decompresse
#./configure
#make
#make install
root@slitaz:~# tazpkg search tar
Search result for : tar
Installed packages
==============================================
startup-notification 0.10 x-window
==============================================
1 installed package(s) found for : tar
Available packages name-version
==============================================
elementary-0.6.0.063
elementary-dev-0.6.0.063
libelementary-0.6.0.063
startup-notification-0.10
startup-notification-dev-0.10
tar-1.20
==============================================
6 available package(s) found for : tar
root@slitaz:~#
tazpkg | head -1
which tar
ls -l `which tar`
lrwxrwxrwx 1 root root 7 Jun 14 10:33 /bin/tar -> busybox
tar
, qu'as-tu en retour ?
BusyBox v1.12.0 (2010-03-12 18:25:03 CET) multi-call binary
Usage: tar -[czjaZxtvO] [-X FILE] [-f TARFILE] [-C DIR] [FILE(s)]...
Create, extract, or list files from a tar file
Options:
c Create
x Extract
t List
Archive format selection:
z Filter the archive through gzip
j Filter the archive through bzip2
a Filter the archive through lzma
Z Filter the archive through compress
File selection:
f Name of TARFILE or "-" for stdin
O Extract to stdout
exclude File to exclude
X File with names to exclude
C Change to directory DIR before operation
v Verbose
cd repertoire_du_fichier_a_decompresser
tar xzvf fichier_a_decompresser.tar.gz
58582 144074
(si tu veux vérifier le checksum)3872815193 147531152 OOo_3.2.1_Linux_x86_install-deb_fr.tar.gz
00aa7ffbbe29651ef69311d56ffee2586b303939 OOo_3.2.1_Linux_x86_install-deb_fr.tar.gz
file OOo_3.2.1_Linux_x86_install-deb_fr.tar.gz
root@slitaz:/home/tux/Downloads# sum OOo_3.2.1_Linux_x86_install-deb_fr.tar.gz
23609 146210
root@slitaz:/home/tux/Downloads# cksum OOo_3.2.1_Linux_x86_install-deb_fr.tar.gz
2253272092 149719040 OOo_3.2.1_Linux_x86_install-deb_fr.tar.gz
root@slitaz:/home/tux/Downloads# sha1sum OOo_3.2.1_Linux_x86_install-deb_fr.tar.
gz
95035be2d6e52d26ede6decd1d7c43f3139bfcb0 OOo_3.2.1_Linux_x86_install-deb_fr.tar.gz
sudo dpkg -i o*.deb
root@slitaz:/home/tux/OOO320_m18_native_packed-1_fr.9502/DEBS# dpkg -i o*.deb
dpkg: can't open '/var/lib/dpkg/status': No such file or directory
root@slitaz:/home/tux/OOO320_m18_native_packed-1_fr.9502/DEBS#
cd $TEMP_DIR/*/RPMS
cd $TEMP_DIR/RPMS
It looks like you're new here. If you want to get involved, click one of these buttons!