The Basics of Installing Software from Source in Linux

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024

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

  • @NathBeLive
    @NathBeLive 2 месяца назад

    Simple, concise, very well explained, and a nice voice. 10 years this tutorial still holds some ground!

  • @nicholasodell7005
    @nicholasodell7005 3 года назад +6

    I have no idea why it took me so long to watch this but thank you Jason. Absolute Legend!

  • @AnantaAkash.Podder
    @AnantaAkash.Podder 5 месяцев назад +1

    Why isn't this video has millions of view already... So nicely explained...❤️❤️

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

    I found you 10 years late! Great job!

  • @notnono5342
    @notnono5342 3 года назад +5

    this is really old, but it helped me a lot installing from source for the first time!! thank you!!!

  • @user-kd5ip9zf4v
    @user-kd5ip9zf4v Год назад +1

    Thank you, this was very insightful and helpful.

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

    Wonderfully done!!! Very professional! Thanks!

  • @MrBubbagump58
    @MrBubbagump58 6 лет назад +1

    Thanks for uncompressing and unzipping in two steps. It clears up a bit of confusion for me.

  • @netherlabgames7511
    @netherlabgames7511 4 года назад +4

    Fantastic video, thank you! This cleared up a lot of what I needed to know!

  • @AnantaAkash.Podder
    @AnantaAkash.Podder 5 месяцев назад

    Thank you very much sir... I was searching for this...

  • @unsaturated8482
    @unsaturated8482 5 лет назад +1

    wow epic color scheme in this video

  • @mortezamf2387
    @mortezamf2387 6 лет назад +4

    excellent thanks a lot your a good teacher. Please describe what is being checked in configure step?( checked ... no)

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

    Thank you - this showed me enough to get an emulator working I really wanted!!! :)

  • @jeffblogy6135
    @jeffblogy6135 7 лет назад +1

    excellent thanks alot your a good teacher

  • @aleterra
    @aleterra 9 лет назад +6

    love your videos!

  • @QbidMusicandMore
    @QbidMusicandMore 8 лет назад +3

    Thanks a ton for this. I installed the current version of mpg123 with this. I went to use it, and it turns out the the current version doesn't work with 64 bit os's. So then I had to run make uninstall and install the regular way through apt-get to get the proper version. Great learning video though.

  • @gmailservice9945
    @gmailservice9945 3 года назад +3

    thanks for this beautiful tutorial. is it possible to first compile the software with make and then export it as a deb (or RPM) package and install the package through package manager?? so that the package manager take the responsibility of installed files and make it easy to remove?

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

    thanks for clearing this up

  • @Desi365
    @Desi365 5 лет назад

    First things first: thank you ! that was as clear and understandable as it could be
    currently trying to install Celestia, not quite there yet but working on it. The configure command doesn't work for some reason.

    • @thecoadventurer5010
      @thecoadventurer5010 4 года назад

      I use Debian 10 and for me it's ./configure most of the time.

  • @VitodeBoxer
    @VitodeBoxer 5 лет назад

    Thank you so much for this lesson

  • @povo-g5b
    @povo-g5b 5 лет назад

    Great and very helpful! Thanks!

  • @ultradude5410
    @ultradude5410 3 года назад

    Very informative!

  • @domaincontroller
    @domaincontroller 4 года назад +1

    You rule !

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

    This really helped!

  • @punchbowldeals
    @punchbowldeals 9 месяцев назад

    Only these appear
    cascadeur lib plugins qml resources usd
    csc-lib licenses python qt.conf samples

  • @suprakashmukherjee007
    @suprakashmukherjee007 9 лет назад +3

    How to install the files to a specified directory of my choice?

    • @JHuff276
      @JHuff276 8 лет назад

      "configure --prefix=/dir_name" or a specialized case would be to use a DESTDIR when you make install.

    • @Bekon241
      @Bekon241 4 года назад +1

      Look PREFIX info in readme or install... Somtime have special info.

  • @kenstoudamire7366
    @kenstoudamire7366 5 лет назад +1

    If you never programmed with C ..... just pray you dont get an error ..... aint no way you willl be able to trouble shoot without c programming experience

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

    I think you will make ldconfig video

  • @jacobthesitton9142
    @jacobthesitton9142 7 лет назад

    Subscribed

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

    can you use multiple gpu?

  • @smorinator
    @smorinator 9 лет назад +1

    interesting

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

    02:06 package managers

  • @TheRedneckTelevision
    @TheRedneckTelevision 5 лет назад +5

    I really don't get why linux can't have somthing similar to exe but for linux. Going thru all this is going to keep windows users away from linux.

    • @tidzej5400
      @tidzej5400 5 лет назад +1

      I totally agree. Windows has exe etc., android (which is Linux based in addition) has apk, Mac has img (correct me if i am wrong) and Linux has choices - you depend on repositories (which are sometime quite poor) or build programs from source (in which i failed almost everytime).

    • @ratto751
      @ratto751 3 года назад +1

      .exe is a security risk

    • @490o
      @490o 3 года назад

      They're slowly getting there. There are now distro independent package managers like AppImage, Flatpak and Snap. Which would behave similarly to a typical installer you get on Windows.

    • @average-neco-arc-enjoyer
      @average-neco-arc-enjoyer 11 месяцев назад

      I know this is a bit late but one doesn't have to build everything from source on linux at least now that one can use .deb files or whatever file corresponds to the system one uses. And most popular distributions have some form of software center/manager app where one just has to type in the name of the software and install it without needing to go get a file.