Advertisement
v1ral_ITS

Add .iso CD-IMG As Deb REPO

Apr 22nd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.55 KB | None | 0 0
  1. The easiest way to add the image as a software source is to burn it to a CD/DVD. You then need to go to System -> Administration -> Software Sources, click 'Other Software' and click 'Add CD-ROM...'.
  2.  
  3. If you want to use the ISO image as a software source without burning it, the process will be a bit more complicated. You will need to open a terminal Applications -> Accessories -> Terminal and run these commands:
  4.  
  5. sudo mkdir /aptoncd-mountpoint
  6.  
  7. sudo mount /media/USB/aptoncd.iso ~/aptoncd-mountpoint -oloop
  8.  
  9. sudo apt-cdrom -d=/aptoncd-mountpoint add
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement