Skip to content

Instantly share code, notes, and snippets.

@mzdravkov
Created April 28, 2014 01:08
Show Gist options
  • Save mzdravkov/11359426 to your computer and use it in GitHub Desktop.
Save mzdravkov/11359426 to your computer and use it in GitHub Desktop.
wonders
# HERE I have network-manager and network-manager-gnome
me@hello-human:~$ sudo apt-get install ppp
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
network-manager network-manager-gnome
The following NEW packages will be installed:
ppp
0 upgraded, 1 newly installed, 2 to remove and 163 not upgraded.
Need to get 0 B/330 kB of archives.
After this operation, 10.4 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 183562 files and directories currently installed.)
Removing network-manager-gnome (0.9.8.8-5) ...
Removing network-manager (0.9.8.8-7) ...
Stopping network connection manager: NetworkManager.
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for mime-support (3.54) ...
Processing triggers for libglib2.0-0:amd64 (2.40.0-2) ...
Processing triggers for dbus (1.8.0-3) ...
system message bus already started; not starting..
Selecting previously unselected package ppp.
(Reading database ... 183247 files and directories currently installed.)
Preparing to unpack .../ppp_2.4.5+git20130610-4_amd64.deb ...
Unpacking ppp (2.4.5+git20130610-4) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up ppp (2.4.5+git20130610-4) ...
me@hello-human:~$
me@hello-human:~$
me@hello-human:~$ sudo apt-get install network-manager
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bluez gir1.2-gnomebluetooth-1.0 gnome-bluetooth libgnome-bluetooth11 mobile-broadband-provider-info obexd-client
Use 'apt-get autoremove' to remove them.
Suggested packages:
avahi-autoipd
The following packages will be REMOVED:
ppp
The following NEW packages will be installed:
network-manager
0 upgraded, 1 newly installed, 1 to remove and 163 not upgraded.
Need to get 0 B/1,004 kB of archives.
After this operation, 3,920 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 183344 files and directories currently installed.)
Removing ppp (2.4.5+git20130610-4) ...
Stopping all PPP connections...done.
Processing triggers for man-db (2.6.7.1-1) ...
Selecting previously unselected package network-manager.
(Reading database ... 183247 files and directories currently installed.)
Preparing to unpack .../network-manager_0.9.8.8-7_amd64.deb ...
Unpacking network-manager (0.9.8.8-7) ...
Processing triggers for dbus (1.8.0-3) ...
system message bus already started; not starting..
Processing triggers for man-db (2.6.7.1-1) ...
Setting up network-manager (0.9.8.8-7) ...
Reloading system message bus config...done.
Stopping network connection manager: NetworkManager already stopped.
Starting network connection manager: NetworkManager.
me@hello-human:~$
me@hello-human:~$
me@hello-human:~$ sudo apt-get install network-manager-gnome
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
network-manager-openconnect-gnome network-manager-pptp-gnome
The following NEW packages will be installed:
network-manager-gnome
0 upgraded, 1 newly installed, 0 to remove and 163 not upgraded.
Need to get 0 B/911 kB of archives.
After this operation, 6,468 kB of additional disk space will be used.
Selecting previously unselected package network-manager-gnome.
(Reading database ... 183354 files and directories currently installed.)
Preparing to unpack .../network-manager-gnome_0.9.8.8-5_amd64.deb ...
Unpacking network-manager-gnome (0.9.8.8-5) ...
Processing triggers for libglib2.0-0:amd64 (2.40.0-2) ...
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for mime-support (3.54) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Setting up network-manager-gnome (0.9.8.8-5) ...
me@hello-human:~$
me@hello-human:~$
me@hello-human:~$ sudo apt-get install network-manager-pptp-gnome
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
network-manager-pptp-gnome : Depends: network-manager-pptp (= 0.9.8.4-2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
me@hello-human:~$
me@hello-human:~$ sudo apt-get install network-manager-pptp
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
network-manager-pptp : Depends: pptp-linux but it is not going to be installed
Depends: ppp (>= 2.4.5) but it is not going to be installed
Depends: ppp (< 2.4.6) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
me@hello-human:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment