Re: A Music Management Recommendation?
machinebacon wrote:Now I'm curious!
Is there a way to simultaneously install a .deb package's dependencies when using dpkg? I am getting so tired of being denied an install due to dependencies when it seems like they could just be installed on-the-fly.
I know this is stupid and newbie embarrassment, but I have to learn someway
Correct me if I'm wrong, but I think dpkg -i [package] will install the package but not triggered to work until you fulfill all the dependencies (accomplished via "apt-get -f install").