I just installed and updated Kubuntu 6.06.1 last night. Now this morning I want to install some of my favorite apps like:
Inkscape, Scribus, and Nvu
The only problem is that none of these apps are listed in either "Add/Remove Programs" or Adept.
I tried downloading the Inkscape autopackage, but that ran a foul of the following dependency:
# Preparing: Inkscape Vector Graphics Editor
# Checking for required C library versions ... passed
# Checking for Standard C++ library ... passed
# Checking for XML processing library ... passed
# Checking for XSLT processing library ... passed
# Checking for GTK+ user interface toolkit ... failed
# FAIL: Could not find 'GTK+ user interface toolkit'. Try using the native package manager for Ubuntu 6.06.1 LTS (apt-get) to install a package with similar name to 'gtk+'.
FAIL: Unable to prepare package Inkscape Vector Graphics Editor.
yourname@yourname-desktop:~/Desktop/Installs$
When I tried downloading a deb package I ran into worse:
yourname@yourname-desktop:~/Desktop/Installs$ sudo dpkg -i inkscape_0.44-1_i386.deb
Password:
Selecting previously deselected package inkscape.
(Reading database ... 68207 files and directories currently installed.)
Unpacking inkscape (from inkscape_0.44-1_i386.deb) ...
dpkg: dependency problems prevent configuration of inkscape:
inkscape depends on libatk1.0-0 (>= 1.9.0); however:
Package libatk1.0-0 is not installed.
inkscape depends on libbonobo2-0 (>= 2.13.0); however:
Package libbonobo2-0 is not installed.
inkscape depends on libgconf2-4 (>= 2.13.5); however:
Package libgconf2-4 is not installed.
inkscape depends on libglibmm-2.4-1c2a; however:
Package libglibmm-2.4-1c2a is not installed.
inkscape depends on libgnomevfs2-0 (>= 2.13.92-0ubuntu4); however:
Package libgnomevfs2-0 is not installed.
inkscape depends on libgtk2.0-0 (>= 2.8.0); however:
Package libgtk2.0-0 is not installed.
inkscape depends on libgtkmm-2.4-1c2a; however:
Package libgtkmm-2.4-1c2a is not installed.
inkscape depends on libpango1.0-0 (>= 1.12.3); however:
Package libpango1.0-0 is not installed.
dpkg: error processing inkscape (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
inkscape
yourname@yourname-desktop:~/Desktop/Installs$
Does anyone have any ideas? I've spent the better part of 90 minutes searching google, support, mailing lists, and cannot find anything that helps... <sigh>
Inkscape, Scribus, and Nvu
The only problem is that none of these apps are listed in either "Add/Remove Programs" or Adept.
I tried downloading the Inkscape autopackage, but that ran a foul of the following dependency:
# Preparing: Inkscape Vector Graphics Editor
# Checking for required C library versions ... passed
# Checking for Standard C++ library ... passed
# Checking for XML processing library ... passed
# Checking for XSLT processing library ... passed
# Checking for GTK+ user interface toolkit ... failed
# FAIL: Could not find 'GTK+ user interface toolkit'. Try using the native package manager for Ubuntu 6.06.1 LTS (apt-get) to install a package with similar name to 'gtk+'.
FAIL: Unable to prepare package Inkscape Vector Graphics Editor.
yourname@yourname-desktop:~/Desktop/Installs$
When I tried downloading a deb package I ran into worse:
yourname@yourname-desktop:~/Desktop/Installs$ sudo dpkg -i inkscape_0.44-1_i386.deb
Password:
Selecting previously deselected package inkscape.
(Reading database ... 68207 files and directories currently installed.)
Unpacking inkscape (from inkscape_0.44-1_i386.deb) ...
dpkg: dependency problems prevent configuration of inkscape:
inkscape depends on libatk1.0-0 (>= 1.9.0); however:
Package libatk1.0-0 is not installed.
inkscape depends on libbonobo2-0 (>= 2.13.0); however:
Package libbonobo2-0 is not installed.
inkscape depends on libgconf2-4 (>= 2.13.5); however:
Package libgconf2-4 is not installed.
inkscape depends on libglibmm-2.4-1c2a; however:
Package libglibmm-2.4-1c2a is not installed.
inkscape depends on libgnomevfs2-0 (>= 2.13.92-0ubuntu4); however:
Package libgnomevfs2-0 is not installed.
inkscape depends on libgtk2.0-0 (>= 2.8.0); however:
Package libgtk2.0-0 is not installed.
inkscape depends on libgtkmm-2.4-1c2a; however:
Package libgtkmm-2.4-1c2a is not installed.
inkscape depends on libpango1.0-0 (>= 1.12.3); however:
Package libpango1.0-0 is not installed.
dpkg: error processing inkscape (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
inkscape
yourname@yourname-desktop:~/Desktop/Installs$
Does anyone have any ideas? I've spent the better part of 90 minutes searching google, support, mailing lists, and cannot find anything that helps... <sigh>
Comment