Created
June 24, 2021 08:20
-
-
Save wasimosmanhome/2bcab868e0e978ac10c32a1003f51877 to your computer and use it in GitHub Desktop.
winrar raspbian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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