安裝套件時遇到問題 - BBS

Table of Contents

※ 引述《ireullin (raison detre)》之銘言:
: 請問一下
: 小弟是FreeBSD新手
: 在安裝套件 linux_base-fc-4_15.tbz
: 出現了以下訊息
: pkg_add: find_play_pen: can't find enough temporary sapce to extract the
: files,
: please set your PKG_TMPDIR environment
: variable to a location with at least 121M bytes free
: 請問要怎麼更改PKG_TMPDIR呢

找個確定有足夠空間的 partition,假設是 /usr/tmp

echo $SHELL 看看你用哪種 shell

for bash:
export PKG_TMPDIR=/usr/tmp

for csh:
setenv PKG_TMPDIR /usr/tmp

然後再試試看



--

All Comments