how to install a software in linux guys
linux
Page 1 of 18 Replies - 966 Views - Last Post: 11 May 2007 - 06:39 AM
Replies To: linux
#2
Re: linux
Posted 05 May 2007 - 06:54 AM
What software application? What distribution of linux are you using?
#3
Re: linux
Posted 05 May 2007 - 12:27 PM
for most distributions you just burn the iso, and then when you turn on your comp, then change the boot sequence to start with the cd/dvd drive that you have the disc in, and then run it and it should take you through the set-up.
#4
Re: linux
Posted 05 May 2007 - 12:37 PM
I think he's asking how to install programs under linux. In which case, I agree with Amadeus.
#5
Re: linux
Posted 06 May 2007 - 12:02 AM
#6
Re: linux
Posted 06 May 2007 - 05:59 AM
Still depends. Did you download the source, or did you download a package?
You can build from source which involves:
Or you can use the package manager, which is different fo each system.
What linux distro are you running.
You can build from source which involves:
./configure make sudo make install
Or you can use the package manager, which is different fo each system.
What linux distro are you running.
#7
Re: linux
Posted 07 May 2007 - 12:23 AM
GWatt, on 6 May, 2007 - 05:59 AM, said:
Still depends. Did you download the source, or did you download a package?
You can build from source which involves:
Or you can use the package manager, which is different fo each system.
What linux distro are you running.
You can build from source which involves:
./configure make sudo make install
Or you can use the package manager, which is different fo each system.
What linux distro are you running.
i downlaoded packages and sourcode but i dont know how to install them for fedoracore linux
i downlaoded cedega can u plz tell me how to install
and plz tell me where to write this command i dont know where is command shell
#8
Re: linux
Posted 08 May 2007 - 03:28 PM
If the package is a .rpm file
(1) Open up a terminal
(2) Type "cd DIRECTORY" where directory is the directory that holds the .rpm file
(3) Type "sudo rpm -i PACKAGE_NAME.rpm"
If the package is a tar.bz2 or tar.gz
(1) Extract all the archive (should be able to right click and say extract)
(2) Open a terminal
(3) Type "cd DIRECTORY"
(4) Type "./configure"
(5) Type "make"
(6) Type "sudo make install"
If the package is a .sh file
(1) Open a terminal
(2) cd to the parent directory
(3) Type "sudo DIRECTORY/PACKAGE_NAME.sh"
Whenever you type the "sudo" command, it will prompt you to enter your password. When you type, nothing will be printed, so don't be surprised when you're typing and nothing happens.
(1) Open up a terminal
(2) Type "cd DIRECTORY" where directory is the directory that holds the .rpm file
(3) Type "sudo rpm -i PACKAGE_NAME.rpm"
If the package is a tar.bz2 or tar.gz
(1) Extract all the archive (should be able to right click and say extract)
(2) Open a terminal
(3) Type "cd DIRECTORY"
(4) Type "./configure"
(5) Type "make"
(6) Type "sudo make install"
If the package is a .sh file
(1) Open a terminal
(2) cd to the parent directory
(3) Type "sudo DIRECTORY/PACKAGE_NAME.sh"
Whenever you type the "sudo" command, it will prompt you to enter your password. When you type, nothing will be printed, so don't be surprised when you're typing and nothing happens.
#9
Re: linux
Posted 11 May 2007 - 06:39 AM
GWatt, on 8 May, 2007 - 03:28 PM, said:
If the package is a .rpm file
(1) Open up a terminal
(2) Type "cd DIRECTORY" where directory is the directory that holds the .rpm file
(3) Type "sudo rpm -i PACKAGE_NAME.rpm"
If the package is a tar.bz2 or tar.gz
(1) Extract all the archive (should be able to right click and say extract)
(2) Open a terminal
(3) Type "cd DIRECTORY"
(4) Type "./configure"
(5) Type "make"
(6) Type "sudo make install"
If the package is a .sh file
(1) Open a terminal
(2) cd to the parent directory
(3) Type "sudo DIRECTORY/PACKAGE_NAME.sh"
Whenever you type the "sudo" command, it will prompt you to enter your password. When you type, nothing will be printed, so don't be surprised when you're typing and nothing happens.
(1) Open up a terminal
(2) Type "cd DIRECTORY" where directory is the directory that holds the .rpm file
(3) Type "sudo rpm -i PACKAGE_NAME.rpm"
If the package is a tar.bz2 or tar.gz
(1) Extract all the archive (should be able to right click and say extract)
(2) Open a terminal
(3) Type "cd DIRECTORY"
(4) Type "./configure"
(5) Type "make"
(6) Type "sudo make install"
If the package is a .sh file
(1) Open a terminal
(2) cd to the parent directory
(3) Type "sudo DIRECTORY/PACKAGE_NAME.sh"
Whenever you type the "sudo" command, it will prompt you to enter your password. When you type, nothing will be printed, so don't be surprised when you're typing and nothing happens.
thanks a lot guys u guys helped me a lot this forum is suerly of great use thanks a lot
Page 1 of 1

New Topic/Question
This topic is locked


MultiQuote



|