The following table is quick 'cheat sheet' mapping Gentoo commands to Conary equivalents. The idea is to make it easier for Gentoo users to move to conary and be comfortable.
| Gentoo Command | Conary Equivalent | Description |
|---|---|---|
| equery belongs <filepath> | conary q --path <filepath> | Find out which package the given file belongs to |
| emerge <package> | conary update <package> | Install a new package or update one that is already installed |