You are not logged in.
Pages: 1
Hi!
It's possible to switch my repositories from stable to cooking just to upgrade my kernel and then switch back?
I look into tazpanel, but I not find an option to change it.
Thanks!
Offline
Hi boechat,
I know that you can install some "regular" packages (with depends) from cooking repo. But, what about kernel? Your system may hang, I don't know...
Open your terminal, or better — open console (pressing Ctrl+Alt+F1; back to Desktop via Alt+F7). Log in as root.
Type [c]tazpkg[/c] to see its commands. We need command
[c]set-release Change release and update packages.[/c]
To switch to cooking mirror, type [c]tazpkg set-release cooking[/c]
You need to be connected to net. TazPkg will connect to the Cooking repo. When it asks you, do you want to upgrade all your packages, answer no (n). If you answer yes, you can break your system, be careful!
To get and install package, type
[c]tazpkg get-install package_name[/c]
So, if you want [c]linux[/c] package, type: [c]tazpkg get-install linux[/c]
To block package from updating, type: [c]tazpkg block linux[/c] where linux is name of package to be blocked.
To return back to SliTaz 4.0, type: [c]tazpkg set-release 4.0[/c]
__________
Other way to get packages: go to pkgs.slitaz.org search for packages you need, you can select "Cooking" release. Press links to download packages to your local folder. Double click package and install it.
__________
But, I think the better way described here: file:///usr/share/doc/tazpkg/tazpkg.html#install (copy-paste this link, or: Applications→Documentation→Tazpkg manual→ scroll to "Install").
First system is HD installation
Boot cooking LiveCD and install packages to your HD installation using --root= parameter with path to it.
Offline
Ok.
I broke my system. No problem. It was a new install.
I will reinstall and be quiet with the stable kernel until next release came out.

Thanks Aleksej!
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]