after upgrading from 10.04 to 12.04, I found I can't start skype.
//So I download it and try to install it:
ping@640g-laptop:~/Downloads$ sudo dpkg -i skype-ubuntu_4.0.0.8-1_amd64.deb
Selecting previously unselected package skype.
(Reading database ... 788022 files and directories currently installed.)
Unpacking skype (from skype-ubuntu_4.0.0.8-1_amd64.deb) ...
dpkg: dependency problems prevent configuration of skype:
skype depends on lib32asound2 (>> 1.0.14); however:
Package lib32asound2 is not installed.
skype depends on ia32-libs; however:
Package ia32-libs is not installed.
dpkg: error processing skype (--install):
dependency problems - leaving unconfigured
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Errors were encountered while processing:
skype
//so it says lib32asound2 and ia32-libs
//when I tried to install these package I run into errors:
ping@640g-laptop:~$ sudo apt-get clean
ping@640g-laptop:~$ sudo apt-get install lib32asound2 ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
lib32asound2 is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
ia32-libs : Depends: ia32-libs-multiarch
libcroco3:i386 : Depends: libglib2.0-0:i386 (>= 2.16.0) but it is not
going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
specify a solution).
//and I tried that suggested "apt-get -f install", only to get another
error:
ping@640g-laptop:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer
required:
libxxf86vm1:i386 odbcinst1debian2:i386 xaw3dg:i386
0 upgraded, 225 newly installed, 1 to remove and 8 not upgraded.
11 not fully installed or removed.
Need to get 70.1 MB of archives.
After this operation, 231 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
........<downloading/extracting package, no issues here>............
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 788198 files and directories currently installed.)
Unpacking libglib2.0-0:i386 (from
.../libglib2.0-0_2.32.3-0ubuntu1_i386.deb) ...
dpkg: error processing
/var/cache/apt/archives/libglib2.0-0_2.32.3-0ubuntu1_i386.deb (--unpack):
'./usr/share/doc/libglib2.0-0/changelog.Debian.gz' is different from
the same file on the system <<<<<<<<<<this is the error
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
No apport report written because MaxReports is reached already
Processing triggers for libglib2.0-0 ...
Errors were encountered while processing:
/var/cache/apt/archives/libglib2.0-0_2.32.3-0ubuntu1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
ping@640g-laptop:~$
So, it looks the problem is about this error:
/usr/share/doc/libglib2.0-0/changelog.Debian.gz' is different from the
same file on the system
//I also tried following , end up with same
sudo apt-add-repository "deb http://archive.canonical.com/ $(lsb_release
-sc) partner"
sudo apt-get update && sudo apt-get install skype
I'm feeling confusing to troubleshoot this kind of installation issue,
anyone run into the same issues and any workaround?
thanks!
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users