View Single Post
GeneralAntilles's Avatar
Posts: 5,478 | Thanked: 5,222 times | Joined on Jan 2006 @ St. Petersburg, FL
#17
Originally Posted by fragos View Post
I certainly want to correct any errors I've made but don't understand why installing a .deb package directly is any different than installing it with the application manager.
When you install a .deb file direction, there is no dependency management. Direct .deb installs should be avoided wherever possible, as they're unkind to users and generally less clean than installing from a repository directly.

Originally Posted by fragos View Post
Application Manager, apt-get and dpkg all use the same package database on your system. Please help me to understand. I'm open to having errors in what I've said pointed out but would appreciate being informed more directly so I can take action.
Not exactly. apt fetches packages from repositories and resolves dependencies, but when you install .debs directly with dpkg (or h-a-m) you're bypassing all the niceties of package management.
__________________
Ryan Abel
 

The Following User Says Thank You to GeneralAntilles For This Useful Post: