博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
firefox可以在debian jessie通过backports安装了
阅读量:6952 次
发布时间:2019-06-27

本文共 554 字,大约阅读时间需要 1 分钟。

hot3.png

firefox在debian下安装一直都是有问题。由于一些原因,firefox被换logo,改名为iceweasel。

最近debian的backports一直更新不了iceweasel的apt源,不明原因。今天有空看看,原来firefox居然可以直接安装到debian jessie里,真是好。

根据官方参考资料, , 使用下面方法:

You need to add the following entry in /etc/apt/sources.list or a new file in /etc/apt/sources.list.d/:deb http://mozilla.debian.net/ jessie-backports firefox-releaseYou can install it with the following commands:$ apt-get update$ apt-get install -t jessie-backports firefox

另外要安装中文插件:

apt-get install firefox-l10n-zh-cn

安装的firefox看起来不错。

转载于:https://my.oschina.net/u/191928/blog/648372

你可能感兴趣的文章
intellij idea修改背景色以及快捷键大全
查看>>
Can't connect to X11 window server using 'localhos
查看>>
redis 介绍与安装
查看>>
letdown
查看>>
Action以外的类中来获得Spring所管理的Service对象
查看>>
Linux系统下手把手完成无人值守安装服务
查看>>
pyfa的汉化
查看>>
使用@Transactional(SUPPORTS)和不加@Transactional 有什么区别?
查看>>
JS判断一个页面是否已经打开
查看>>
TPS和QPS的区别
查看>>
设计模式--模板方法模式
查看>>
Removing Nesting By Returning Early
查看>>
Jfinal weixin源码分析---碎碎念(看最后,有福利)
查看>>
[Java]HashMap的两种排序方式
查看>>
C++中const与指针、引用的分析(转自china_unix GP-King)
查看>>
mysql 保存emoji 4字节宽度字符串
查看>>
diff结果分析
查看>>
php UUID &分布式生成用不重复的随机数方法
查看>>
C语言中强制转换问题
查看>>
python--练习--for i in range(2,101)
查看>>