LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 07-18-2010, 08:48 AM   #1
cyanide0007
LQ Newbie
 
Registered: Jul 2010
Posts: 9

Rep: Reputation: 0
How to install tar.gz files in Ubuntu?


]
currently I am a brand new Linux user. I am used to double clicking .exe files in Windows. I just installed Ubuntu 10.04. Everytime that i tried this command tar -xvzf xbmc-9.11.tar.gz i get this error message? xbmc-9.11.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors

what does this means or what else should i try? Please help. Thanks
i've saved the file in desktop?????

Last edited by cyanide0007; 07-18-2010 at 08:50 AM.
 
Old 07-18-2010, 09:04 AM   #2
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
i get this error message? xbmc-9.11.tar.gz: Cannot open: No such file or directory
It means it can't find the file where you said it would be.
That's because it is on your Desktop.
Try:
tar -xvzf /home/cyanide/Desktop/xbmc-9.11.tar.gz

But you shouldn't need to untar files with ubuntu 10.04.
Your package manager (Synaptic, Under System.... Administration) should handle installation of software for you. This is generally much easier than windows.

If you need to install from source, try a search on ubuntu install from source.

If you just want to see what is in the tar archive, you can double-click it in your file manager, you will be offered the option to extract it, or view individual files.

Welcome to LQ!
 
Old 07-18-2010, 09:04 AM   #3
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Hi and welcome to LinuxQuestions!

This is the relevant part of the error message:
Code:
xbmc-9.11.tar.gz: Cannot open: No such file or directory
It means the file is not where it is supposed to be, that is in the current working directory. First try to determine where the file has been actually downloaded. For example check the Desktop or the Downloads directory, then from a terminal you have to change (enter in)to that directory.

Quote:
i've saved the file in desktop?????
If you see it on your desktop, yes. Just open a terminal and issue the following commands:
Code:
cd Desktop
ls
In the list of files you should see the xbmc archive.

As a last resort you can try to locate it using the find command, but first check the standard locations (as mentioned above).
 
Old 07-18-2010, 09:07 AM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Welcome to LQ
First, see if the program isn't available using the packagemanager.
if not, make sure to use a trusted site to download the file.
Make sure you are in the same directory, as the directory containing the file you want to extract.
If you do
Code:
ls
do you see the file?
If not, cd to the directory where you downloaded the file.
 
Old 07-18-2010, 09:09 AM   #5
Mr. Alex
Senior Member
 
Registered: May 2010
Distribution: No more Linux. Done with it.
Posts: 1,238

Rep: Reputation: Disabled
cyanide0007, why would you install from *.tar? It is not the way to install software in DEB-distros like Ubuntu. You better just don't install programs this way. You can either use Synaptic to install from repositories or learn how to use 'apt-get' program in console.
 
Old 07-18-2010, 09:11 AM   #6
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Quote:
Originally Posted by tredegar View Post
But you shouldn't need to untar files with ubuntu 10.04. Your package manager (Synaptic, Under System.... Administration) should handle installation of software for you. This is generally much easier than windows.
+1 from me. Here is a step-by-step guide. Maybe a better starting point.
 
1 members found this post helpful.
Old 07-18-2010, 05:56 PM   #7
BlueSkull
Member
 
Registered: Sep 2009
Posts: 73

Rep: Reputation: 17
tar xfvz chat.tar.gz
dont use -(hyphen) before xfvz.
May be it may do ..

Last edited by BlueSkull; 07-18-2010 at 06:01 PM.
 
Old 07-18-2010, 11:32 PM   #8
cyanide0007
LQ Newbie
 
Registered: Jul 2010
Posts: 9

Original Poster
Rep: Reputation: 0
It means it can't find the file where you said it would b

tar -xvzf /home/cyanide0007/Desktop/xbmc-9.11.tar.gz


i tried this and got this in terminal what do i do next????

xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/ItemRemoveQueueOver.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/volumeslider.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/MenuMusicPlaylistOver.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/ItemFileMyVideos.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/MenuMyVideosOff.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/ItemFileMyMusic.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/MenuMyVideosOver.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/ItemRemoveQueue.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/ItemFileMyPictures.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/SubMenuReboot.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/BackgroundMyPictures.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/BannerMusicPlaylist.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/SubMenuInfoOff.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/SubMenuConfigurationOff.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/InfoLogo.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/ControlSkipBackwardOver.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/MenuMusicPlaylistOff.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/BackgroundConfiguration.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/MenuMyPicturesOff.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/MenuVideoPlaylistOff.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/BackgroundMyVideos.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/Background.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/ControlBackground.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/MenuMyMusicOff.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/SubMenuConfiguration.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/ControlStopOver.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/BackgroundHome.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/ItemAddQueueOff.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/MenuMyPicturesOver.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/MenuMyMusicOver.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/ItemFolder.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/ControlNextOver.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/SubMenuDashOff.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/ItemAddQueueOver.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/VolumeSliderBackground.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/SubMenuInfo.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/BannerVideoPlaylist.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/ItemBackground.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/SubMenuShutdown.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/SubMenuBackground.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/ControlPlayOver.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/SubMenuDash.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/ItemRemoveQueueOver_2.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/SubMenuRebootOff.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/MenuVideoPlaylistOver.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/SubMenuShutdownOff.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/ItemAddQueue.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/ControlPauseOver.png
xbmc-9.11/web/Project_Mayhem_III/styles/Project_Mayhem/images/BackgroundMyMusic.png
xbmc-9.11/web/Project_Mayhem_III/default.asp
xbmc-9.11/configure.in
xbmc-9.11/userdata/
xbmc-9.11/userdata/ModeLines_template.xml
xbmc-9.11/userdata/RssFeeds.xml
xbmc-9.11/userdata/visualisations/
xbmc-9.11/userdata/PictureIcon/
xbmc-9.11/userdata/PictureIcon/picon.xml
xbmc-9.11/userdata/PictureIcon/Picon/
xbmc-9.11/userdata/PictureIcon/Picon/tuxbox.png
xbmc-9.11/userdata/PictureIcon/Readme.txt
xbmc-9.11/userdata/LCD.xml
xbmc-9.11/docs/
xbmc-9.11/docs/manpages/
xbmc-9.11/docs/manpages/xbmc-send.1
xbmc-9.11/docs/manpages/xbmc-wiiremote.1
xbmc-9.11/docs/manpages/xbmc.bin.1
xbmc-9.11/docs/manpages/installXBMC.1
xbmc-9.11/docs/manpages/xbmc-ps3remote.1
xbmc-9.11/docs/manpages/xbmc-j2meremote.1
xbmc-9.11/docs/manpages/xbmc.1
xbmc-9.11/docs/manpages/runXBMC.1
xbmc-9.11/docs/manpages/setAlsaVolumes.1
xbmc-9.11/docs/manpages/xbmc-standalone.1
xbmc-9.11/docs/manpages/diskmounter.1
xbmc-9.11/XBMC.xcodeproj/
xbmc-9.11/XBMC.xcodeproj/project.pbxproj
xbmc-9.11/README.osx
xbmc-9.11/guilib/
xbmc-9.11/guilib/TextureBundle.cpp
xbmc-9.11/guilib/GUIMoverControl.h
xbmc-9.11/guilib/GUIRadioButtonControl.h
xbmc-9.11/guilib/GUIFontTTFGL.cpp
xbmc-9.11/guilib/GUIVisualisationControl.cpp
xbmc-9.11/guilib/DirectXGraphics.h
xbmc-9.11/guilib/GUIImage.cpp
xbmc-9.11/guilib/AnimatedGif.h
xbmc-9.11/guilib/GUIFont.cpp
xbmc-9.11/guilib/XBTF.cpp
xbmc-9.11/guilib/GUIMessage.cpp
xbmc-9.11/guilib/GUICheckMarkControl.h
xbmc-9.11/guilib/GUIBaseContainer.h
xbmc-9.11/guilib/GUIAudioManager.h
xbmc-9.11/guilib/IMsgTargetCallback.h
xbmc-9.11/guilib/GUIFontTTFGLES.cpp
xbmc-9.11/guilib/GraphicContext.cpp
xbmc-9.11/guilib/GUISettingsSliderControl.h
xbmc-9.11/guilib/D3DResource.h
xbmc-9.11/guilib/GUISliderControl.h
xbmc-9.11/guilib/IAudioDeviceChangedCallback.h
xbmc-9.11/guilib/common/
xbmc-9.11/guilib/common/LIRC.h
xbmc-9.11/guilib/common/LIRC.cpp
xbmc-9.11/guilib/common/Makefile.in
xbmc-9.11/guilib/common/SDLJoystick.h
xbmc-9.11/guilib/common/IRServerSuite/
xbmc-9.11/guilib/common/IRServerSuite/IrssMessage.h
xbmc-9.11/guilib/common/IRServerSuite/IRServerSuite.cpp
xbmc-9.11/guilib/common/IRServerSuite/IRServerSuite.h
xbmc-9.11/guilib/common/IRServerSuite/IrssMessage.cpp
xbmc-9.11/guilib/common/SDLJoystick.cpp
xbmc-9.11/guilib/AnimatedGif.cpp
xbmc-9.11/guilib/XBTFReader.h
xbmc-9.11/guilib/GUIButtonControl.h
xbmc-9.11/guilib/GUIRSSControl.h
xbmc-9.11/guilib/GUIIncludes.cpp
xbmc-9.11/guilib/TextureGL.cpp
xbmc-9.11/guilib/GUIWrappingListContainer.cpp
xbmc-9.11/guilib/guilib_win32.vcproj
xbmc-9.11/guilib/GUIControlGroupList.h
xbmc-9.11/guilib/TextureManager.h
xbmc-9.11/guilib/GUIButtonScroller.h
xbmc-9.11/guilib/GUICallback.h
xbmc-9.11/guilib/GUITextureD3D.cpp
xbmc-9.11/guilib/GUITextLayout.cpp
xbmc-9.11/guilib/GUISound.cpp
xbmc-9.11/guilib/GUIToggleButtonControl.h
xbmc-9.11/guilib/system.h
xbmc-9.11/guilib/XMLUtils.h
xbmc-9.11/guilib/GUIColorManager.cpp
xbmc-9.11/guilib/GUISpinControlEx.h
xbmc-9.11/guilib/GUIFixedListContainer.h
xbmc-9.11/guilib/GUILabelControl.h
xbmc-9.11/guilib/DDSImage.h
xbmc-9.11/guilib/GUICheckMarkControl.cpp
xbmc-9.11/guilib/GUIListContainer.cpp
xbmc-9.11/guilib/GUIMultiImage.cpp
xbmc-9.11/guilib/GUIMultiSelectText.h
xbmc-9.11/guilib/Makefile
xbmc-9.11/guilib/GUIControlGroupList.cpp
xbmc-9.11/guilib/SkinInfo.cpp
xbmc-9.11/guilib/GUIBorderedImage.cpp
xbmc-9.11/guilib/D3DResource.cpp
xbmc-9.11/guilib/GUISpinControlEx.cpp
xbmc-9.11/guilib/GUISpinControl.cpp
xbmc-9.11/guilib/XBTFReader.cpp
xbmc-9.11/guilib/VisibleEffect.cpp
xbmc-9.11/guilib/GUIPanelContainer.cpp
xbmc-9.11/guilib/GUIWindow.cpp
xbmc-9.11/guilib/GUIStandardWindow.h
xbmc-9.11/guilib/GUIProgressControl.cpp
xbmc-9.11/guilib/GUIWindowManager.cpp
xbmc-9.11/guilib/GUIWindowManager.h
xbmc-9.11/guilib/tinyXML/
xbmc-9.11/guilib/tinyXML/tinyxml.h
 
Old 07-18-2010, 11:50 PM   #9
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Now try the following commands one by one:
Code:
cd /home/cyanide0007/Desktop/xbmc-9.11
./configure
make
sudo -s
make install
Did you search the Synaptic Package Manager for your software ?
The link suggested in Post number 6 will save you from troubles.

Last edited by Aquarius_Girl; 07-18-2010 at 11:52 PM.
 
Old 07-18-2010, 11:54 PM   #10
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
First step is to search for readme files. They usually contain the instructions what to do. There is a README.osx that you (more than likely) can read with gedit (the default editor in the graphical environment); this will however probably contains osx specific instructions.

What you have is source code and it needs compiling. In Ubuntu, you more than likely need to install some stuff from the repositories (compilers and something more) before you can do so; I'm unfortunately not sure what exactly needs to be installed.

And here are the instructions how to install under Linux: http://wiki.xbmc.org/index.php?title...XBMC_for_Linux (section installation from source)

Good luck
 
Old 07-19-2010, 12:25 AM   #11
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
... what do i do next ?...
Probably :
svn co https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk/ XBMC
( The xbmc-9.11 you got may be an alpha version ?
With 765 MB code, better be sure it is as perfect as possible.)
.. next install all the dependencies ( about 67 packages ),
and read some documentation.

HOW-TO install XBMC for Linux, Ubuntu ...
http://wiki.xbmc.org/?title=HOW-TO_i...n_step-by-step

Installation from source :
http://wiki.xbmc.org/index.php?title...XBMC_for_Linux

http://wiki.xbmc.org/index.php?title...om_source_code

P.S. : If any further questions, please tell which Linux,
you are using. EDIT : Sorry, now I have seen, it's Ubuntu 10.04.
..

Last edited by knudfl; 07-19-2010 at 04:00 AM.
 
Old 07-19-2010, 03:39 AM   #12
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Quote:
Originally Posted by knudfl View Post
P.S. : If any further questions, please tell which Linux,
you are using.
Read the opening post Ubuntu 10.04
 
Old 07-20-2010, 11:25 PM   #13
cyanide0007
LQ Newbie
 
Registered: Jul 2010
Posts: 9

Original Poster
Rep: Reputation: 0
thanx for ur help
now am facing another problm,i saved xbmc-9.11 in my dsktop,
now der is a LOCK symbol on dat folder n wen i try to delet it,
"Error removing file: Permission denied"
comes y? dis is happening?
plz help me!!
 
Old 07-20-2010, 11:30 PM   #14
cyanide0007
LQ Newbie
 
Registered: Jul 2010
Posts: 9

Original Poster
Rep: Reputation: 0
Question help me!!!

Quote:
Originally Posted by anishakaul View Post
Now try the following commands one by one:
Code:
cd /home/cyanide0007/Desktop/xbmc-9.11
./configure
make
sudo -s
make install
Did you search the Synaptic Package Manager for your software ?
The link suggested in Post number 6 will save you from troubles.
sir i tried watever u told,but am gettin dis


cyanide0007@ubuntu:~$ cd /home/cyanide0007/Desktop/xbmc
cyanide0007@ubuntu:~/Desktop/xbmc$ ./configure
bash: ./configure: No such file or directory
cyanide0007@ubuntu:~/Desktop/xbmc$ make
make: *** No targets specified and no makefile found. Stop.
cyanide0007@ubuntu:~/Desktop/xbmc$ sudo -s
root@ubuntu:~/Desktop/xbmc# make install
make: *** No rule to make target `install'. Stop.
root@ubuntu:~/Desktop/xbmc#


i don't know wat i did wrong!
help me plz!!
 
Old 07-21-2010, 12:22 AM   #15
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by cyanide0007 View Post
sir i tried watever u told,but am gettin dis

cyanide0007@ubuntu:~$ cd /home/cyanide0007/Desktop/xbmc
cyanide0007@ubuntu:~/Desktop/xbmc$ ./configure
bash: ./configure: No such file or directory
root@ubuntu:~/Desktop/xbmc#

i don't know wat i did wrong!
help me plz!!
Execute the following commands one by one and post the results here:
Code:
sudo -s
chmod 774 /home/cyanide0007/Desktop/xbmc
exit
cd ~/Desktop/xbmc
ls -l
./configure
make
sudo -s
make install

Last edited by Aquarius_Girl; 07-21-2010 at 01:00 AM.
 
  


Reply

Tags
xbmc



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
problem when dealing with tar.gz files on ubuntu mbg_gayed Linux - Software 10 08-15-2009 06:45 AM
Is it possible to install .tar.gz files on ubuntu deathalele Linux - Software 2 07-20-2008 11:23 AM
how do i install .tar.bz2 files on ubuntu? kriogenic Linux - Newbie 11 02-14-2006 10:26 AM
how to install .tar.bz and src.rpms and tar.gz files gadekishore Linux - Software 1 10-12-2005 08:09 PM
cant install .bin files, tar.gz files or anyother format!!! madskillz Linux - Newbie 4 10-05-2003 10:28 AM

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

All times are GMT -5. The time now is 12:54 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