Advertisement
niel_irc

Untitled

Sep 12th, 2013
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.74 KB | None | 0 0
  1. openjdk-7-jre-headless openjdk-7-jre-lib
  2. 0 upgraded, 0 newly installed, 6 to remove and 1 not upgraded.
  3. After this operation, 58.1 MB disk space will be freed.
  4. (Reading database ... 158123 files and directories currently installed.)
  5. Removing icedtea-7-jre-jamvm:amd64 ...
  6. Removing default-jre-headless ...
  7. Removing openjdk-7-jre-lib ...
  8. Removing ca-certificates-java ...
  9. Removing openjdk-7-jre-headless:amd64 ...
  10. Removing java-common ...
  11. Processing triggers for ca-certificates ...
  12. Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
  13. Running hooks in /etc/ca-certificates/update.d....
  14. updates of cacerts keystore disabled.
  15. done.
  16. Processing triggers for man-db ...
  17. Processing triggers for doc-base ...
  18. Processing 2 removed doc-base files...
  19. niel@niel-TECRA-R840:~$ sudo apt-get -y autoremove
  20. Reading package lists... Done
  21. Building dependency tree
  22. Reading state information... Done
  23. The following packages will be REMOVED:
  24. libbonobo2-0 libbonobo2-common libgconf2-4 libgif4 libgnome2-0 libgnome2-bin
  25. libgnome2-common libgnomevfs2-0 libgnomevfs2-common libidl-common libidl0
  26. liborbit2 ttf-dejavu-extra tzdata-java
  27. 0 upgraded, 0 newly installed, 14 to remove and 1 not upgraded.
  28. After this operation, 13.1 MB disk space will be freed.
  29. (Reading database ... 157831 files and directories currently installed.)
  30. Removing libgconf2-4:amd64 ...
  31. Removing libgif4:amd64 ...
  32. Removing ttf-dejavu-extra ...
  33. Removing tzdata-java ...
  34. Removing libgnome2-0:amd64 ...
  35. Removing libgnome2-bin ...
  36. Removing libbonobo2-0:amd64 ...
  37. Removing libbonobo2-common ...
  38. Removing libgnome2-common ...
  39. Removing libgnomevfs2-0:amd64 ...
  40. Removing libgnomevfs2-common ...
  41. Removing liborbit2:amd64 ...
  42. Removing libidl0:amd64 ...
  43. Removing libidl-common ...
  44. Processing triggers for libc-bin ...
  45. ldconfig deferred processing now taking place
  46. Processing triggers for fontconfig ...
  47. Processing triggers for man-db ...
  48. Processing triggers for gconf2 ...
  49. niel@niel-TECRA-R840:~$ dpkg -l | grep ^rc | awk '{print($2)}' | xargs sudo apt-get -y purge
  50. Reading package lists... Done
  51. Building dependency tree
  52. Reading state information... Done
  53. The following packages will be REMOVED:
  54. ca-certificates-java* eclipse-platform* libatk-wrapper-java-jni*
  55. libbonobo2-0* libbonobo2-common* libbonoboui2-0* libdb5.1-java-jni* libgif4*
  56. libglade2-0* libgnome2-0* libgnome2-common* libgnomecanvas2-0* libgnomeui-0*
  57. libgnomevfs2-0* libgnomevfs2-common* libidl0* liborbit2*
  58. libxml-commons-resolver1.1-java* nautilus-dropbox* openjdk-7-jre-headless*
  59. 0 upgraded, 0 newly installed, 20 to remove and 1 not upgraded.
  60. After this operation, 0 B of additional disk space will be used.
  61. (Reading database ... 157144 files and directories currently installed.)
  62. Removing ca-certificates-java ...
  63. Purging configuration files for ca-certificates-java ...
  64. Removing eclipse-platform ...
  65. Purging configuration files for eclipse-platform ...
  66. Removing libatk-wrapper-java-jni:amd64 ...
  67. Purging configuration files for libatk-wrapper-java-jni:amd64 ...
  68. Removing libbonobo2-0:amd64 ...
  69. Purging configuration files for libbonobo2-0:amd64 ...
  70. Removing libbonobo2-common ...
  71. Purging configuration files for libbonobo2-common ...
  72. Removing libbonoboui2-0:amd64 ...
  73. Purging configuration files for libbonoboui2-0:amd64 ...
  74. Removing libdb5.1-java-jni:amd64 ...
  75. Purging configuration files for libdb5.1-java-jni:amd64 ...
  76. Removing libgif4:amd64 ...
  77. Purging configuration files for libgif4:amd64 ...
  78. Removing libglade2-0:amd64 ...
  79. Purging configuration files for libglade2-0:amd64 ...
  80. Removing libgnome2-0:amd64 ...
  81. Purging configuration files for libgnome2-0:amd64 ...
  82. Removing libgnome2-common ...
  83. Purging configuration files for libgnome2-common ...
  84. Removing libgnomecanvas2-0:amd64 ...
  85. Purging configuration files for libgnomecanvas2-0:amd64 ...
  86. Removing libgnomeui-0:amd64 ...
  87. Purging configuration files for libgnomeui-0:amd64 ...
  88. Removing libgnomevfs2-0:amd64 ...
  89. Purging configuration files for libgnomevfs2-0:amd64 ...
  90. Removing libgnomevfs2-common ...
  91. Purging configuration files for libgnomevfs2-common ...
  92. Removing libidl0:amd64 ...
  93. Purging configuration files for libidl0:amd64 ...
  94. Removing liborbit2:amd64 ...
  95. Purging configuration files for liborbit2:amd64 ...
  96. Removing libxml-commons-resolver1.1-java ...
  97. Purging configuration files for libxml-commons-resolver1.1-java ...
  98. dpkg: warning: ignoring request to remove nautilus-dropbox which isn't installed
  99. Removing openjdk-7-jre-headless:amd64 ...
  100. Purging configuration files for openjdk-7-jre-headless:amd64 ...
  101. niel@niel-TECRA-R840:~$ sudo bash -c 'ls -d /home/*/.java' | xargs sudo rm -rf
  102. niel@niel-TECRA-R840:~$ sudo rm -rf /usr/lib/jvm/*
  103. niel@niel-TECRA-R840:~$ for g in ControlPanel java java_vm javaws jcontrol jexec keytool mozilla-javaplugin.so orbd pack200 policytool rmid rmiregistry servertool tnameserv unpack200 appletviewer apt extcheck HtmlConverter idlj jar jarsigner javac javadoc javah javap jconsole jdb jhat jinfo jmap jps jrunscript jsadebugd jstack jstat jstatd native2ascii rmic schemagen serialver wsgen wsimport xjc xulrunner-1.9-javaplugin.so; do sudo update-alternatives --remove-all $g; done
  104. update-alternatives: error: no alternatives for ControlPanel
  105. update-alternatives: error: no alternatives for java_vm
  106. update-alternatives: error: no alternatives for jcontrol
  107. update-alternatives: error: no alternatives for jexec
  108. update-alternatives: error: no alternatives for keytool
  109. update-alternatives: error: no alternatives for orbd
  110. update-alternatives: error: no alternatives for pack200
  111. update-alternatives: error: no alternatives for policytool
  112. update-alternatives: error: no alternatives for rmid
  113. update-alternatives: error: no alternatives for rmiregistry
  114. update-alternatives: error: no alternatives for servertool
  115. update-alternatives: error: no alternatives for tnameserv
  116. update-alternatives: error: no alternatives for unpack200
  117. update-alternatives: error: no alternatives for appletviewer
  118. update-alternatives: error: no alternatives for apt
  119. update-alternatives: error: no alternatives for extcheck
  120. update-alternatives: error: no alternatives for HtmlConverter
  121. update-alternatives: error: no alternatives for idlj
  122. update-alternatives: error: no alternatives for jar
  123. update-alternatives: error: no alternatives for jarsigner
  124. update-alternatives: error: no alternatives for javadoc
  125. update-alternatives: error: no alternatives for javah
  126. update-alternatives: error: no alternatives for javap
  127. update-alternatives: error: no alternatives for jconsole
  128. update-alternatives: error: no alternatives for jdb
  129. update-alternatives: error: no alternatives for jhat
  130. update-alternatives: error: no alternatives for jinfo
  131. update-alternatives: error: no alternatives for jmap
  132. update-alternatives: error: no alternatives for jps
  133. update-alternatives: error: no alternatives for jrunscript
  134. update-alternatives: error: no alternatives for jsadebugd
  135. update-alternatives: error: no alternatives for jstack
  136. update-alternatives: error: no alternatives for jstat
  137. update-alternatives: error: no alternatives for jstatd
  138. update-alternatives: error: no alternatives for native2ascii
  139. update-alternatives: error: no alternatives for rmic
  140. update-alternatives: error: no alternatives for schemagen
  141. update-alternatives: error: no alternatives for serialver
  142. update-alternatives: error: no alternatives for wsgen
  143. update-alternatives: error: no alternatives for wsimport
  144. update-alternatives: error: no alternatives for xjc
  145. update-alternatives: error: no alternatives for xulrunner-1.9-javaplugin.so
  146. niel@niel-TECRA-R840:~$ sudo updatedb
  147. niel@niel-TECRA-R840:~$ sudo rm -rf /path/to/jre1.6.0_34
  148. niel@niel-TECRA-R840:~$ sudo apt-get install openjdk-7-jre-headless
  149. Reading package lists... Done
  150. Building dependency tree
  151. Reading state information... Done
  152. Some packages could not be installed. This may mean that you have
  153. requested an impossible situation or if you are using the unstable
  154. distribution that some required packages have not yet been created
  155. or been moved out of Incoming.
  156. The following information may help to resolve the situation:
  157.  
  158. The following packages have unmet dependencies:
  159. openjdk-7-jre-headless : Depends: tzdata-java but it is not going to be installed
  160. E: Unable to correct problems, you have held broken packages.
  161. niel@niel-TECRA-R840:~$ sudo apt-get install openjdk-7-jre-headless
  162. Reading package lists... Done
  163. Building dependency tree
  164. Reading state information... Done
  165. Some packages could not be installed. This may mean that you have
  166. requested an impossible situation or if you are using the unstable
  167. distribution that some required packages have not yet been created
  168. or been moved out of Incoming.
  169. The following information may help to resolve the situation:
  170.  
  171. The following packages have unmet dependencies:
  172. openjdk-7-jre-headless : Depends: tzdata-java but it is not going to be installed
  173. E: Unable to correct problems, you have held broken packages.
  174. niel@niel-TECRA-R840:~$ sudo apt-get install tzdata-java
  175. Reading package lists... Done
  176. Building dependency tree
  177. Reading state information... Done
  178. Some packages could not be installed. This may mean that you have
  179. requested an impossible situation or if you are using the unstable
  180. distribution that some required packages have not yet been created
  181. or been moved out of Incoming.
  182. The following information may help to resolve the situation:
  183.  
  184. The following packages have unmet dependencies:
  185. tzdata-java : Depends: tzdata (= 2013b-1ubuntu1) but 2013d-0ubuntu0.13.04 is to be installed
  186. E: Unable to correct problems, you have held broken packages.
  187. niel@niel-TECRA-R840:~$ sudo apt-get install tzdata
  188. Reading package lists... Done
  189. Building dependency tree
  190. Reading state information... Done
  191. tzdata is already the newest version.
  192. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
  193. niel@niel-TECRA-R840:~$ sudo apt-get install tzdata-java
  194. Reading package lists... Done
  195. Building dependency tree
  196. Reading state information... Done
  197. Some packages could not be installed. This may mean that you have
  198. requested an impossible situation or if you are using the unstable
  199. distribution that some required packages have not yet been created
  200. or been moved out of Incoming.
  201. The following information may help to resolve the situation:
  202.  
  203. The following packages have unmet dependencies:
  204. tzdata-java : Depends: tzdata (= 2013b-1ubuntu1) but 2013d-0ubuntu0.13.04 is to be installed
  205. E: Unable to correct problems, you have held broken packages.
  206. niel@niel-TECRA-R840:~$ sudo apt-get install tzdata
  207. Reading package lists... Done
  208. Building dependency tree
  209. Reading state information... Done
  210. tzdata is already the newest version.
  211. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
  212. niel@niel-TECRA-R840:~$ sudo apt-get install tzdata-java
  213. Reading package lists... Done
  214. Building dependency tree
  215. Reading state information... Done
  216. Some packages could not be installed. This may mean that you have
  217. requested an impossible situation or if you are using the unstable
  218. distribution that some required packages have not yet been created
  219. or been moved out of Incoming.
  220. The following information may help to resolve the situation:
  221.  
  222. The following packages have unmet dependencies:
  223. tzdata-java : Depends: tzdata (= 2013b-1ubuntu1) but 2013d-0ubuntu0.13.04 is to be installed
  224. E: Unable to correct problems, you have held broken packages.
  225. niel@niel-TECRA-R840:~$ sudo apt-get install openjdk-7-jre-headless
  226. Reading package lists... Done
  227. Building dependency tree
  228. Reading state information... Done
  229. Some packages could not be installed. This may mean that you have
  230. requested an impossible situation or if you are using the unstable
  231. distribution that some required packages have not yet been created
  232. or been moved out of Incoming.
  233. The following information may help to resolve the situation:
  234.  
  235. The following packages have unmet dependencies:
  236. openjdk-7-jre-headless : Depends: tzdata-java but it is not going to be installed
  237. E: Unable to correct problems, you have held broken packages.
  238. niel@niel-TECRA-R840:~$ sudo apt-get install tzdata-java
  239. Reading package lists... Done
  240. Building dependency tree
  241. Reading state information... Done
  242. Some packages could not be installed. This may mean that you have
  243. requested an impossible situation or if you are using the unstable
  244. distribution that some required packages have not yet been created
  245. or been moved out of Incoming.
  246. The following information may help to resolve the situation:
  247.  
  248. The following packages have unmet dependencies:
  249. tzdata-java : Depends: tzdata (= 2013b-1ubuntu1) but 2013d-0ubuntu0.13.04 is to be installed
  250. E: Unable to correct problems, you have held broken packages.
  251. niel@niel-TECRA-R840:~$ sudo apt-get install tzdata-java
  252. Reading package lists... Done
  253. Building dependency tree
  254. Reading state information... Done
  255. Some packages could not be installed. This may mean that you have
  256. requested an impossible situation or if you are using the unstable
  257. distribution that some required packages have not yet been created
  258. or been moved out of Incoming.
  259. The following information may help to resolve the situation:
  260.  
  261. The following packages have unmet dependencies:
  262. tzdata-java : Depends: tzdata (= 2013b-1ubuntu1) but 2013d-0ubuntu0.13.04 is to be installed
  263. E: Unable to correct problems, you have held broken packages.
  264. niel@niel-TECRA-R840:~$ sudo apt-get install tzdata
  265. Reading package lists... Done
  266. Building dependency tree
  267. Reading state information... Done
  268. tzdata is already the newest version.
  269. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
  270. niel@niel-TECRA-R840:~$ sudo apt-get remove tzdata
  271. Reading package lists... Done
  272. Building dependency tree
  273. Reading state information... Done
  274. The following packages were automatically installed and are no longer required:
  275. libsexy2 python-gpgme python-xkit
  276. Use 'apt-get autoremove' to remove them.
  277. The following packages will be REMOVED:
  278. account-plugin-aim account-plugin-jabber account-plugin-salut
  279. account-plugin-yahoo accountsservice acpi-support acpid aisleriot alsa-base
  280. alsa-utils anacron apparmor apport apport-gtk aptdaemon apturl avahi-daemon
  281. avahi-utils binfmt-support bluez bluez-alsa bluez-cups bluez-gstreamer
  282. brasero brltty checkbox checkbox-qt colord compiz compiz-gnome console-setup
  283. consolekit cron cryptsetup-bin cups cups-browsed cups-daemon dbus dbus-x11
  284. deja-dup-backend-gvfs deja-dup-backend-ubuntuone dmsetup dropbox e2fsprogs
  285. eject empathy evolution-data-server friendly-recovery gconf2 gcr
  286. gnome-bluetooth gnome-contacts gnome-control-center
  287. gnome-control-center-signon gnome-control-center-unity gnome-disk-utility
  288. gnome-keyring gnome-power-manager gnome-screensaver gnome-session
  289. gnome-session-bin gnome-system-log gnome-terminal gnome-terminal-data
  290. gnome-user-share grub-common grub-gfxpayload-lists grub-pc grub-pc-bin
  291. grub2-common gstreamer0.10-gconf gvfs gvfs-backends gvfs-daemons gvfs-fuse
  292. hostname hplip ibus ibus-pinyin ibus-table ifupdown indicator-bluetooth
  293. indicator-datetime indicator-power indicator-printers indicator-session
  294. indicator-sound initramfs-tools initscripts irqbalance jockey-common kbd
  295. keyboard-configuration kmod landscape-client-ui-install
  296. language-selector-common language-selector-gnome libcanberra-pulse
  297. libcryptsetup4 libdevmapper-event1.02.1 libdevmapper1.02.1 libecal-1.2-15
  298. libedata-cal-1.2-18 libfolks-eds25 libical0 liblvm2app2.2 libnss-mdns
  299. libparted0debian1 libreoffice-gnome libsane libsyncdaemon-1.0-1 lightdm
  300. lightdm-remote-session-freerdp lightdm-remote-session-uccsconfigure
  301. linux-generic linux-image-3.8.0-19-generic
  302. linux-image-extra-3.8.0-19-generic linux-image-generic linux-sound-base
  303. logrotate mcp-account-manager-uoa media-player-info modemmanager
  304. module-init-tools mountall nautilus nautilus-sendto nautilus-sendto-empathy
  305. nautilus-share network-manager network-manager-gnome network-manager-pptp
  306. network-manager-pptp-gnome nvidia-common oneconf parted plymouth
  307. plymouth-label plymouth-theme-ubuntu-logo plymouth-theme-ubuntu-text
  308. pm-utils policykit-1 policykit-1-gnome powermgmt-base ppp pppconfig
  309. pppoeconf pptp-linux printer-driver-gutenprint printer-driver-hpcups
  310. printer-driver-postscript-hp procps pulseaudio pulseaudio-module-bluetooth
  311. pulseaudio-module-x11 python-ubuntu-sso-client python-ubuntuone-client
  312. python-ubuntuone-control-panel remmina remmina-plugin-rdp remmina-plugin-vnc
  313. resolvconf rfkill rhythmbox rhythmbox-mozilla rhythmbox-plugin-cdrecorder
  314. rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins
  315. rhythmbox-ubuntuone rsyslog sane-utils seahorse sessioninstaller shotwell
  316. simple-scan software-center software-properties-gtk steam-launcher
  317. systemd-services telepathy-salut totem-mozilla tzdata ubuntu-desktop
  318. ubuntu-drivers-common ubuntu-minimal ubuntu-release-upgrader-gtk
  319. ubuntu-sso-client ubuntu-sso-client-qt ubuntu-standard ubuntu-system-service
  320. ubuntuone-client ubuntuone-client-gnome ubuntuone-control-panel
  321. ubuntuone-control-panel-qt udev udisks udisks2 ufw unity
  322. unity-scope-musicstores update-manager update-notifier upower upstart
  323. ureadahead usb-creator-common usb-creator-gtk util-linux
  324. webaccounts-extension-common whoopsie wpasupplicant xchat xchat-common
  325. xchat-indicator xdiagnose xorg xserver-xorg xserver-xorg-core
  326. xserver-xorg-input-all xserver-xorg-input-evdev xserver-xorg-input-mouse
  327. xserver-xorg-input-synaptics xserver-xorg-input-vmmouse
  328. xserver-xorg-input-wacom xserver-xorg-video-all xserver-xorg-video-ati
  329. xserver-xorg-video-cirrus xserver-xorg-video-fbdev xserver-xorg-video-intel
  330. xserver-xorg-video-mach64 xserver-xorg-video-mga
  331. xserver-xorg-video-modesetting xserver-xorg-video-neomagic
  332. xserver-xorg-video-nouveau xserver-xorg-video-openchrome
  333. xserver-xorg-video-qxl xserver-xorg-video-r128 xserver-xorg-video-radeon
  334. xserver-xorg-video-s3 xserver-xorg-video-savage
  335. xserver-xorg-video-siliconmotion xserver-xorg-video-sis
  336. xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident
  337. xserver-xorg-video-vesa xserver-xorg-video-vmware xul-ext-ubufox
  338. xul-ext-webaccounts
  339. WARNING: The following essential packages will be removed.
  340. This should NOT be done unless you know exactly what you are doing!
  341. e2fsprogs util-linux (due to e2fsprogs) hostname tzdata (due to util-linux)
  342. 0 upgraded, 0 newly installed, 250 to remove and 0 not upgraded.
  343. After this operation, 372 MB disk space will be freed.
  344. You are about to do something potentially harmful.
  345. To continue type in the phrase 'Yes, do as I say!'
  346. ?]
  347. Abort.
  348. niel@niel-TECRA-R840:~$ sudo apt-get remove default-jre
  349. Reading package lists... Done
  350. Building dependency tree
  351. Reading state information... Done
  352. Package 'default-jre' is not installed, so not removed
  353. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
  354. niel@niel-TECRA-R840:~$ sudo apt-get install default-jre
  355. Reading package lists... Done
  356. Building dependency tree
  357. Reading state information... Done
  358. Some packages could not be installed. This may mean that you have
  359. requested an impossible situation or if you are using the unstable
  360. distribution that some required packages have not yet been created
  361. or been moved out of Incoming.
  362. The following information may help to resolve the situation:
  363.  
  364. The following packages have unmet dependencies:
  365. default-jre : Depends: default-jre-headless (= 1:1.7-43ubuntu4) but it is not going to be installed
  366. Depends: openjdk-7-jre (>= 7~u3-2.1) but it is not going to be installed
  367. E: Unable to correct problems, you have held broken packages.
  368. niel@niel-TECRA-R840:~$ sudo apt-get install openjdk-7-jre
  369. Reading package lists... Done
  370. Building dependency tree
  371. Reading state information... Done
  372. Some packages could not be installed. This may mean that you have
  373. requested an impossible situation or if you are using the unstable
  374. distribution that some required packages have not yet been created
  375. or been moved out of Incoming.
  376. The following information may help to resolve the situation:
  377.  
  378. The following packages have unmet dependencies:
  379. openjdk-7-jre : Depends: openjdk-7-jre-headless (= 7u21-2.3.9-1ubuntu1) but it is not going to be installed
  380. E: Unable to correct problems, you have held broken packages.
  381. niel@niel-TECRA-R840:~$ sudo apt-get install openjdk-7-jre-headless
  382. Reading package lists... Done
  383. Building dependency tree
  384. Reading state information... Done
  385. Some packages could not be installed. This may mean that you have
  386. requested an impossible situation or if you are using the unstable
  387. distribution that some required packages have not yet been created
  388. or been moved out of Incoming.
  389. The following information may help to resolve the situation:
  390.  
  391. The following packages have unmet dependencies:
  392. openjdk-7-jre-headless : Depends: tzdata-java but it is not going to be installed
  393. E: Unable to correct problems, you have held broken packages.
  394. niel@niel-TECRA-R840:~$ sudo apt-get install tzdata-java
  395. Reading package lists... Done
  396. Building dependency tree
  397. Reading state information... Done
  398. Some packages could not be installed. This may mean that you have
  399. requested an impossible situation or if you are using the unstable
  400. distribution that some required packages have not yet been created
  401. or been moved out of Incoming.
  402. The following information may help to resolve the situation:
  403.  
  404. The following packages have unmet dependencies:
  405. tzdata-java : Depends: tzdata (= 2013b-1ubuntu1) but 2013d-0ubuntu0.13.04 is to be installed
  406. E: Unable to correct problems, you have held broken packages.
  407. niel@niel-TECRA-R840:~$ sudo apt-get install tzdata
  408. Reading package lists... Done
  409. Building dependency tree
  410. Reading state information... Done
  411. tzdata is already the newest version.
  412. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
  413. niel@niel-TECRA-R840:~$ sudo apt-get reinstall tzdata
  414. E: Invalid operation reinstall
  415. niel@niel-TECRA-R840:~$ sudo apt-get remove tzdata
  416. Reading package lists... Done
  417. Building dependency tree
  418. Reading state information... Done
  419. The following packages were automatically installed and are no longer required:
  420. libsexy2 python-gpgme python-xkit
  421. Use 'apt-get autoremove' to remove them.
  422. The following packages will be REMOVED:
  423. account-plugin-aim account-plugin-jabber account-plugin-salut
  424. account-plugin-yahoo accountsservice acpi-support acpid aisleriot alsa-base
  425. alsa-utils anacron apparmor apport apport-gtk aptdaemon apturl avahi-daemon
  426. avahi-utils binfmt-support bluez bluez-alsa bluez-cups bluez-gstreamer
  427. brasero brltty checkbox checkbox-qt colord compiz compiz-gnome console-setup
  428. consolekit cron cryptsetup-bin cups cups-browsed cups-daemon dbus dbus-x11
  429. deja-dup-backend-gvfs deja-dup-backend-ubuntuone dmsetup dropbox e2fsprogs
  430. eject empathy evolution-data-server friendly-recovery gconf2 gcr
  431. gnome-bluetooth gnome-contacts gnome-control-center
  432. gnome-control-center-signon gnome-control-center-unity gnome-disk-utility
  433. gnome-keyring gnome-power-manager gnome-screensaver gnome-session
  434. gnome-session-bin gnome-system-log gnome-terminal gnome-terminal-data
  435. gnome-user-share grub-common grub-gfxpayload-lists grub-pc grub-pc-bin
  436. grub2-common gstreamer0.10-gconf gvfs gvfs-backends gvfs-daemons gvfs-fuse
  437. hostname hplip ibus ibus-pinyin ibus-table ifupdown indicator-bluetooth
  438. indicator-datetime indicator-power indicator-printers indicator-session
  439. indicator-sound initramfs-tools initscripts irqbalance jockey-common kbd
  440. keyboard-configuration kmod landscape-client-ui-install
  441. language-selector-common language-selector-gnome libcanberra-pulse
  442. libcryptsetup4 libdevmapper-event1.02.1 libdevmapper1.02.1 libecal-1.2-15
  443. libedata-cal-1.2-18 libfolks-eds25 libical0 liblvm2app2.2 libnss-mdns
  444. libparted0debian1 libreoffice-gnome libsane libsyncdaemon-1.0-1 lightdm
  445. lightdm-remote-session-freerdp lightdm-remote-session-uccsconfigure
  446. linux-generic linux-image-3.8.0-19-generic
  447. linux-image-extra-3.8.0-19-generic linux-image-generic linux-sound-base
  448. logrotate mcp-account-manager-uoa media-player-info modemmanager
  449. module-init-tools mountall nautilus nautilus-sendto nautilus-sendto-empathy
  450. nautilus-share network-manager network-manager-gnome network-manager-pptp
  451. network-manager-pptp-gnome nvidia-common oneconf parted plymouth
  452. plymouth-label plymouth-theme-ubuntu-logo plymouth-theme-ubuntu-text
  453. pm-utils policykit-1 policykit-1-gnome powermgmt-base ppp pppconfig
  454. pppoeconf pptp-linux printer-driver-gutenprint printer-driver-hpcups
  455. printer-driver-postscript-hp procps pulseaudio pulseaudio-module-bluetooth
  456. pulseaudio-module-x11 python-ubuntu-sso-client python-ubuntuone-client
  457. python-ubuntuone-control-panel remmina remmina-plugin-rdp remmina-plugin-vnc
  458. resolvconf rfkill rhythmbox rhythmbox-mozilla rhythmbox-plugin-cdrecorder
  459. rhythmbox-plugin-magnatune rhythmbox-plugin-zeitgeist rhythmbox-plugins
  460. rhythmbox-ubuntuone rsyslog sane-utils seahorse sessioninstaller shotwell
  461. simple-scan software-center software-properties-gtk steam-launcher
  462. systemd-services telepathy-salut totem-mozilla tzdata ubuntu-desktop
  463. ubuntu-drivers-common ubuntu-minimal ubuntu-release-upgrader-gtk
  464. ubuntu-sso-client ubuntu-sso-client-qt ubuntu-standard ubuntu-system-service
  465. ubuntuone-client ubuntuone-client-gnome ubuntuone-control-panel
  466. ubuntuone-control-panel-qt udev udisks udisks2 ufw unity
  467. unity-scope-musicstores update-manager update-notifier upower upstart
  468. ureadahead usb-creator-common usb-creator-gtk util-linux
  469. webaccounts-extension-common whoopsie wpasupplicant xchat xchat-common
  470. xchat-indicator xdiagnose xorg xserver-xorg xserver-xorg-core
  471. xserver-xorg-input-all xserver-xorg-input-evdev xserver-xorg-input-mouse
  472. xserver-xorg-input-synaptics xserver-xorg-input-vmmouse
  473. xserver-xorg-input-wacom xserver-xorg-video-all xserver-xorg-video-ati
  474. xserver-xorg-video-cirrus xserver-xorg-video-fbdev xserver-xorg-video-intel
  475. xserver-xorg-video-mach64 xserver-xorg-video-mga
  476. xserver-xorg-video-modesetting xserver-xorg-video-neomagic
  477. xserver-xorg-video-nouveau xserver-xorg-video-openchrome
  478. xserver-xorg-video-qxl xserver-xorg-video-r128 xserver-xorg-video-radeon
  479. xserver-xorg-video-s3 xserver-xorg-video-savage
  480. xserver-xorg-video-siliconmotion xserver-xorg-video-sis
  481. xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident
  482. xserver-xorg-video-vesa xserver-xorg-video-vmware xul-ext-ubufox
  483. xul-ext-webaccounts
  484. WARNING: The following essential packages will be removed.
  485. This should NOT be done unless you know exactly what you are doing!
  486. e2fsprogs util-linux (due to e2fsprogs) hostname tzdata (due to util-linux)
  487. 0 upgraded, 0 newly installed, 250 to remove and 0 not upgraded.
  488. After this operation, 372 MB disk space will be freed.
  489. You are about to do something potentially harmful.
  490. To continue type in the phrase 'Yes, do as I say!'
  491. ?]
  492. Abort.
  493. niel@niel-TECRA-R840:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement