Linux Tutorial for Beginners - 11 - Install Software with APT apt-get

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

1. apt-get update just updates your sources (using /etc/apt/sources.list). To update your software for real, use 'apt-get upgrade'.

2. You can apt-get install software that's already on your computer. When said software already exists, apt-get install will simply update it with the newest version.

Don't worry about naming collisions (like a different program that happens to have the same name as the original overwriting it), because the guys that maintain the repo make sure to give each package an unique name. Unless you're writing your own shell scripts and stuffing them in /usr/bin, nothing will happen. Plus, for software installed via make (or the aforementioned /usr/bin move), you should move it to /usr/local/bin instead so it remains separate from the package manager.

BradenBest
Автор

Thanks Bucky, another good video :)
I want to note (for commentors) that APT will only work on some distros (e.g. Mint, Ubuntu, Debian). Others might use different stuff like RPM for Fedora/RedHat or Pacman for Arch/Manjaro. point is, you should check what's your distro's package tool/manager and its syntax, in case you chose a different one

odedsayar
Автор

Oh my god, a guy with a decent microphone. Get's a like from me.

Aziware
Автор

Bucky, you make learning new things YOU very much

afshinsomani
Автор

in their repo usually they have older versions so you mostly will need install tools without apt-get if you want latest versions..

omer-bs
Автор

executables run in terminal like this ./programName

you need to put dot and slash before executable file to run it.

omerayverdi
Автор

Mate I love you. If I'll become a hacker then you're the one of the reason to be

sundarrapo
Автор

Bucky to the rescue! Christ, I just downloaded Linux and I was lost as hell when it came to installing apps.

EnduranceT
Автор

If you are using a distribution based on Red Hat Enterprise (Fedora, CentOS, ClearOS, etc) you can use "yum" or "dnf" (Some newer distros like Fedora 22 have replaced yum with dnf) instead of "apt-get"

ThePassingVoid
Автор

Whenever I want to install anything, it just shows me the message "E: unable to locate the package". Even I modify my repository list but it still shows me the same

HamzaKhan-umny
Автор

I'm a little curious about how this apt software works.

matrixzoo
Автор

This a guide to most debian based OS'es, not a guide to linux

douwehuysmans
Автор

Your channel is awesome. Will you post more videos?

stormz
Автор

Not for beginners! I still have no idea how to even get to this screen.

JohnJackson-hydn
Автор

holy shit thanks dude !!!
finaly i can run AKBL for my Alienware M14xR1

Gameplayery
Автор

apt-get update is updating the resources that is available so u are not doing any changes on your computer.

Alphadec
Автор

I'm glad your ice cream was delicious.

BA-swdn
Автор

Hey, I cannot install php5 software as according to your video. It says package php5 not available, E: Package 'php5' has no installation candidate. Please help me in installing this software.

ranguraviteja
Автор

Recording video? You mean time to beatbox?

matttintoshplus
Автор

What is repositories and i have seen people installing things that they have to add it first in their repo

anjansalaver