[精讚] [會員登入]
977

在debian9使用apt-key

add gpg key from ubuntu keyserver

分享此文連結 //n.sfs.tw/12877

分享連結 在debian9使用apt-key@外行中的外行
(文章歡迎轉載,務必尊重版權註明連結來源)
2018-12-10 11:40:42 最後編修
2018-11-05 13:03:01 By jung
 

嘗試使用apt-get方式安裝jdk卡關

問題出在: apt-key adv --keyserver keyserver.ubuntu.com這個指令使用的連線可能被防火牆擋住

網路上蒐到可能是ipv6連線問題,改了time-out時間還是沒用,不過可以參考
 

I figured out how to get apt-get to work again.

Edit gai.conf:

sudo vim /etc/gai.conf

change line ~54 to uncomment the following:

precedence ::ffff:0:0/96  100

write and quit:

後來強迫apt-key使用80 port才成功

apt-key adv --keyserver hkp://keyserver.ubuntu.com:80

安裝oracle java8要照下列步驟才會成功

sudo apt-get install software-properties-common

sudo add-apt-repository "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main"

sudo apt-get update
sudo apt-get install oracle-java8-installer

ubuntu使用debian版本對照

END

你可能感興趣的文章

How to deal windows10 with lost bootloader issue 如何修復Windows 10 丟失UEFI引導 (bootloader)無法開機

在virtualbox如何壓縮vdi檔 using commands to reduce virtualbox's vdi file space

[網管心得]qnap+proxmox 韌體更新及nfs掛載或變更

在windows環境下強制刪除無法以檔案總管刪除的檔案或目錄 how to remove directories or files that cannot be deleted by default file manager

在新版谷歌協作平台嵌入edimax或lass空氣盒子讀取數值並視覺化 embeeded javascript to read and visualized lass json value on new google site

使用bash script 顯示及比較記憶體剩餘用量 How to get the available memory reported as a percentage then compare Numbers and Strings in Linux Shell Script

隨機好文

回應 修正pom.xml,

縣市端IdP新增自訂首頁內容功能 合併本部主程式,手動於mongo內新增管理使用者資料

IIS10設定url rewrite to https if you setup url rewrite function in IIS10, might cause api callback failed

系統不正常關機導致mongodb啟動失敗 重新安裝mongodb使用mongorestore

在intellij IDEA解決檔案內容顯示為UTF-8字碼而不是中文的問題 how to show correct language content of file, instead of utf-8 encoded charactors