如何安装本地的.deb包

usually I do dpkg -i <deb file>, it'll fail saying it needs dependencies.

After that when you do an apt-get update it'll say at the end something like "dependencies are ready to install" I think it then advises to use apt-get install -f.

Once that's done, I use dpkg -i again.

Worked fine for me last few years.

edit: looking a bit further, apparently a tool called gdebi can do this as gdebi [deb file]

参考:

https://superuser.com/questions/196864/how-to-install-local-deb-packages-with-apt-get

最新文章

  1. webpack 入门
  2. DEELX 正则表达式引擎(v1.2)
  3. 关于JAVA中的static方法、并发问题以及JAVA运行时内存模型
  4. [BZOJ1220][POJ1091][HNOI2002]跳蚤
  5. Eclipse jetty
  6. JS调用PHP 和 PHP调用JS的方法举例
  7. bzoj3669
  8. Cocos2d-x中获取设备语言的方法
  9. H TML5 之 (5) 一个在线画图板
  10. 音频特征提取——librosa工具包使用
  11. 【转】session和cookie详解
  12. java web 学习总结之 Servlet/JSP 编码问题
  13. Netty handler处理类无法使用@Autowired注入bean的解决方法
  14. struts2常用标签详解(申明:来源于网络)
  15. django模板-自定义标签、过滤器
  16. BGP - 5,BGP属性
  17. (转)Log4Net 全方位跟踪程序运行
  18. [转]Oracle存储过程总结
  19. linux:使用apt、dpkg工具安装软件
  20. arduino蜂鸣器的使用

热门文章

  1. MongoDB整理笔记の安全访问
  2. Socket网络通讯
  3. Winform中的DatagridView显示行号
  4. php 递归删除目录
  5. jquery $.each()循环退出
  6. NSRect 位置和尺寸
  7. A - 活动安排问题(贪心)
  8. php 中 include 与 require 的区别
  9. codevs 3044 矩形面积求并
  10. P2045 方格取数加强版 最大费用最大流