6. Debian Tips

A very good Debian reference is, well, the Debian Reference Manual. However, it's rather lengthy, so here's a quick introduction to some of the keys differences, as compared with other distros.

If you're looking for a particular package, you can search the packages names and the short packages descriptions with apt-cache search, for example

apt-cache search emacs

You can read the complete description of the package, along with dependencies and suggested packages, with

apt-cache show epiphany-browser

An alternative to these commands is the Debian Packages web site, which allows the same sort of searches, as well as searching by file name, and browsing by category.

I really recommend that when installing packages, you check out the descriptions either on the web page or with apt-cache show. apt only automatically installs the required dependencies, however the recommended and suggested packages are very often also useful, and you won't know about them unless you check.