![]() |
2008-04-02
, 00:42
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#22
|
dpkg -i <debfile>
apt-get install <package>
The Following User Says Thank You to Benson For This Useful Post: | ||
![]() |
2008-04-02
, 02:39
|
|
Posts: 276 |
Thanked: 74 times |
Joined on Feb 2008
@ Missouri, USA
|
#23
|
![]() |
2008-04-02
, 02:47
|
Posts: 161 |
Thanked: 75 times |
Joined on Feb 2008
|
#24
|
The Following 2 Users Say Thank You to Navi For This Useful Post: | ||
![]() |
2008-04-02
, 04:41
|
|
Posts: 213 |
Thanked: 27 times |
Joined on Oct 2007
@ Detroit, MI
|
#26
|
Code:
dpkg -i <debfile>
It will bail if it can't resolve the dependencies. In that case,
Code:
apt-get install <package>
whatever is needed to fix the dependencies, and try dpkg again.
![]() |
2008-04-02
, 05:45
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#27
|
There's already an optimized webkit build in the repos.
Also: Source please.
![]() |
2008-04-02
, 13:57
|
Posts: 161 |
Thanked: 75 times |
Joined on Feb 2008
|
#28
|
![]() |
2008-04-03
, 08:16
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#29
|
![]() |
2008-09-07
, 18:23
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#30
|
How does one install files through the console, making sure dependencies are installed as well?