Results 1 to 8 of 8
Hi all:
Just wondering if someone could give me a step-by-step guide to installing packages one has either downloaded or installed.
One of the issues I have recently come across ...
- 07-15-2006 #1
Installing Packages
Hi all:
Just wondering if someone could give me a step-by-step guide to installing packages one has either downloaded or installed.
One of the issues I have recently come across is that I have installed Debian on a virtual host, this requires vmware tools to be installed! I have downloaded them and they have automatically been placed in CDROM,within which there are two files RPM and TAR! This has caused confusion, as what do I do with them?
I could really do with a beginners guide, i.e. where to put files? How to open them up? and then do necessary configuration, etc ...
Any help very much appreciated.
Oliver
- 07-15-2006 #2
Debian does not use RPM files, it uses Debian packages (debs). As for installing software on Linux systems, take a look here.
- 07-15-2006 #3Linux User
- Join Date
- Jun 2006
- Posts
- 311
Hi oliver79,
You can read this HOWTO on installing packages on almost all popular distributions : -
http://www.linuxforums.org/forum/lin...are-linux.html
With Regards,
Thinker
- 07-15-2006 #4
Thanks guys, that was very helpful!
Oliver
- 07-16-2006 #5Just Joined!
- Join Date
- Jun 2006
- Posts
- 4
Hello Oliver79
If you know the name of the package from command line type
apt-get install "package name" .
If your not confertable with the command line open the run box and type
kdesu -u root -c synaptic
this tool is a gui for getting packages you will find this quite usefull,
and you can install rpm's get the package called alien it converts rpm to deb.
- 07-16-2006 #6
Hi:
Yes, I'm familiar with Synaptic, however the packages I wish to install are from a CD (TAR.GZ) format, therefore I presume this is a source recompile, which I'm totally unfamiliar with!
I have attempted to open up the file, and copy and paste the folder into /usr/local/src , however it keeps informing me that the folder is write protected or I do not have the permission to write to that folder! From here I was going to follow the instructions as per:
Could anyone advise further? This is an install of vmware-tools, by the way!HTML Code:http://www.linuxforums.org/forum/lin...are-linux.html
Many thanks
Oliver
- 07-16-2006 #7
If you want easier configuration, you can try the ready-to-go image of Debian Etch :
http://www.vmware.com/vmtn/appliances/directory/487
About installing "vmware-tools", the installation of source packages if covered in the link Thinker gave you."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 07-16-2006 #8Just Joined!
- Join Date
- Jun 2006
- Posts
- 4
Hi Oliver
As root copy the file to the dir that you wish to open it
from CL type gunzip file-name after it extracts type
tar -xvf file-name
if the program needs to be compiled, cd to that dir and do
./configure
make
make install


Reply With Quote
