On Wednesday 27 January 2016 23:30:36 Martin Steigerwald wrote: > Anyone have a nice apt / aptitude mantra at hand to update just the Plasma > + KF packages to the experimental version without getting everything else > from it? > > Otherwise I´d try to go by some metapackages. That is going to be tricky. Especially as qt5.6-beta packages are also in experimental. Anyway, here's a command I just put together: aptitude safe-upgrade '?narrow(~skde!~nlibreoffice,~i!~M)' -t experimental Which should upgrade packages from section kde which are not named libreoffice and are manually installed. You could also play with '~V5.16' but I _think_ the result will then be that automatically installed packages (mostly libraries) will then be marked as manually installed and I personally don't like that. The following may also be useful: aptitude safe-upgrade '?narrow(~i!~M, ~V4:5.4.*)' -t experimental HTH, Diederik
Attachment:
signature.asc
Description: This is a digitally signed message part.