- Code: Select all
aptitude -t experimental-snapshots dist-upgrade
I usually install with apt-get and I know it's a bad idea to mix apt-get and aptitude on the same system. I did some checking and I think the apt-get equivalent command is
- Code: Select all
sudo apt-get -t=experimental-snapshots dist-upgrade
Can someone either confirm my finding or correct it? I tried running that as a test and got this:
- Code: Select all
The following packages will be REMOVED:
kde-plasma-desktop kde-standard kde-workspace kde-workspace-bin kscreensaver
kscreensaver-xsavers libplasmaclock4abi2 libtaskmanager4abi2
The following NEW packages will be installed:
libkactivities-bin libkactivities6 libkwineffects1abi3 libkwinglutils1
libkworkspace4abi1 libplasmaclock4abi3 libtaskmanager4abi3 plasma-netbook
The following packages will be upgraded:
dolphin freespacenotifier kate kate-data katepart kde-baseapps kde-baseapps-bin
kde-baseapps-data kde-runtime kde-runtime-data kde-style-oxygen kde-wallpapers
kde-wallpapers-default kde-window-manager kde-workspace-data kde-workspace-dev
kde-workspace-kgreet-plugins kdebase-runtime kdebase-workspace-dev kdelibs-bin
kdelibs5-data kdelibs5-dev kdelibs5-plugins kdepasswd kdepimlibs-kio-plugins
kdeplasma-addons kdm kdoctools kfind khelpcenter4 kinfocenter klipper kmenuedit
konq-plugins konqueror konqueror-nsplugins konsole ksysguard ksysguardd kwrite
libakonadi-contact4 libakonadi-kabc4 libakonadi-kcal4 libakonadi-kde4
libakonadi-kmime4 libgpgme++2 libkabc4 libkateinterfaces4 libkatepartinterfaces4
libkcal4 libkcalcore4 libkcalutils4 libkcmutils4 libkde3support4 libkdeclarative5
libkdecorations4 libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4
libkemoticons4 libkephal4abi1 libkfile4 libkholidays4 libkhtml5 libkidletime4
libkimap4 libkimproxy4 libkio5 libkjsapi4 libkjsembed4 libkldap4 libkmediaplayer4
libkmime4 libknewstuff2-4 libknewstuff3-4 libknotifyconfig4 libkntlm4
libkonq-common libkonq5-dev libkonq5-templates libkonq5abi1
libkonqsidebarplugin4a libkontactinterface4 libkparts4 libkpimidentities4
libkpimtextedit4 libkpimutils4 libkprintutils4 libkpty4 libkresources4
libkrosscore4 libkrossui4 libkscreensaver5 libksgrd4 libksignalplotter4
libktexteditor4 libktnef4 libkunitconversion4 libkutils4 liblsofui4
libmailtransport4 libmicroblog4 libnepomuk4 libnepomukquery4a libnepomukutils4
libplasma-geolocation-interface4 libplasma3 libplasmagenericshell4
libprocesscore4abi1 libprocessui4a libqgpgme1 libsolid4 libsolidcontrol4abi2
libsolidcontrolifaces4abi2 libsyndication4 libthreadweaver4 libweather-ion6
oxygen-icon-theme plasma-containments-addons plasma-dataengines-addons
plasma-dataengines-workspace plasma-desktop plasma-runners-addons
plasma-scriptengine-googlegadgets plasma-scriptengine-javascript
plasma-scriptengine-python plasma-scriptengine-ruby plasma-scriptengine-webkit
plasma-scriptengines plasma-wallpapers-addons plasma-widget-folderview
plasma-widget-lancelot plasma-widgets-addons plasma-widgets-workspace
systemsettings
137 upgraded, 8 newly installed, 8 to remove and 0 not upgraded.
Need to get 186 MB of archives.
After this operation, 22.0 MB of additional disk space will be used.
That looks right, although I'm troubled by the removal of kscreensaver. Does this look right to the smarter folks among us?



