General :: How To Install Tar Files
Aug 3, 2010
I am trying to install the latest version of Banshee on Fedora 13, but latest version appears to be a 'tarball' file. I have downloaded and extracted this file, but am baffled as to what to do next.
View 12 Replies
ADVERTISEMENT
Feb 13, 2010
i tried following procedure
tar xvjf file.bz2
cd file
./configure
make
su
make install
but ./confifure did'nt work it said
bash: ./configure: No such file or directory
View 3 Replies
View Related
Jul 20, 2011
How to install .tar.bz files
View 2 Replies
View Related
Feb 15, 2011
I wanted to install adobe reader on my ubuntu 10.10(Maverick Meerkat).I have downloaded the file and copied it on my desktop.I had then browsed to the desktop directory through command line terminal.
I had tried all the possible combinations of the commands but still i get a "file or directory does not exist error"
roger@ubuntu:~/Desktop$ chmod a+x AdbeRdr9.4-1_i486linux_enu.bin
roger@ubuntu:~/Desktop$ sudo ./AdbeRdr9.4-1_i486linux_enu.bin
sudo: unable to execute ./AdbeRdr9.4-1_i486linux_enu.bin: No such file or directory
I tried without the sudo and this is what i get
roger@ubuntu:~/Desktop$ chmod a+x AdbeRdr9.4-1_i486linux_enu.bin
roger@ubuntu:~/Desktop$ ./AdbeRdr9.4-1_i486linux_enu.bin
bash: ./AdbeRdr9.4-1_i486linux_enu.bin: No such file or directory
The file is present in the desktop.
P.S: Cannot install .bin package on Ubuntu
View 1 Replies
View Related
Aug 29, 2009
I'm running Fedora 11, however when I try to install an rpm.bin or a .bin file, it is not recognized. Java can be downloaded as a rpm.bin or a .bin file and it will not install.
View 8 Replies
View Related
Feb 3, 2010
I am trying to install the livestream procaster on absolute linux. I've downloaded it and its a .exe file when i click it a mesage comes up that says "No run action specified for files of this type (application/x-ms-dos-executable) - you can set a run action by choosing 'Set Run Action' from the File menu, or you can just drag the file to an application."
View 4 Replies
View Related
Jul 18, 2010
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
View 14 Replies
View Related
Mar 1, 2011
I would like to know how you install obt files from box-look.org and use it in my computer...It is a tar.gz file...After you untar what is to be done and how to select the theme?
View 1 Replies
View Related
Jun 19, 2010
Where is the best path to install all files of package when compiling?
For example - I want to install ProFTPd, so there's an option
--prefix=/usr/local/proftpd
, which means, that all files after compilation (including binary and configuration files) will be stored here. As you know, all packages, which are installed via package system (like zypper on SuSE or apt on Ubuntu) usually stores its configuration files in /etc/ and binary files in /sbin/ and also stores a link in my $PATH, so i can run in just by typing proftpd (without /sbin).
The huge advantage of packages installed via package system, i think, is easy uninstall process. I'd like to be able to uninstall compiled packages also easy.
I think i could be able to create some batch file, which I'll be able to use like this:
uninstall --package=proftpd
And my script will find all proftpd files in usuall paths (/etc, /sbin) and remove it using rm.
Is there any best practices, where to store all these files, or are there any (dis)advantages of my first example (--prefix=/usr/local/proftpd)?
I really don't think, that it's nice to have 2 paths with configuration files and binary files, but maybe I'm misunderstanding the basic principals of Linux... :-)
View 4 Replies
View Related
Dec 23, 2010
i know how to install software but i don't know
1: how to install library .a or .so files
i: how to install tar.gz i use the method like ./configure. make make install but most of the time i got the message nothing to make .in lots of tar.gz there is no installation document no make file no .configure file that make me quite confused how to install them or run them.now i got sample source code of cuda i got them in tar.gz form when i extract them i found a folder in folder i found folder like c ,doc,shared etc when i open each folder i found more folder n file like that src, doc common ,lib, in these folder i found source code file header files libraries file make files .i don't know how to run this kind of project can the be installed on the system .how to run them they don't have .run file or script they don't have configure file .how to compile them ,how to run them & how to install them
View 1 Replies
View Related
Feb 9, 2010
How do I install downloaded fIles in fedora 12. For example fLASH_10?
View 6 Replies
View Related
Jan 25, 2010
I just downloaded a .exe file. I cannot get it to install after I double click on it. What should I do to make it work?
View 6 Replies
View Related
Jan 11, 2010
"You'll probably want to operate from inside your home directory. If your user is (for example) username, your home directory will be /home/username/. For the rest of this section we will assume you have downloaded your zip file to /home/username/src. If you do not have a src directory, you can create it with the following "mkdir" (make directory) command:"
Where do the commands go? I cant make it work in terminal. How do I get back to "home" from where i am now? example /home/mydesktop/. I am working in mydesktop. I have downloaded some packages that pkcon search will not find, but when I try to install them using "synaptic" it cant find the packages i dl. So I found this tutorial.
"So, we have our source package in /home/username/src/.
Change to the /home/username/src/ directory with the "cd" (change directory) command like so: cd /home/username/src/
but I dont know where to write the commands.
View 7 Replies
View Related
Mar 18, 2011
I need help installing programs again because I am trying to install a win32 codec to play wmv files. I am completely new to linux and I guess I'm fucking up my system because now I can't install anything. Here is the error messages I receive when I try to download Banshee This is a major failure of your software management system. Please check for broken packages with synaptic, check the file permissions and correctness of the file '/etc/apt/sources.list' and reload the software information with: 'sudo apt-get update' and 'sudo apt-get install -f'. The sudo apt-get update and sudo apt-get install -f have errors when I enter them as follows
[Code]...
View 1 Replies
View Related
Jul 12, 2011
I am attempting a java.bin silent install using two files.
The bash script is this:
sh jdk-6u20-linux-x64.bin -i silent -f /<location>/installer.properties 1>console.txt 2>&1
sleep 5 #this may be unnecessary, just testing it
[code]....
View 7 Replies
View Related
Apr 23, 2011
I want to install Forms & Reports Developer Suite in Linux OS So I have downloaded Oracle Developer Suite 10g for Linux (Including Forms & Reports)
as_linux_x86_ids_101202_disk1.cpio
as_linux_x86_ids_101202_disk2.cpio
So in the Oracle Documentation Site they have given Guide as Follows:
To extract the cpio file,
move the cpio file to an empty directory,
then do:
cat filename.cpio | cpio -icd ....
but its not extracting.
View 7 Replies
View Related
Feb 6, 2011
Okay so I have now run into my first problem I cant seem to find a solution to.
I have downloaded a .deb file and discovered that you can run them through Ubuntu Software Center to avoid using the terminal. It seems to me that you can even do this if the program is not a part of the Software Center listed programs.
So this is what I did and it now says that my program has been installed.
View 7 Replies
View Related
Feb 1, 2010
CentOS 5.3 32bit
I'm having trouble trying to copy files from an nfs mounted remote machine during the the post install with kickstart.
My post install:
%post
mkdir /mnt/foo
mkdir /mnt/foo/downloads
mount 206.xx.xx.xxx:/downloads /mnt/foo/downloads
ln -s /mnt/foo/downloads /downloads
sed -i '$ afoo:/downloads /mnt/foo/downloads nfs exec,dev,suid,rw,bg,soft,rsize=8192,wsize=8192 1 1' /etc/fstab
%end
%post --nochroot
cp -r /downloads/thirdparty/importantFolder /mnt/sysimage/opt
%end
View 11 Replies
View Related
Dec 19, 2009
I am basically very new to linux.. I have rhel 5.2 sever. while the system booting the following error had shown.
touch: can't touch '/var/lib/random-seed ; No such file or directory
chmod; can't access'/var/lib/random-seed ; No such file or directory
touch; can't touch '/var/log/wtmp ; No such file or directory
chgrp; can't access '/var/run/utmp; No such file or directory
[code]....
View 3 Replies
View Related
Oct 5, 2010
I know I can do find . -type f, but that includes binary file and I couldn't find a way to exclude them with find
View 4 Replies
View Related
Aug 25, 2009
How can you create a script to move or copy files from a main directory into multiple directories below the main directory.
View 7 Replies
View Related
May 7, 2011
1. Every Sunday2. Find all files older than 1 day3. Gzip these file4. Tar up the gzipped files into one tar file.5. Name the tarball with a date stamp indicating what day it was created, so we know that week's files are in the file
View 3 Replies
View Related
Oct 7, 2010
I noticed in my system that my root partition is getting full. I found a lot of old compacted syslogfiles. Had a look at etc/sysconfig editor eg cron but could not find a setting which allows to delete files older than a month. Where and how could I influence this ? I deleted manually all syslog files older than a month. Approx 6GB
View 9 Replies
View Related
Oct 11, 2010
I am trying to dl the files located here: http://good.net/dl/bd/CCCamp-2007/video/m4v/ using wget.
Now when I use the command wget -r -A .m4v http://good.net/dl/bd/CCCamp-2007/video/m4v/
I get the just a bunch of filefolders, but no files, ex."cccamp07-de-1845-Freifunk_und_Recht.m4v" but its a folder.
View 4 Replies
View Related
Sep 21, 2010
If I am logged in as root in a linux system and I run command rm -rf on / folder, should it remove all the files? also the kernel?
View 4 Replies
View Related
Apr 16, 2011
I was working on my Ubuntu lab machine and unconsciously deleted the project files I was working on. I have been working on the project since last 10 days now. Is there a way to restore the files? I do not have sudo access. I was working in my home directory which is served by a common file system (serving all the lab machines).
View 1 Replies
View Related
May 25, 2011
How do you convert Open Office (ODT) documents to Text files?
I have made a report using libre office. Now I wish to continue editing the document using lyx (latex front end). So the ODT file needs to be saved as some .tex file.
I don't see an option to do this in File menu (export/save as). So is there any other plugin to do this?
View 1 Replies
View Related
Mar 28, 2010
i have a large directory of .bsp files that i would like to convert .bz2 archives. I've been searching for some time and all i can find is the obvious compress multiple files into one large archive. If anyone knows how to convert each file individually, while retaining the original file name (testmap.bsp would be archived as testmap.bsp.bz2)
View 5 Replies
View Related
Oct 26, 2010
I had used test desk program to restore my files ,the files that recovered was saved in home folderthe problem is that these files are become root permission only ,so i cantcopy , move theme
View 3 Replies
View Related
Apr 1, 2009
how to access files from windows NT files to the linux box (RHEL5)
View 2 Replies
View Related