Skip to content

Instantly share code, notes, and snippets.

@wasimosmanhome
Created June 24, 2021 08:20
Show Gist options
  • Save wasimosmanhome/2bcab868e0e978ac10c32a1003f51877 to your computer and use it in GitHub Desktop.
Save wasimosmanhome/2bcab868e0e978ac10c32a1003f51877 to your computer and use it in GitHub Desktop.
winrar raspbian
sudo nano /etc/apt/sources.list
you will get something like this -->
deb http://archive.raspbian.org/raspbian wheezy main
deb-src http://archive.raspbian.org/raspbian wheezy main
Okay, because modify the lines so that it looks like this-->
deb http://archive.raspbian.org/raspbian wheezy main contrib non-free
deb-src http://archive.raspbian.org/raspbian wheezy main contrib non-free
Then Control+o and enter to save and control+x to exit.
Next ------> sudo apt update and finally--> sudo apt install unrar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment