Differences between revisions 8 and 10 (spanning 2 versions)
Revision 8 as of 2006-03-30 03:46:49
Size: 1749
Comment:
Revision 10 as of 2008-08-25 20:13:12
Size: 2229
Editor: FranklinPiat
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * One of the most common new-Debian-user mistakes involves forcing packages to install. Do '''not''' do this unless you know exactly how it affects everything else. Do not install an application from source, expecting Debian packages to use it properly. Debian packages often have Debian-specific bits; packages that depend on other packages will likely depend on the Debian-specific bits as well.  * One of the most common new-Debian-user mistakes involves forcing packages to install. Do '''not''' do this unless you know exactly how it affects everything else. Instead, research the problem first (ie., search the archives at [http://lists.debian.org lists.debian.org]), and if you can't find a solution, ask in debian-*@lists.debian.org (try debian-user first if there's no better list related to your problem). Do not install an application from source tarballs (blah.tar.gz or .tgz) expecting Debian packages to use it properly (use deb-src packages instead, or dump it into /usr/local). Debian packages often have Debian-specific bits; packages that depend on other packages will likely depend on the Debian-specific bits as well.
Line 6: Line 6:
 * Installing a program from source into /usr/local is ok, so long as no Debian packages depend on that program, and it doesn't mess with anything outside /usr/local.  * Installing a program from source into /usr/local is encouraged, so long as no Debian packages depend on that program, and it doesn't mess with anything outside /usr/local. The packaging system pretty much ignores /usr/local, by design.
Line 12: Line 12:
 * Use apt-get, dselect, or another dpkg frontend. dpkg itself should be reserved for admins who are familiar with Debian installations.  * Consider building a Debian package of the program. You don't need to be a Debian Developer to port packages to Debian (but you will need to learn about non-maintainer uploads; see [http://www.debian.org/doc/packaging-manuals/developers-reference/ Developer's Reference], section 5.11).
 * Use apt-get, aptitude, synaptic, dselect, or another dpkg frontend. dpkg itself should be reserved for admins who are familiar with Debian installations (and know how to climb out of holes they've dug themselves into).
Line 16: Line 17:
Tips are sub-catogorised as follows; Tips are sub-categorized as follows;
Line 18: Line 19:
 * SystemInstallTips - installing and upgrading systems

 * HardwareInstallTips - installing hardware and related software

* PackageInstallTips - installing and upgrading individual ["package"]s.
 * PackageInstallTips - installing and upgrading individual packages.
Line 27: Line 24:
 * http://www.andreas-janssen.de/debian-tipps.html.en

 * http://debian.linbyte.com/
Line 32: Line 26:
   * http://linuxmafia.com/debian/tips

 * http://www.piskorski.com/docs/linux.html


Don't mess with DebianPackageManagement!

  • One of the most common new-Debian-user mistakes involves forcing packages to install. Do not do this unless you know exactly how it affects everything else. Instead, research the problem first (ie., search the archives at [http://lists.debian.org lists.debian.org]), and if you can't find a solution, ask in debian-*@lists.debian.org (try debian-user first if there's no better list related to your problem). Do not install an application from source tarballs (blah.tar.gz or .tgz) expecting Debian packages to use it properly (use deb-src packages instead, or dump it into /usr/local). Debian packages often have Debian-specific bits; packages that depend on other packages will likely depend on the Debian-specific bits as well.

  • Installing a program from source into /usr/local is encouraged, so long as no Debian packages depend on that program, and it doesn't mess with anything outside /usr/local. The packaging system pretty much ignores /usr/local, by design.
  • When installing a program from source into /usr/local, consider using stow or checkinstall.
  • If you really want to install a program from source, but other Debian packages depend on that program, have a look at the 'equivs' package.
  • Consider building a Debian package of the program. You don't need to be a Debian Developer to port packages to Debian (but you will need to learn about non-maintainer uploads; see [http://www.debian.org/doc/packaging-manuals/developers-reference/ Developer's Reference], section 5.11).

  • Use apt-get, aptitude, synaptic, dselect, or another dpkg frontend. dpkg itself should be reserved for admins who are familiar with Debian installations (and know how to climb out of holes they've dug themselves into).
  • If you do mess with package management, don't expect any of the package managemet tools to work any more :( Debian is very sensitive to its package database being up-to-date and correct.

Tips are sub-categorized as follows;

  • PackageInstallTips - installing and upgrading individual packages.

  • ?SourceInstallTips - installing things from ["source"]

See also