i know slitaz has a convert function. thing is i have no clue how to use it!!
open X-term.
su
(password)
....now what?
like i said its sitting on desktop as a RPM file.
(its a update for wine, i have OLD wine installed got that from package mananger)

update Wine. RPM is sitting on desktop. how do i install it!!?!
(5 posts) (3 voices)-
Posted 13 years ago #
-
Posted 13 years ago #
-
is this a joke? i dont know what RTFM is.
Posted 13 years ago # -
yes it was a joke :)
but it is say with peace...
take cake and be sure with SLitaz u are on a right/ good WAY
;)Posted 13 years ago # -
Hi 4042966262,
For slitaz stable, the available wine version (packed) is 1.1.29
For slitaz cooking, the available wine version (packed) is 1.2.3, which is in fact the latest stable wine version.Have you tried to install wine-1.2.3.tazpkg from slitaz cooking? You can search and download from here http://mirror.slitaz.org/pkgs/search.sh
But if you really wanna use convert function:
- first read the doc (http://hg.slitaz.org/tazpkg/raw-file/tip/doc/tazpkg.en.html). Especially the chapter "convert"...
- download the package you are looking for (wine-new-version.deb),
- start a Xterm terminal,
- login as root withsu
command, password is "root",
- move to directory where the downloaded file is located:#mv to_my_dir
,
- then convert the package with:#tazpkg convert wine-new-version.deb
, this will convert the debian file and create in the actual directory a new slitaz package with the extension .tazpkg: wine-new-version.tazpkg
- then install the new package:#tazpkg install wine-new-version.tazpkg
- then remove the 2 files, you do not need them anymore:#rm wine-new-version*
,
- logout from root:#exit
- and check if can start wine.Happy slitaz.
:-)Posted 13 years ago #
Reply
You must log in to post.