How to Install Ubuntu 22.04 LTS on VirtualBox in Windows 11

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024
  • In this video I am going to show , How to How to Install Ubuntu 22.04 LTS in Windows 10 / Windows 11.
    Installing Guest Additions on Ubuntu Guest
    sudo apt update
    sudo apt install build-essential dkms linux-headers-$(uname -r)
    Ubuntu is a most popular Linux-based operating system. Recently Ubuntu releases its newest version 22.04 (Jammy Jellyfish). VirtualBox is also a popular software for creating virtual machine available for Windows and Linux environment. "Bionic Beaver" is the code name for Ubuntu 22.04 .Ubuntu (pronounced oo-BOON-to) is a Linux-based operating system that is open sourced (free)
    Ubuntu is an African concept meaning “humanity towards others” .Ubuntu has strong focus on usability and ease of installation
    Ubuntu comes with lots of programs preinstalled (OpenOffice, Firefox web-browser, games, tweak tools)
    Ubuntu is absolutely free.
    #Ubuntu #ProgrammingKnowledge #VirtualBox #Windows11
    ★★★Top Online Courses From ProgrammingKnowledge ★★★
    Python Programming Course ➡️ bit.ly/2vsuMaS ⚫️ bit.ly/2GOaeQB
    Java Programming Course ➡️ bit.ly/2GEfQMf ⚫️ bit.ly/2Vvjy4a
    Bash Shell Scripting Course ➡️ bit.ly/2DBVF0C ⚫️ bit.ly/2UM06vF
    Linux Command Line Tutorials ➡️ bit.ly/2IXuil0 ⚫️ bit.ly/2IXukt8
    C Programming Course ➡️ bit.ly/2GQCiD1 ⚫️ bit.ly/2ZGN6ej
    C++ Programming Course ➡️ bit.ly/2V4oEVJ ⚫️ bit.ly/2XMvqMs
    PHP Programming Course ➡️ bit.ly/2XP71WH ⚫️ bit.ly/2vs3od6
    Android Development Course ➡️ bit.ly/2UHih5H ⚫️ bit.ly/2IMhVci
    C# Programming Course ➡️ bit.ly/2Vr7HEl ⚫️ bit.ly/2W6RXTU
    JavaFx Programming Course ➡️ bit.ly/2XMvZWA ⚫️ bit.ly/2V2CoAi
    NodeJs Programming Course ➡️ bit.ly/2GPg7gA ⚫️ bit.ly/2GQYTQ2
    Jenkins Course For Developers and DevOps ➡️ bit.ly/2Wd4l4W ⚫️ bit.ly/2J1B1ug
    Scala Programming Tutorial Course ➡️ bit.ly/2PysyA4 ⚫️ bit.ly/2PCaVj2
    Bootstrap Responsive Web Design Tutorial ➡️ bit.ly/2DFQ2yC ⚫️ bit.ly/2VoJWwH
    MongoDB Tutorial Course ➡️ bit.ly/2LaCJfP ⚫️ bit.ly/2WaI7Ap
    QT C++ GUI Tutorial For Beginners ➡️ bit.ly/2vwqHSZ
    ★★★ Online Courses to learn ★★★
    Get 2 FREE Months of Unlimited Classes from skillshare - skillshare.eqc...
    Data Science - bit.ly/2lD9h5L | bit.ly/2lI8wIl
    Machine Learning - bit.ly/2WGGQpb | bit.ly/2GghLXX
    Artificial Intelligence - bit.ly/2lYqaYx | bit.ly/2NmaPya
    MERN Stack E-Degree Program - bit.ly/2kx2NFe | bit.ly/2lWj4no
    DevOps E-degree - bit.ly/2k1PwUQ | bit.ly/2k8Ypfy
    Data Analytics with R - bit.ly/2lBKqz8 | bit.ly/2lAjos3
    AWS Certification Training - bit.ly/2kmLtTu | bit.ly/2lAkQL1
    Projects in Java - bit.ly/2kzn25d | bit.ly/2lBMffs
    Machine Learning With TensorFlow - bit.ly/2m1z3AF | bit.ly/2lBMhnA
    Angular 8 - Complete Essential Guide - bit.ly/2lYvYRP
    Kotlin Android Development Masterclass - bit.ly/2GcblsI
    Learn iOS Programming Building Advance Projects - bit.ly/2kyX7ue
    ★★★ Follow ★★★
    My Website - www.codebind.com
    DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!

Комментарии • 576

  • @glendubie
    @glendubie Год назад +36

    Thanks so much. I watched 50 videos trying to do this and you were the only one that was easy to follow, straight to the point and actually helped me. Thanks again

  • @cs-atulkumartripathi4865
    @cs-atulkumartripathi4865 Год назад

    Thanku so much sir you are better than our teachers they don't help us a little bit 😔

  • @mwanganamubita9617
    @mwanganamubita9617 2 года назад +1

    This was clear! Many thanks

  • @ardaguctekin1376
    @ardaguctekin1376 Год назад

    Thank you so much it was very helpful!

  • @soumyahalder670
    @soumyahalder670 Год назад

    Thank you for your guidance

  • @mudcrab9699
    @mudcrab9699 Год назад +17

    Here's some important tips for people who are installing as of today using Virtual Box Version 7.0.2:
    -When creating a new virtual machine i selected the "ISO Image:" option and then chose my Ubuntu ISO file there. (So that i didn't have to go to Settings > Storage and select there. Virtual Box automatically did that for me.)
    -After that i checked "Skip Unattended Installation" and did the rest same with the video.
    -The commands in the description is false. I used " sudo apt update " first and then " sudo apt install -y build-essential linux-headers-$(uname -r) ". (Make sure you have changed "uname" with the username you have chosen during installation progress.)
    It worked for me, hopefully it will work on your computer too. Have a good day 🤗

    • @Iam-ue4uy
      @Iam-ue4uy Год назад +1

      Bro that is right ,
      When you didn't do any special thing in that virtual machine you can not open and learned that thing

    • @arsingh8137
      @arsingh8137 Год назад

      thanks man

    • @aseelmahasees847
      @aseelmahasees847 Год назад +1

      Why it is so slow when I start the vm?

    • @userkivi6915
      @userkivi6915 11 месяцев назад

      are you really sure about replacing uname? I've never seen anyone replace it in an any internet guide

  • @macgunter2794
    @macgunter2794 2 года назад +52

    This is THE ONLY VIDEO that showed me how to properly increase the resolution of the VirtualBox. I highly recommend this tutorial for any beginner like me!

  • @aaronthomas9352
    @aaronthomas9352 2 года назад +7

    I enabled drag and drop as bidirectional and shared clipfolder as bidirectional too , however when i try to copy paste from host to guest os or even the other way , it doesnt do so. Any ideas on how to resolve this?

  • @demiosgodski9892
    @demiosgodski9892 2 года назад +12

    Wow dude, you saved me from falling behind, now I can successfully catch up with the rest of my Unix class. Thank you ! :)

  • @metoshinakamoto6658
    @metoshinakamoto6658 Год назад +5

    great video, just 1 thing: to make full screen you don't need to run those commands and download that software. just go to ubuntu setting > displays and change screen resolution to a higher number that matches your monitor size

  • @brunomaximilianolovera7469
    @brunomaximilianolovera7469 Год назад +17

    WOW, I've watched many videos, and none explained the installation as you did. Easy to understand and effective. I wouldn't be able to use my VM if it weren't for you. Thank you so much!

  • @_Asgar
    @_Asgar 11 месяцев назад +1

    Reference Memory ERROR...
    The memory could not be written
    Please help

  • @rashmip8755
    @rashmip8755 Год назад +7

    The second code that you have given in the description link doesn't work for me. It says user-r:command not found. It also says linux-headers is not a directory. What could be the solution?

    • @meenareddy216
      @meenareddy216 Год назад +1

      I am also facing the same issue regarding the uname-r command. And it's showing E: unable to locate package 'linux-header'. What's the solution for this? If anyone knows please provide it asap.

    • @meenareddy216
      @meenareddy216 Год назад +5

      Try sudo apt install -y build-essential

    • @blockhead5564
      @blockhead5564 Год назад

      @@meenareddy216 Thanks for the tip, that worked for me

  • @samgoodwin864
    @samgoodwin864 2 года назад +4

    So if any one has issues with the "sudo apt install build-essential dkms linux-headers-$(uname -r)" command then try "sudo apt install build-essential" This worked for me and it might be because I was using Windows 10 and not windows 11. I also have virtual box v.6.1.36. either way it ended up with the same full screen and what have you. Great video and thaanks for the help!!

    • @jamixxbot1724
      @jamixxbot1724 Год назад

      Thanks, it works for me using your suggested command 😊

    • @iamdhiraj-sahil6674
      @iamdhiraj-sahil6674 11 дней назад

      Thanks bro, it worked for me as well !

  • @vijaykusumakar1683
    @vijaykusumakar1683 2 года назад +2

    You already have ubuntu 20.04 which probably contains a lot of files, then you reinstalled ubuntu 20.04 by selecting the option "erase the disk and install ubuntu". So after reinstallation will that files will be present or deleted?

  • @claudio-1896
    @claudio-1896 Год назад +7

    Best video ever for Ubuntu installs! Thank you, my man. Great job!

  • @pulinmori
    @pulinmori Год назад +1

    I am getting zip file from ubuntu download site and also I'm not getting the option to install , try or language selection in Virtual Machine

  • @hanadadam88
    @hanadadam88 Год назад +4

    Easy to follow along. Very helpful. I subscribed to your channel and liked it. Thanks:)

  • @golftester
    @golftester Год назад +1

    Am I wrong or don´t you have to run sudo apt upgrade right after sudo apt update and then install build-essential?

  • @planobest8120
    @planobest8120 Год назад +1

    Doesn't work it's fake virtual box does not work in 2023 on ubuntu

    • @priyaray2573
      @priyaray2573 8 месяцев назад

      It completely works bro.. Detect and
      Solve the prblm

  • @esra4281
    @esra4281 2 года назад +1

    i arrived until this step 14:05 mininte but then I got stuck on the orange Ubuntu logo and didn't complete the rest of the steps, what can i do ? pleaseee

  • @soundtown2277
    @soundtown2277 6 месяцев назад +1

    Great video.. thanks ❤

  • @adlasahithi7671
    @adlasahithi7671 10 месяцев назад +2

    Thankyou so much👍i completed my installation process without any issue as you explained it very well.

  • @safiyahhhhhhh
    @safiyahhhhhhh Год назад +11

    Thank you so much for such an informative and helpful video! Really appreciate the effort you've put to make it easier for us! :D

  • @zolalloyd46
    @zolalloyd46 Год назад +7

    Superb demonstration. One of the best I have seen in a very long time! Thank you so much for making it easy

  • @pocketacademy6371
    @pocketacademy6371 2 года назад +1

    After clicking on try & install, I get the ubuntu logo with a loading icon and then screen goes black. What's the solution?

  • @lordstar-ub5qr
    @lordstar-ub5qr 11 месяцев назад +1

    Thnak you so much bro, u helped me so much....love u man🤩🥰😃

  • @anthonyvilla9960
    @anthonyvilla9960 2 года назад +3

    i have an issue chose the same ubuntu file and my downloaded as a dvd drive D: and there is no iso file just different folders such as .disk, boot casper ect

  • @titikshaiyer4445
    @titikshaiyer4445 Год назад +1

    Ubuntu taking too long to install....also after about 5 hrs i got some error like SQUASHS file can't be read

  • @abrahamsamson1920
    @abrahamsamson1920 Год назад +1

    Nee Vera ya Nee Vera. Thank You So much

  • @Zoe-ub5ik
    @Zoe-ub5ik Год назад +3

    Thank you so much for this video!! I actually watched quite a few videos previously trying to do the exact same thing which is to install ubuntu on virtualbox, but the previous tutorial videos I tried had all led to errors on my laptop. This is the first one that works and I am so grateful for this video!

  • @bxtchesluvjedis6320
    @bxtchesluvjedis6320 2 года назад +4

    Great step by step instructions!!!! Thank you for the video

  • @Madhuchandra_07
    @Madhuchandra_07 Год назад +1

    Thanks bro you saved my life

  • @leelavenkatalakshmi3516
    @leelavenkatalakshmi3516 Год назад +1

    Can we do the same on Windows 10

  • @yogeshwaranoo7
    @yogeshwaranoo7 Год назад +2

    very neat and clear video..hats off

  • @Shinchannohara12321
    @Shinchannohara12321 2 года назад +4

    I was struggling with last part on how to resize I tried so many things but didn't work thanks for the info

    • @rachakondaeshwar4129
      @rachakondaeshwar4129 2 года назад

      yes me too

    • @jeanmashiyane2734
      @jeanmashiyane2734 2 года назад +1

      @@rachakondaeshwar4129 that's where I'm also stuck, he didn't mention how he got to the window he went in. Did you come right. That's where I'm still stuck.

  • @memettash1958
    @memettash1958 2 года назад +1

    At 16:44, I tried many times to input the second command, but couldn't succeeded. "sudo apt install -y build-essential linux-headers-S(uname -r)". How I can input it correctly? Should I replace the (uname -r)?

  • @PHMArpitaGoswami
    @PHMArpitaGoswami 8 месяцев назад +2

    After restarting it is showing a blank black screen for me. Can somebody tell what to do now?

  • @wowchannel5308
    @wowchannel5308 Год назад +7

    Great video. Very informative. Thanks.

  • @Dunamix15
    @Dunamix15 2 года назад +8

    Thanks for this clean and easy instruction, i wish more guides in internet were as good as yours.

  • @vaibhavbhasin3861
    @vaibhavbhasin3861 9 месяцев назад +2

    11:50 very important It won't erase if you are on a vm

  • @voltorian-minecraft
    @voltorian-minecraft 2 года назад +1

    i'm getting some weird issue where the desktop background only shows in the top left region. any window i open like the terminal, files, etc, their windows only show in that region and are cut off from the rest of the screen. if i click "show applications" i'm only able to click on things *outside* of that region. would you know how to fix this problem? i've restarted vbox and the linux vm multiple times

  • @kushbksaxena4632
    @kushbksaxena4632 Год назад +2

    Really a superb guide, I had tried 2-3 times before watching this and tried different ways to just run ubuntu on my PC but all failed but this video made me successfully install Ubuntu!

  • @awaryor
    @awaryor 2 года назад +6

    one of the best-guided installation video on youtube. Certainly one of the best 20 mins ever spent on youtube

  • @mireillenganti6340
    @mireillenganti6340 Год назад +4

    Best tutorial video I’ve watched so far. So explicit. You skipped no steps. Thank you so much

  • @HaralambiManolov
    @HaralambiManolov Год назад +2

    Straight-forward and easy to follow video. Worked just fine! Thanks!

  • @mantyisbad
    @mantyisbad Год назад +1

    Great video!!! Thank you

  • @duaa9649
    @duaa9649 Год назад +4

    Thank you for such an accurate and detailed procedural video. It was very helpful!

  • @trime2x13
    @trime2x13 2 года назад +12

    Always clear and straight forward explanations. Thank you for your time and knowledge!!

    • @musicalpark6865
      @musicalpark6865 2 года назад

      ubuntugalaxy.blogspot.com/2022/08/install-ubuntu-in-right-way.html?m=1

  • @theboys.786
    @theboys.786 2 года назад

    Will try to spend £50 on a video editor to slow down the video cos I could hear the words but not understand. It was still informative, SMH

  • @jgtherrien90
    @jgtherrien90 Год назад

    Running into an error on install and not finding the error code. "The instruction at 0x00007FFA545D3Ca4 referenced memory at 0x000000000000000. The memory could not be read..."

  • @upseguest
    @upseguest 2 года назад

    Did not work???? When I pressed enter on Try or Install Ubuntu it stayed on a flashing cursor for a few seconds and then a bunch of text with something like kernel panic at the end! Should I enable Hyper-V?????
    Edit: Nvm, Increasing the RAM and enabling Hyper-V paravirtualization solved the problem!

  • @timemissing2742
    @timemissing2742 Год назад

    my terminal doesn't want to open. I installed the latest version of VirtualBox and of Ubuntu Desktop that is 22.04.2 so the steps are slightly different from the video. I hope someone can help me. Thank you.

  • @avantikatiwari5811
    @avantikatiwari5811 Год назад +2

    The information is to the point and the video truly does what it says,"Install Ubuntu in Windows 11".

  • @Swiinn
    @Swiinn 2 года назад +1

    Always have blackscreen when i "restart now" What am i supposed to do?

  • @jainambipinchheda8350
    @jainambipinchheda8350 2 года назад +11

    One thing i observed in virtual Ubuntu OS is that...you specifically don't need to instal the guest additions to obtain full screen...instead you can just change the resolution size in the display settings of Ubuntu OS.

    • @paulwarner5395
      @paulwarner5395 2 года назад +1

      I was going to say the same thing. It's Hyper V that requires terminal work to get full screen.

    • @adrianajasielcamposromero9377
      @adrianajasielcamposromero9377 2 года назад +1

      THANK YOUUUUUUUUU I WAS HAVING PROBLEMS INSTALLING THE GUES ADDITITIONS
      YOU SAVED ME

    • @Geekthakur
      @Geekthakur 2 года назад +1

      Thanks 👍

    • @hectorgarcia5814
      @hectorgarcia5814 Год назад +1

      THANK YOUUUUUUUUUUUUUUUUU

    • @jainamchheda
      @jainamchheda Год назад

      @@paulwarner5395 yes you are right

  • @Freaĸy
    @Freaĸy Год назад

    You gave ubuntu alot of RAM? It only requires 1024MB (1GB) as the minimum requirements says

  • @iluvbags8230
    @iluvbags8230 Год назад

    hi, I do not have any internet within the VB Ubuntu desktop, can you please help with that? Also I receive an error "username not in sudoers list" when i run the sudo apt update command.

  • @The_Content_factory_
    @The_Content_factory_ 7 месяцев назад

    In installation process I’m getting error like fatal error during the installation. How I will resolve this issue?

  • @rashi_8733
    @rashi_8733 Год назад +1

    Hey it's working tnx for this video bruh

    • @Cityscapes411
      @Cityscapes411 Год назад

      Hey i am getting an error at 13:45 plz can you help

  • @tanushreeverma6625
    @tanushreeverma6625 5 месяцев назад

    Sir I'm not been able to attach my Ubuntu file from virtual box in the storage so what should I do about it ?

  • @ayushsaxena9386
    @ayushsaxena9386 Год назад

    facing error after installation completed when i press enter to remove medium and boot the os it shows unknown block(0,0)

  • @sheheryarkhan907
    @sheheryarkhan907 Год назад

    I cant click on the profile name to enter password please someone help me.
    Then i reinstalled it and now its not even showing profile name its just showin "not listed?" and i cant even click on that "not listed". I am talking about the action performed in the video on 14:23

  • @thecomedian4136
    @thecomedian4136 Год назад +1

    Now, that was really useful. It would be even more useful to even more people if you posted this solution on Ask Ubuntu under the question that concerns this same exact problem. If you see this comment, just reply to it and I'll send you the link to the question.

  • @muthukrishnanj2002
    @muthukrishnanj2002 Год назад

    I tried 1st commend and it said "(username )is not in the sudoers file.This incident will be reported."what should I do?

  • @Patilsury410
    @Patilsury410 2 года назад +1

    I have error 'failed to send log me ' what to do for removing this error

  • @Fernandez218
    @Fernandez218 6 дней назад

    i'm having a hard time installing ubunt on virtualbox, still.

  • @shivamrai7324
    @shivamrai7324 Месяц назад

    why i am getting error like please switch to supported graphics device.

  • @ramesh2606
    @ramesh2606 Год назад +6

    Getting trubble at entering password after sudo commend

    • @ambrvlogs
      @ambrvlogs Год назад

      Me too same

    • @srushtishettar5608
      @srushtishettar5608 Год назад

      Me too

    • @wronghorsebatterystaple
      @wronghorsebatterystaple Год назад +1

      Don’t worry, Ubuntu hides the characters you type even though it succeeds in registering them. It’s supposed to be a security feature to protect your password, but can be confusing to new users.

    • @ciprianprundar3593
      @ciprianprundar3593 Год назад

      ​@Horse Power Better
      Thanks for the tip, man.

    • @ragul7551
      @ragul7551 Год назад

      ​@@wronghorsebatterystaple👌

  • @Zandohaha
    @Zandohaha Год назад

    After doing that last step, I just get a black screen now, can't do anything with the OS

  • @anurag37417
    @anurag37417 Год назад

    vboxuser is not in sudoers file. This incident will be reported.
    can you help me man?

  • @ashokshetty359
    @ashokshetty359 2 года назад +4

    Very clear explanation ,steps with perfect sequence. Thank you very much.

  • @anmolanmol3636
    @anmolanmol3636 3 дня назад

    Is this video helpful for Windows 10?

  • @shadowChrist0
    @shadowChrist0 2 года назад +4

    Pretty clean and straight forward explanation. Cheers

  • @sohamsonaiya127
    @sohamsonaiya127 Год назад

    @ProgrammingKnowledge im getting error while writing the command sudo apt update in terminal

  • @AnupamaBheemineni
    @AnupamaBheemineni Год назад

    i am getting this error unable to mount root fs on unknown block after restarting the vm. please help me out

  • @saggy4879
    @saggy4879 Год назад +1

    Bro cal command is not working help me🙏🙏

  • @ShivaKumar-wq1zu
    @ShivaKumar-wq1zu Год назад

    I have done every thing as u said but at the end it showing blank screen after doing those code thing to get full screen

  • @deepanshiroy
    @deepanshiroy Год назад

    I m not able to type the password 😶, in terminal after executing 1st line

  • @nitwstudent3255
    @nitwstudent3255 Год назад +1

    Thank you so much

  • @sahilkulkarni6351
    @sahilkulkarni6351 4 месяца назад +1

    Hello sir, when i launch it, just a black screen appears... Please help

    • @ganagallajoshitha
      @ganagallajoshitha 3 месяца назад

      You can go to Machine - After that Click Reset

  • @pauserraparis9364
    @pauserraparis9364 Год назад

    com s'obre una terminal? ah ya esta, pero que no se m'obra, com se fa?

  • @shaikdastagiri6386
    @shaikdastagiri6386 2 года назад +8

    nice video. Thanks to the author for helping me installing ubuntu. But a small advice from my side do not assign memory till the green region is visible, it may cause complications to your performance during and after installation of ubuntu. Mine is a 8gb primary memory so I assigned 4 gb i.e 4096mb to my virtual box, it is running smoothly.
    thanks

    • @vimalneha
      @vimalneha 2 года назад

      I agree, bringing it up to the green, it won't let the system restart. Learned after 4 failed installations. The window must have 8 GB RAM: This means on 16 GB you can allocate safely 8 GB only, On 24 GB RAM 16 GB max.

    • @srijita2070
      @srijita2070 8 месяцев назад

      Yes. Thanks for the advice. It's helpful

  • @lucaslindgren3237
    @lucaslindgren3237 2 года назад

    Why does german accent sound like Indian accent but a small difference?

  • @themilkwastasty4037
    @themilkwastasty4037 2 года назад +2

    This is by far the best video i have seen, step by step explanation, thank you so much sir, liked and subscribed 👍🏻🤗

  • @Fernandez218
    @Fernandez218 6 дней назад

    5:10 here you allocated 24.5GB of RAM to your virtualbox. so you must have a really great loaded up computer. what do you do if you only have 16gb of ram? that's still pretty good. i used my computer for gaming but trying to get into messing around with ubuntu and into I.T.

  • @asalajyoshna5532
    @asalajyoshna5532 Год назад

    I got an error like no working init found and not installing. Can you say about this??

  • @kahlanfaiq1510
    @kahlanfaiq1510 Год назад +1

    Thanks for the time and effort.. it worked just perfectly!

  • @Shawn45able
    @Shawn45able 2 года назад +11

    Loved the video, actually helped me step by step in the installation process. It was quick and to the point.
    It was a bit of confusion with the warning you get before installing, but it was cleared up so I did not feel scared about installing. Thank you for the instruction, it was well appreciated.

    • @shannonwynn5098
      @shannonwynn5098 Год назад +2

      Everything she said! I am a beginner in IT field and i really enjoyed tinkering with my computer and getting hands on how to install Lenux. Super helpful! :)

  • @DereC519
    @DereC519 Год назад +2

    thanks!

  • @hasanyousef7550
    @hasanyousef7550 Год назад

    error when i insert additions.iso ... unable to insert the ..can you help me ?

  • @ibrahimmohammed4019
    @ibrahimmohammed4019 2 года назад +1

    you fixed a lot of error that was appearing for me
    amazing tutorial

  • @rupayansen6530
    @rupayansen6530 2 года назад

    i3 10th generation processor can run ubentu through vartual box ?

  • @hinkalyLaver
    @hinkalyLaver Год назад +64

    Respect. What would we do without you, Hindus!

    • @soyasauce7505
      @soyasauce7505 Год назад +7

      Wtf is hindus?

    • @pavithrakamala05
      @pavithrakamala05 Год назад +21

      I'm also Hindu...but don't mention any race here... Knowledge doesn't received seeing race😊

    • @ayushsinha204
      @ayushsinha204 Год назад +24

      I think he means Indians .

    • @027_lakshaynegi6
      @027_lakshaynegi6 Год назад +15

      @@soyasauce7505 hindu, Indu, India. Same thing

    • @davebruno218
      @davebruno218 Год назад

      @@ayushsinha204 i think some of the bitch roam in india

  • @DD-be9gb
    @DD-be9gb 2 года назад +3

    Clear and quick! Thank you!

  • @t-hazriq
    @t-hazriq Год назад +4

    Helpful tips & straight to the point. You gained a like. Well done!

  • @chestersanders5496
    @chestersanders5496 Год назад +1

    Great video!!! Everything you need is right in this video.

  • @translucidmedia
    @translucidmedia Год назад +1

    Beautiful, thanks.

    • @Cityscapes411
      @Cityscapes411 Год назад

      Hey i am getting an error at 13:45
      Plz can you help

  • @rezamahendra2522
    @rezamahendra2522 Год назад

    my terminal won't open at all anyone know how to fix it im already frustated

  • @prakashganesh98
    @prakashganesh98 Год назад +1

    You are awesome buddy