|
|
|
|
|
by keithpeter
5036 days ago
|
|
Yup apt-get install <something-in-repository-or-ppa-you-added>
will bring down all the dependencies needed. That's the reason they package stuff against release numbers, so the dependencies are all consistent. dpkg -i <some-random-deb-you-downloaded>
may give dependency errors. |
|
But a quick apt-get -f install after I get those errors sorts it out.