Results 1 to 8 of 8
How Do I install APT on my server????? can any please help.......Im new to Linux and I need to use apt-get to install software on my server...
- 06-08-2011 #1Just Joined!
- Join Date
- Jun 2011
- Posts
- 19
Installin APT
How Do I install APT on my server????? can any please help.......Im new to Linux and I need to use apt-get to install software on my server
- 06-08-2011 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
Hello and welcome aboard!
Red Hat and its forked variations usually use YUM for installing packages, while APT generally goes on Debian based machines.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 06-08-2011 #3Just Joined!
- Join Date
- Jun 2011
- Posts
- 19
can apt be used in Red Hat??????
- 06-08-2011 #4Just Joined!
- Join Date
- Jun 2011
- Posts
- 19
or can I use yum instead of apt-get
- 06-08-2011 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
Here is some documentation on YUM that might help you:
https://access.redhat.com/kb/docs/DOC-9935oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 06-08-2011 #6
As already stated: RedHat uses yum as a package manager.
Basic commands are
Code:yum search <SEARCHTERM> yum install <PACKAGENAME>
You must always face the curtain with a bow.
- 06-08-2011 #7Just Joined!
- Join Date
- Jun 2011
- Posts
- 19
what do mean by packgename??? is that the installation file???????
- 06-08-2011 #8
ozarīs link above should explain the basics.
You must always face the curtain with a bow.


Reply With Quote