Hello people it's been a while since I've needed to log in but I need some help.
I've forgotten how to install .tar.gz files/packages
After extracting to desktop I try to use konsole to
and
I know I'm doing it wrong and each time I either search google and linux pages to find the answer, there are so many, the results are for people whom are proficient in linux commands.
PLEASE help.
I've forgotten how to install .tar.gz files/packages
After extracting to desktop I try to use konsole to
Code:
phonic@Nova:~$ cd Desktop phonic@Nova:~/Desktop$ cd pytube-0.0.11.5-1.pkg [email]phonic@Nova:~/Desktop/pytube-0.0.11.5-1.pkg[/email]$ cd usr [email]phonic@Nova:~/Desktop/pytube-0.0.11.5-1.pkg[/email]/usr$ cd bin [email]phonic@Nova:~/Desktop/pytube-0.0.11.5-1.pkg[/email]/usr/bin$ sh ./pytube cd: 4: can't cd to /usr/share/pytube ./pytube: 5: ./pytube.py: not found [email]phonic@Nova:~/Desktop/pytube-0.0.11.5-1.pkg[/email]/usr/bin$
Code:
phonic@Nova:~$ cd /Desktop bash: cd: /Desktop: No such file or directory phonic@Nova:~$ cd Desktop phonic@Nova:~/Desktop$ cd pytube-0.0.11.5-1.pkg [email]phonic@Nova:~/Desktop/pytube-0.0.11.5-1.pkg[/email]$ cd usr [email]phonic@Nova:~/Desktop/pytube-0.0.11.5-1.pkg[/email]/usr$ cd bin [email]phonic@Nova:~/Desktop/pytube-0.0.11.5-1.pkg[/email]/usr/bin$ install pytube install: missing destination file operand after `pytube' Try `install --help' for more information. [email]phonic@Nova:~/Desktop/pytube-0.0.11.5-1.pkg[/email]/usr/bin$
PLEASE help.
Comment