Linux Terminal 201: Installing and Updating Packages - HakTip 149

Linux Terminal 201: Installing and Updating Packages - HakTip 149

Hak5

7 лет назад

33,455 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@khetalshende4091
@khetalshende4091 - 04.04.2021 09:35

I love CLI more than GUI

Ответить
@elumlegnaneshwar8657
@elumlegnaneshwar8657 - 10.12.2020 08:37

Could you please tell me what happens if we run Multiple upgrading software using mxrepo (mx-linux)

Ответить
@ppsghost
@ppsghost - 27.05.2020 16:25

Can I know how to become super user

Ответить
@Dj.solarjazz
@Dj.solarjazz - 27.04.2020 06:34

what

Ответить
@RicondaRacing
@RicondaRacing - 28.01.2020 20:16

Linux users love CLI

Ответить
@saibot293
@saibot293 - 19.06.2019 21:01

I want those stickers

Ответить
@mauriciobailey4725
@mauriciobailey4725 - 07.06.2019 18:43

Thank you so much! I'm brand new to Linux and had not idea how idea how to get started. At least now I know how to download packages.

Ответить
@hwinangkoso
@hwinangkoso - 22.03.2019 14:36

Why is there ‘hier niet poepen’ in the background?

Ответить
@daleh8187
@daleh8187 - 06.03.2019 16:34

A command question please- to get Firefox UPDATES, would the command for Mint be- sudo apt-get firefox updates.deb or do I leave off the .deb? Thanks, and keep making videos

Ответить
@dastanharris
@dastanharris - 24.12.2018 14:12

You have an amazing contents for beginner, thank you and keep em coming.

Ответить
@themedmidou
@themedmidou - 27.07.2018 23:27

Please help me the following command does not work : sudo apt install dsnutils, E: Unable to locate package dsnutils

Ответить
@tpenn2
@tpenn2 - 15.06.2018 20:06

Love your show!

Ответить
@rizkiaprita
@rizkiaprita - 08.03.2018 11:07

her voice is somehow relaxing.
feels like listening to asmr stuff

Ответить
@canadianaja8030
@canadianaja8030 - 17.09.2017 08:08

Why would anyone unless you are are a Linux nerd, coder, developer etc want to go through this stuff in order to use a computer. I have used Linux for a number of years and it seems the technology used in Linux has more or less remained the same. There is no "wow" factor for me. I bit the bullet and went back to Windows. I got my shiny new Windows 10 and it's downright awesome. Plug and play...works! Games and programs...works! New hardware click! works. The installation was a breeze. Now I can use my iTunes and Microsoft Office with no problems. I just want to use my computer without it taking 3 times longer than a Windows machine--no more "apt get" for me. Peace.

Ответить
@haitamhamidi1771
@haitamhamidi1771 - 14.04.2017 03:14

hi sister just something us Kali or black arch Kali . people don't like abouto

Ответить
@hankseaman5035
@hankseaman5035 - 23.03.2017 20:27

Manual update on Ubuntu, crontab on freebsd.

Ответить
@utf8redactedcharacters
@utf8redactedcharacters - 21.03.2017 17:27

guys I can't watch the video, I forgot to install html5

Ответить
@andywoolley5954
@andywoolley5954 - 20.03.2017 03:37

apt-get still works. don't yield to those that don't realise apt-get has not yet been obsoleted. ifconfig still works have not yet fully moved to ip addr show.

Ответить
@andywoolley5954
@andywoolley5954 - 19.03.2017 08:00

I see a whole bunch of comments about apt-get being outdated. It's not yet obsolete and still works with many Debian distros. kudos for the tips and videos from Hak5. Thank you Shannon / Darren and the rest of the team!

Ответить
@thevinve1593
@thevinve1593 - 18.03.2017 22:35

Can you get a link to bitbucket and then when you shout it out, ask to click the link? I feel that if you set it up with bitbucket, you could get a deal that increases your ad revenue based on the amount of people view the link you provide.

Ответить
@TheSkogemann
@TheSkogemann - 18.03.2017 20:11

apt-get and apt-cache is obsolete.

The commands are:

apt update
apt install [packagename]
apt search [packagename]
apt autoremove (Removes packages no longer needed)
apt upgrade (Upgrades installed packages)
apt dist-upgrade (Upgrades installed packages and dependencies, also newer linux versions)

Remember that you can add -y to skip the [Y/n] part of the installation

Ответить
@smythie08
@smythie08 - 18.03.2017 16:24

thanks snubs, cleared a few things up for me!

Ответить
@ejohnfel
@ejohnfel - 18.03.2017 09:09

I do updates regularly using a custom bash function that I add to every .bashrc in all my accounts. It is somewhat package manager agnostic (ie. It figures which package manager is present, then uses it). It also takes options for rebooting or halting when complete. It can also be run from a cron job and supplied with an option to accept the default's for packages with prompts... but I don't recommend putting that in a cron job... know your changes before accepting the defaults automatically first.

Ответить
@Shmoozo55
@Shmoozo55 - 18.03.2017 05:55

TOTORO! YES!!

Ответить
@DanStarktheReal
@DanStarktheReal - 18.03.2017 04:48

sudo apt-get install -y apt-utils

After that, you only need to do sudo apt install ___ and you get a nice little Progress bar. Hope this helps. =)

Ответить
@djsensacion7
@djsensacion7 - 18.03.2017 04:06

flatpak FOR THE WIN !!!!!!

Ответить
@sarundayo
@sarundayo - 18.03.2017 01:53

@Shannon: is that a Dell XPS?

Ответить
@boltspeedman21
@boltspeedman21 - 18.03.2017 00:00

i just wanted to say.. you like hot with glasses 😎

Ответить
@XiaoGuoan
@XiaoGuoan - 17.03.2017 23:05

Can anyone tell me what's the other name for the dash symbol? I heard Shannon saying tek or something like that.

Ответить
@JimGilsinn
@JimGilsinn - 17.03.2017 21:26

For apt-cache search, you don't need to do that as root, so sudo is not required. The cached list is publicly accessible. (You still need to use root to update the cached list, though, with sudo apt-get update.)

Ответить
@nathanmorningstar5254
@nathanmorningstar5254 - 17.03.2017 21:23

still use apt-get update/ upgrade

Ответить
@cybermaxpower
@cybermaxpower - 17.03.2017 21:22

why not apt ? apt-get is old in Debian base distro's

Ответить
@adityaex6474
@adityaex6474 - 17.03.2017 21:18

I saw "aptitude" being used as package installer at few places.

Ответить
@Anon-tj7qb
@Anon-tj7qb - 17.03.2017 20:56

Dont forget apt-get autoremove to get rid of unused dependencies. Looks like there are many extra old kernels just hanging about there taking up space.

Ответить
@lightarmanov6266
@lightarmanov6266 - 17.03.2017 20:10

what if you don't have sudo installed lol ( su first then install then exit )

Ответить
@tayyabnaseem182
@tayyabnaseem182 - 17.03.2017 20:04

I'm very big fan of you. Miss your Teaching style is very brilliant & Awesome. Very knowledgefull video of bash bunny(Pin drive).

Ответить
@DAVIDGREGORYKERR
@DAVIDGREGORYKERR - 17.03.2017 20:03

You mean SYNAPTIC Package Manager., What about about <sudo apt-get --autoremove ret>

Ответить
@3117master
@3117master - 17.03.2017 20:00

No package or terminal jokes. I'm so mature.

Ответить
@kushalban6682
@kushalban6682 - 17.03.2017 19:48

I want those stickers.😂😂😂

Ответить
@asadmehar6809
@asadmehar6809 - 17.03.2017 19:46

how to recovery

Ответить
@asadmehar6809
@asadmehar6809 - 17.03.2017 19:45

hi mam my Facebook password and email hacked today plz help

Ответить
@matttheman4331
@matttheman4331 - 17.03.2017 19:36

Very helpful

Ответить
@saosing04
@saosing04 - 17.03.2017 19:08

Whats the small keyboard shes uses on the right of the laptop?

Ответить
@ysgdhio
@ysgdhio - 17.03.2017 19:07

10 PRINT HAKTIP ;
20 GOTO 10

...will fill the screen with zeroes.

Try this instead:

10 PRINT "HAKTIP",
20 GOTO 10

Ответить
@JoshuaPritt
@JoshuaPritt - 17.03.2017 18:57

All my linux boxes are raspberry Pi with Raspbian. So apt-get all the time!

Ответить
@MasterOfDisasterInAl
@MasterOfDisasterInAl - 17.03.2017 18:42

Totoro ^~^

Ответить
@AlvinWilliamson
@AlvinWilliamson - 17.03.2017 18:26

Pacaur -Syu

Ответить
@arasantamil179
@arasantamil179 - 17.03.2017 18:11

sister super

Ответить
@JPHx1312
@JPHx1312 - 17.03.2017 17:52

sudo pacman -Syyu

Ответить