please tell me the commands to install various files in linux
mohanrachuri 0 Newbie Poster
Recommended Answers
Jump to PostIn RPM-based systems (Fedora, Red Hat, etc.), you generally use the
yum
command:$ sudo yum install package_name
(where
package_name
is the name of whatever package you want to install, not the file name, just the name)In Debian-based systems (Ubuntu, Debian, etc.), you generally use the
…apt-get
command:
All 2 Replies
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.