LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-24-2023, 05:12 PM   #16
palio88@gg
LQ Newbie
 
Registered: Feb 2023
Posts: 27

Original Poster
Rep: Reputation: 0
Talking Also, :)


****@DESKTOP-BK9717N:/home/pocoloco234# tar xz linux-6.2.tar.xz
tar: Refusing to read archive contents from terminal (missing -f option?)
tar: Error is not recoverable: exiting now

****@DESKTOP-BK9717N:/home/pocoloco234# tar xz linux-6.2.tar.xz -f
tar: option requires an argument -- 'f'
Try 'tar --help' or 'tar --usage' for more information.

What argument, where?
 
Old 02-24-2023, 05:16 PM   #17
palio88@gg
LQ Newbie
 
Registered: Feb 2023
Posts: 27

Original Poster
Rep: Reputation: 0
Post Title. :)

By the way I smoke and drink coffee

and I need help as mentioned of these:

mv xz tar bz2

there will be more..
 
Old 02-24-2023, 05:18 PM   #18
palio88@gg
LQ Newbie
 
Registered: Feb 2023
Posts: 27

Original Poster
Rep: Reputation: 0
"perl" is what we need mostly I guess but there will be only code and some usage of commands I guess as what I have seen so far.
 
Old 02-24-2023, 05:31 PM   #19
palio88@gg
LQ Newbie
 
Registered: Feb 2023
Posts: 27

Original Poster
Rep: Reputation: 0
bzip2: I won't write compressed data to a terminal.
bzip2: For help, type: `bzip2 --help'.
*ROOT*@DESKTOP-BK9717N:/home/pocoloco234#


why it doesn't give me access not to install or write compressed data to a terminal because I use terminal and I installed those commands:

something tells me that somewhere I make a little mistake but I do not see it I will review all I have sent.
 
Old 02-24-2023, 05:33 PM   #20
palio88@gg
LQ Newbie
 
Registered: Feb 2023
Posts: 27

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by palio88@gg View Post
bzip2: I won't write compressed data to a terminal.
bzip2: For help, type: `bzip2 --help'.
*ROOT*@DESKTOP-BK9717N:/home/pocoloco234#


why it doesn't give me access not to install or write compressed data to a terminal because I use terminal and I installed those commands:

something tells me that somewhere I make a little mistake but I do not see it I will review all I have sent.
and those are the commands:

command 'hot' from deb hopenpgp-tools (0.22-2build2)
command 'net' from deb samba-common-bin (2:4.13.17~dfsg-0ubuntu1.20.04.5)
command 'nft' from deb nftables (0.9.3-2)
command 'nop' from deb graphviz (2.42.2-3build2)
command 'dot' from deb graphviz (2.42.2-3build2)
command 'nut' from deb nutsqlite (2.0.6-1)
command 'note' from deb note (1.3.26-3)
command 'nox' from deb nox (2019.5.30-2)
command 'jot' from deb athena-jot (9.0-7)
 
Old 02-24-2023, 05:37 PM   #21
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,766

Rep: Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933
Personally I would stick to the WSL2 kernels and not try to manually install a mainline kernel from scratch especially with your skill level (no offense). The latest WSL2 kernel I believe is 5.15 something. Try the command

wsl --update

https://sourceforge.net/projects/wsl...kernel.mirror/
 
Old 02-24-2023, 05:46 PM   #22
palio88@gg
LQ Newbie
 
Registered: Feb 2023
Posts: 27

Original Poster
Rep: Reputation: 0
https://brb.nci.nih.gov/seqtools/installUbuntu.html

I am now installing Oracle VM Virtual box
 
Old 02-24-2023, 05:52 PM   #23
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,766

Rep: Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933
I use VirtualBox and it is easy enough to setup. You can update the kernel using Ubuntu repositories which are already configured to run on Ubuntu unlike a mainline kernel from kernel.org.
 
Old 02-24-2023, 09:41 PM   #24
elgrandeperro
Member
 
Registered: Apr 2021
Posts: 415
Blog Entries: 2

Rep: Reputation: Disabled
tar takes the filename (whatever.tar) as the last argument. Its right there, in tar --help:

Code:
Examples:
  tar -cf archive.tar foo bar  # Create archive.tar from files foo and bar.
  tar -tvf archive.tar         # List all files in archive.tar verbosely.
  tar -xf archive.tar          # Extract all files from archive.tar.
Just be old convention, you don't need the minus sign.
 
Old 02-25-2023, 03:54 AM   #25
palio88@gg
LQ Newbie
 
Registered: Feb 2023
Posts: 27

Original Poster
Rep: Reputation: 0
tar (child): Cannot connect to E: resolve failed

gzip: stdin: unexpected end of file
tar: Child returned status 128
tar: Error is not recoverable: exiting now
****@DESKTOP-BK9717N:/home/pocoloco234#
 
Old 02-25-2023, 04:03 AM   #26
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,337
Blog Entries: 3

Rep: Reputation: 3732Reputation: 3732Reputation: 3732Reputation: 3732Reputation: 3732Reputation: 3732Reputation: 3732Reputation: 3732Reputation: 3732Reputation: 3732Reputation: 3732
Quote:
Originally Posted by palio88@gg View Post
tar (child): Cannot connect to E: resolve failed

gzip: stdin: unexpected end of file
tar: Child returned status 128
tar: Error is not recoverable: exiting now
****@DESKTOP-BK9717N:/home/pocoloco234#
What did you really type? Which distro, including version, is that on?
 
Old 02-25-2023, 04:10 AM   #27
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,766

Rep: Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933
Did you install Virtualbox yet and a guest OS?

The correct syntax assuming your in the directory where the xz file is located.
tar xvf linux-6.2.xz

It's on a wsl2 Ubuntu system.

You never show the executed command just the results so it is difficult to provide help as exactly you are doing wrong.

Last edited by michaelk; 02-25-2023 at 04:19 AM.
 
Old 02-25-2023, 04:23 AM   #28
palio88@gg
LQ Newbie
 
Registered: Feb 2023
Posts: 27

Original Poster
Rep: Reputation: 0
I found linux-6.2.tar on linux but don't know how to install it ARROW DOWN


gcc: error: hello.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
root@DESKTOP-BK9717N:/home/pocoloco234# ./hello
bash: ./hello: No such file or directory
root@DESKTOP-BK9717N:/home/pocoloco234# date
Sat Feb 25 12:22:16 EET 2023
root@DESKTOP-BK9717N:/home/pocoloco234# ls
'HELP --' linux-6.2.tar 'sudo_root 8' -------------------- here I found it
root@DESKTOP-BK9717N:/home/pocoloco234# linux-6.2.tar
linux-6.2.tar: command not found
root@DESKTOP-BK9717N:/home/pocoloco234# HELP -- linux-6.2.tar
HELP: command not found
root@DESKTOP-BK9717N:/home/pocoloco234# HELP -- linux-6.2.tar.xz
HELP: command not found
root@DESKTOP-BK9717N:/home/pocoloco234# HELP-- linux-6.2.tar.xz
HELP--: command not found
root@DESKTOP-BK9717N:/home/pocoloco234#

Last edited by palio88@gg; 02-25-2023 at 04:25 AM.
 
Old 02-25-2023, 04:32 AM   #29
palio88@gg
LQ Newbie
 
Registered: Feb 2023
Posts: 27

Original Poster
Rep: Reputation: 0
Command 'whatever command' not found, did you mean:

Is basically tricky and right now it doesn't do any job for me.
 
Old 02-25-2023, 04:50 AM   #30
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,766

Rep: Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933
Code:
ls
'HELP --' linux-6.2.tar 'sudo_root 8' -------------------- here I found it
It appears that you have uncompressed the file and all you need to do is extract the archive.

tar xvf linux-6.2.tar
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how can i decompress this tar.tar file? hmmm sounds new.. tar.tar.. help ;) kublador Linux - Software 14 10-25-2016 02:48 AM
Can't get hybrid NVIDIA optimus graphics card to work in Ununtu studio 16.04, reboots to blank screen Booster.goat Ubuntu 1 10-02-2016 08:28 PM
BackUp & Restore with TAR (.tar / .tar.gz / .tar.bz2 / tar.Z) asgarcymed Linux - General 5 12-31-2006 02:53 AM
How do I un tar a .tar, .tar.z, .tar.gz file vofkid Linux - Newbie 4 03-15-2002 02:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration