Debian: Menambahkan Repository: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
Created page with " Edit /etc/apt/sources.list and add deb http://packages.dotdeb.org jessie all Fetch the repository key and install it. wget https://www.dotdeb.org/dotdeb.gpg sudo apt-k..."
 
Onnowpurbo (talk | contribs)
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:




Edit /etc/apt/sources.list and add
Edit
 
vi /etc/apt/sources.list
 
Tambahkan


  deb http://packages.dotdeb.org jessie all
  deb http://packages.dotdeb.org jessie all


Fetch the repository key and install it.
Install key


sudo su
cd /etc/apt/
  wget https://www.dotdeb.org/dotdeb.gpg
  wget https://www.dotdeb.org/dotdeb.gpg
  sudo apt-key add dotdeb.gpg
  sudo apt-key add dotdeb.gpg
Update
apt update

Latest revision as of 02:24, 12 December 2017


Edit

vi /etc/apt/sources.list

Tambahkan

deb http://packages.dotdeb.org jessie all

Install key

sudo su
cd /etc/apt/
wget https://www.dotdeb.org/dotdeb.gpg
sudo apt-key add dotdeb.gpg

Update

apt update