Ubuntu下安裝unzip等軟件 1.首先檢查網(wǎng)絡(luò)連接狀況,使用鼎鼎大名的ping命令。 如果ping域名的時(shí)候出現(xiàn)ping:unknown host xxx.xxx 但是pingIP地址的時(shí)候可以通的話 可知是dns服務(wù)器沒有配置好, 查看一下配置文件/etc/resolv.conf,添加一行 nameserver 8.8.4...
日期:2023-05-29 11:39:21 點(diǎn)擊:184 好評:0Linux 自動編譯提示異常:autoconf: command not found
在 Linux 系統(tǒng)以源代碼形式編譯安裝軟件時(shí),執(zhí)行 ./autogen.sh 命令提示 autoconf 不存在,異常信息如下: ./autogen.sh: line 14: aclocal: command not found ./autogen.sh: line 15: autoheader: command not found ./autogen.sh: line 16: autoconf: com...
日期:2022-05-27 20:00:46 點(diǎn)擊:189 好評:0