Results 1 to 4 of 4
Hello,
I want to install gcc on my Pyramid linux which is debian based. I downloaded gcc.deb. When I want to install this file, it gives me "dpkg command not ...
- 07-20-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 12
installing gcc using dpkg
Hello,
I want to install gcc on my Pyramid linux which is debian based. I downloaded gcc.deb. When I want to install this file, it gives me "dpkg command not found" error!
I also get this error when I want to install other .deb files using dpkg command " dpkg -i finename.deb.
I did some research and it seams that I should install package on my system, but package file is .deb file and I can't install .deb file!
What should I do to solve the problem??? Should I install any thing on my system to install .deb files??
Thanks a lot in advance,
Shk
- 07-21-2010 #2
can't you install it by doing the following?
(this should be done with elevated rights)Code:apt-get install gcc
This should get the package from the repositories on the web. Or if you've added cd's it could also get it from the cd's.
This will only install the compiler though. Most of the times I install the build-essential package, as it provides me everything I need.
I haven't actually tried pyramid linux, but I will take a look at it in my VM, once I've found it.
EDIT: I won't, I can't find anything that is worth trying.
- 07-21-2010 #3Just Joined!
- Join Date
- Jun 2010
- Posts
- 12
- 07-21-2010 #4


Reply With Quote

