|
Re: How can I run a tar.bz2 file?
As its your first day on linux, let me collect some assumptions...
You downloaded the file, probably to Downloads, this makes it to be in $HOME/Downloads, which is equial to /home/N1ght/Download (or whatever you OS login name is..).
So you open a console/terminal and type:
* cd ~/Downloads
* tar -axf broadcom-and hit TAB to autocompletem if it doesnt, you're in the wrong path!
* hit enter*
__________________
Fedora Manual: http://docs.fedoraproject.org
Script-Tools: https://sourceforge.net/projects/script-tools/
sudo st tweak repo toggle fedora-rawhide ; st iso dl-fed -respin && st iso usb
|