dpkg --purge is my new favourite command. Thank you!
@theurbanpenguin5 жыл бұрын
:)
@GunnerJoe939 жыл бұрын
This was quite comprehensive. Thanks!
@edenr19887 жыл бұрын
Thanks alot !! very interesting and useful commands.. keep up!
@MrTechGeek0111 жыл бұрын
very very helpful.thanks for your time and effort..
@jasonhuang43336 жыл бұрын
Thanks a lot ! It is so helpful for my homework
@magotelecom2 жыл бұрын
Thanks for tge video. I used synaptic pkg mgr to download. How do I run the docker for linux I downloaded?
@theurbanpenguin2 жыл бұрын
docker can run with the command docker. Run with sudo or add your user to docker group. The docker service needs to be running. Make sure you do have the docker container package. In Ubuntu this is docker.io not docker. So check your distro
@magotelecom Жыл бұрын
@@theurbanpenguin Thank you. I will check thanks.
@linuxdeveloperuy4 жыл бұрын
Hello, first of all, thanks for all of these amazing videos. I want to point a big oversight on this video at 3:54. You tried running : sudo dpkg -l Ad* And you got an error message. But you got it only because you were standing in the same folder your recently downloaded package was since Ad* got expanded to the most similar file in that directory by globbing the name of the same. Had you run that same command from any other directory or had not that file be there when you typed your command and the error would have been different. I think the right command would be : sudo dpkg -l 'Ad*' Please correct me if I am wrong.
@imrane93824 жыл бұрын
He did not found it because he did not install it yet at that moment. The downloaded package was the only thing present without being installed. dpkg -l shows you the installed packages, not all packages that you have on your system. After he installed the package he ran dpkg -l ad* again and he found it.
@chenschenso91017 жыл бұрын
Can you help please I am stuck in this dpkg Package libc6:armhf is not ready for configuration cannot configure (current status 'half-installed') please any help and I will be grateful
@BaroEnglishwithSoomaali1232 жыл бұрын
I have with ubuntu I want to update git but i am getting half installed error any one help i can't update anything all though i switched to main
@ElonCrusty5 жыл бұрын
Did you just call a terminal window a command prompt!