Advertisement
personrcunha

debian_ubuntu

Jan 23rd, 2019
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.60 KB | None | 0 0
  1. Edit your `/etc/apt/sources.list` as follows:
  2.  
  3.     deb http://httpredir.debian.org/debian jessie main contrib
  4.     deb-src http://httpredir.debian.org/debian jessie main contrib
  5.  
  6.     deb http://httpredir.debian.org/debian jessie-updates main contrib
  7.     deb-src http://httpredir.debian.org/debian jessie-updates main contrib
  8.  
  9.     deb http://security.debian.org/ jessie/updates main contrib
  10.     deb-src http://security.debian.org/ jessie/updates main contrib
  11.  
  12. Save and run the following command:
  13.  
  14.     sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
  15.  
  16.     sudo apt-get install samba
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement