Re: can't install xfig 3.2.4



Paminu wrote:
> just needed the
> libpng12-dev
>
> package

Well done Pamilu.
Yes, xfig seems to need quite a few dependent packages.

For other people who do not know howto find missing packages (in
debian/[k]ubuntu).

$ sudo apt-get update
$ sudo apt-cache search png | grep dev

Good guide:
http://linuxhelp.blogspot.com/2005/12/concise-apt-get-dpkg-primer-for-new.html
---

"-dev" package has header files (*.h) which are needed when compiling
other depending programs from source (./configure && make && make install).

And when you install a "abcxyz-dev" it will automatically install
"abcxyz" package too (those are interdependant).


// moma
http://www.futuredesktop.org/how2burn.html#Ubuntu
.



Relevant Pages

  • Re: apt pinning question
    ... Given two available versions of a package where the higher version has ... the lower priority, how do I get apt to automatically install the ... If the higher version is required to meet a dependency, ...
    (Debian-User)
  • Re: changes package not installed by MiKTeX
    ... I use MiKTeX and it has always been able to automatically install ... Synchronize the repository (in the package manager menu repository). ...
    (comp.text.tex)
  • tlmgr is updated how often?
    ... I've been trying to automatically install an updated package ... version with tlmgr for a few days. ... is already updated on CTAN is also available via tlmgr? ...
    (comp.text.tex)
  • Re: unstable: problems installing GNOME
    ... Script started on Mon 24 Sep 2007 23:15:45 BST ... that package should be filed. ...
    (Debian-User)
  • What causes packages not to be updated?
    ... Why would apt-get not update a package that I explicitly ask it to? ... Reading package lists... ... ubuntu@ubuntu-desktop:~$ sudo apt-get upgrade digikam ...
    (Ubuntu)