SPOILED GRAPES

sea@sea-laptop:~$ sudo apt-get xlibs
E: Invalid operation xlibs
sea@sea-laptop:~$ sudo apt-get install xlibs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package xlibs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libxft1 xkb-data
E: Package xlibs has no installation candidate
sea@sea-laptop:~$ sudo apt-get install libxftl xkb-data
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libxftl
sea@sea-laptop:~$ sudo apt-get install libxft1 xkb-data
Reading package lists... Done
Building dependency tree
Reading state information... Done
xkb-data is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
ymessenger: Depends: xlibs (> 3.3.6) but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
sea@sea-laptop:~$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
ymessenger
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 737kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 107439 files and directories currently installed.)
Removing ymessenger ...
sea@sea-laptop:~$ sudo apt-get install libxft1 xkb-data
Reading package lists... Done
Building dependency tree
Reading state information... Done
xkb-data is already the newest version.
The following NEW packages will be installed:
libxft1
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 25.6kB of archives.
After unpacking 98.3kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com feisty/universe libxft1 6.8.2-1 [25.6kB]
Fetched 25.6kB in 0s (31.9kB/s)
Selecting previously deselected package libxft1.
(Reading database ... 107428 files and directories currently installed.)
Unpacking libxft1 (from .../libxft1_6.8.2-1_i386.deb) ...
Setting up libxft1 (6.8.2-1) ...
sea@sea-laptop:~$