当前位置: 首页 >> Tag标签为 '升级'

FreeBSD Ports变化带来的一点小麻烦

平常使用Linux比较多,为熟悉和了解FreeBSD,在虚拟机下安装了一个FreeBSD,为了了解FreeBSD的升级功能,特意安装7.2版本,通过网络升级,升级到8.0版本。

Read the rest of this entry »

今天终于把黑莓的系统给刷了

手痒了好久,一直没有找到一个能说服自己的理由,也怕重新安装那些软件太麻烦,今天终于找到一个理由:“黑莓浏览器漏洞”,呵呵,升级了。

Read the rest of this entry »

FreeBSD portupgrade升级你的FreeBSD软件

portupgrade 是一个软件,用于快捷便利地升级软件

cd /usr/ports/sysutils/portupgrade
make install clean
安装上它

Read the rest of this entry »

FreeBSD下软件的portupgrade升级方法

Step1.安装(主要用于post已安装的软件更新上)
#cd /usr/ports/sysutils/portupgrade       //切换至安装路径
#make install clean                       //安装并清除安装过程中不必要的档案
Read the rest of this entry »