Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

507
Views
difference between wget and apt get

Im trying to install google's tensor flow API and i'm following their instructions on this link to no avail. after typing the following command:

sudo apt-get install python-pip python-dev

i get:

sudo: apt-get: command not found

I'm new to Linux and i was told there are tow types, red-hat and a nameless parallel, which answers respectively to either wget or apt-get. I was also told i need to adjust the commands. (wget does works)

is this true? What is the accurate difference between wget and apt-get? how do i adjust the commands to my situation?

i'm working with:

SUSE Linux Enterprise server 11 (x86_64) release 11

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Suse Linux has not installed apt-get by default. you should go with zypper:

zypper install python-devel python-pip 

apt-get is a packagemanagment system while wget is only good for filetransfer

over 4 years ago · Santiago Trujillo Report

0

apt-get is a package manager for Debian distros while SUSE Linux is equipped with zypper. You can use:

zypper install python-devel python-pip

You can also compile python without using package manager like zypper. Wget is used to download things and is not a package manager. Thus when you will compile, you'll need the package. So you'll use wget.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!