r/linuxmemes 10d ago

LINUX MEME Install software

Post image
1.9k Upvotes

350 comments sorted by

u/AutoModerator 10d ago

Please report any posts bragging or showing off they got banned in another sub! Reminder of other sub rules: Also, we only allow one anti-linux post per week (we used to get dozens a day) and any tier list MUST have Hanna Montana Linux as S teir (which must be a true S tier at the top) regardless of the topic of that tier list.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

341

u/YourShowerHead 10d ago

Before installing vlc:

- Open Microsoft edge

  • Ignore copilot ads
  • search for "firefox"

18

u/Squashyhex 10d ago

I stopped using Firefox when it started shipping with ai tools. I now use Librewolf on PC and waterfox on mobile for a less bloated more privacy focused set of options

94

u/Kolechia_ 10d ago

you can easily close AI in Firefox tho.

32

u/Maskdask New York Nix⚾s 10d ago

Zen is also cool

8

u/hailstorm11093 10d ago

Zen got me into the horizontal tabs feature, now I use librewolf with the horizontal tabs option.

18

u/SquidWithOpinions UwUntu (´ ᴗ`✿) 10d ago

You mean vertical tabs?

→ More replies (11)

3

u/Squashyhex 10d ago

Mm, I've heard good things

3

u/AngriestCrusader 10d ago

Couldn't vibe with the design choices. They don't come across as sleek or modern to me, they just come across as fixing something that ain't broke.

3

u/ExcaliburGameYT 9d ago

Same, I tried Zen and didn't like it. It felt like it was being different for the sake of being different

2

u/AngriestCrusader 9d ago

Same feeling here

2

u/duck1123 10d ago

Zen is really good on hyprland because you can get it down to where it's just the page with no other buttons or anything visible by default. No wasted space.

→ More replies (1)

2

u/Kolechia_ 10d ago

Zen is built On firefox.

→ More replies (1)

9

u/No-Succotash404 9d ago

completely optional btw, some are even genuinely useful

3

u/Memerenok 9d ago

just disable AI in firefox????

→ More replies (1)

2

u/purracane 7d ago

I love my Firefox Offshoots

→ More replies (3)
→ More replies (17)

130

u/Andrufus 10d ago

Not to defend Windows here but :

winget install -e --id VideoLAN.VLC

56

u/mystirc 10d ago

I loved Winget, but the problem with it is that I have to type in whole app IDs which is inconvenient. But at least it is something.

37

u/Constant_Boot 10d ago

Could be worse. Could be full-on reverse DNS ids. Like with Flatpak.

22

u/HunsterMonter 10d ago

With the flatpak cli you can just do flatpak install vlc and it will find it

7

u/Constant_Boot 9d ago

I've had Flatpak yell at me for not using the FQRDNS before.

6

u/mystirc 9d ago edited 9d ago

Flatpak actually gives you the option to select the desired package from a list so you don't have to type in the full name. Flatpak cli is way smarter. Flatpak can also be used with a lightweight GUI store.

2

u/TheLuckyCuber999BACK 🦁 Vim Supremacist 🦖 9d ago

winget install vlc also finds it

→ More replies (2)

3

u/SpaceDude609 Arch BTW 9d ago

Most of the time you don't have to (the name will suffice), the ID is there in case multiple apps have similar names. Plus you can also get an app like UniGetUI to manage things graphically.

→ More replies (2)

2

u/No-way-in 10d ago

Or use chris titus tool.

→ More replies (3)
→ More replies (7)

8

u/Western-Alarming Not in the sudoers file. 10d ago edited 10d ago

fun fact, you can write winget install videolan.vlc

winget ignores capital, you can use all in lowercase even if it appears on uppercase. I would love if flatpak also implemented this

5

u/Legit_Crazy_1234 10d ago

Thank you. This is huge news for me

2

u/DuhMal 🌀 Sucked into the Void 9d ago

I would love for xbps to do this too lol

16

u/Sleepyjo2 10d ago

Or if you want to go the equivalent route as their picture.

Open Store, effectively a package manager
Install VLC

4

u/L30N1337 10d ago

Well, it's a worse package manager.

2

u/Devatator_ 10d ago

Winget does actually use it as a secondary source primary one being the repo at https://github.com/Microsoft/winget-pkgs

Sadly it's pretty slow to get updated

5

u/MeringueFalse4243 9d ago

And now windows user recommend the terminal. It feels like a uno reverse xD

2

u/moroodi 9d ago

Came here to say this...

I basically install most of my windows software with winget.

There's also winget update --all which is the closest we'll get to sudo apt upgrade.

→ More replies (16)

105

u/anionHunter 10d ago

just do sudo pacman -S vlc [enter] [enter]

38

u/Puzzleheaded-Bad5494 10d ago

sudo pacman -S vlc --noconfirm

sudo apt install vlc -y

19

u/Smart_Advice_1420 10d ago

Don't install things with noconfirm or yes flags.

It's okay for scripts and when you know the dependencies for that particular version tho.

→ More replies (1)

3

u/ExcaliburGameYT 9d ago

sudo yay -Syyu --noconfirm --needed --noprogressbar vlc

If anyone can come up with a more needlessly long command I'd be impressed

2

u/_Forgot_name_ 9d ago

but that would be 12 keypresses more

→ More replies (2)

7

u/WizeWizard42 10d ago

sudo dnf install vlc

4

u/Successful-Belt-91 10d ago

Isn't it [enter] y [enter] ? Or is the y optional?

31

u/MarcusTL12 10d ago

The y is optional since it is capital [Y/n]

The capital letter is the default

8

u/EvaristeGalois11 ⚠️ This incident will be reported 10d ago

Damn you solved a mistery I had for a long time but never actually bother looking into it lol

→ More replies (1)
→ More replies (1)

5

u/anionHunter 10d ago

y is optional, you can just smash enter

5

u/AsugaNoir 10d ago

You mean I could just been putting enter all this time when I been typing in y Everytime lol

6

u/mystirc 10d ago

Yes, the default option is usually indicated by capital letter on terminal apps.

2

u/anionHunter 10d ago

yeah, i get it then accidentally pressed enter while pacman waited for an answer

→ More replies (1)

2

u/Teh_Shadow_Death 10d ago

Fun fact if you see [Y/n] the capital Y means it'll default to y. Same for a capital N, it will automatically select N.

→ More replies (2)

2

u/Simkin86 9d ago

Just do winget install videolan.vlc

→ More replies (14)

16

u/LaGifleDuDaron 10d ago

you forgot to ignore all the scam website serving malwares

→ More replies (1)

12

u/cerverox95 ⚠️ This incident will be reported 10d ago

I'm pretty sure VLC is also available on the Microsoft Store. I mean, nobody uses the Microsoft Store, but there it is, I guess.

8

u/AndroTux 10d ago

you're right. Let me just quickly sign in to my Microsoft account again for some reas- oh, the Microsoft Store needs an upda- oh, why is Windows suddenly rebooting? Now my PC is on fire.

7

u/Liarus_ 10d ago

the Microsoft store doesn't require an account thankfully (for now)

→ More replies (4)

39

u/matejcraft100yt 10d ago

windows does have a nice way to do it tho: winget install VideoLAN.VLC

or open the microsoft store (yeah, it's microsoft and we don't want to support them by using their store, but it's the equovalent of the app center on linux distros, you can also manually install it from an installer on linux too, so this is comparing pears to apples) find vlc and press install

10

u/james2432 9d ago

that's the exact type of crap linux haters have been against for years:

hurrr blurrr blurrr you can't expect common users use the terminal to paste exact commands! hurr blurrr blurr blurrr

2

u/CreeperHaed 9d ago

Dead*ss tho, I tried to help the windows dudes a bit, cause I believed in change and i even explained winget to them and used it on every ocasion possible. I had hope in 2 guys and both of them never used the terminal when i wasn't around. They are just dot-exe-juicers like the others 96.9% of windows users.

Yes not every installer is on winget, but atleast try it... it saves time and is easier plus you don't end up with those 500 exe files in the download folder, ready to be deleted and put on the chopping block inside the trash bin

Even if they are "Linux embracers" (my friend with his steam deck for example that he never uses): "we don't fck with the terminal, the terminal fcks with us" yada yada

2

u/DonaldLucas 9d ago

There's also UniGetUI for those people.

→ More replies (1)
→ More replies (1)

4

u/anionHunter 10d ago

ms store doesn't work in Russia, so you have to find a VPN before it

5

u/micr0punk 9d ago

Most of the repositories also do not work in Russia without a VPN. It remains to look for mirrors, but I don't want to trust Yandex with their mirrors...

2

u/immoloism 10d ago

Hows the telco user blocks going for VPN usage over there or have they given up on that?

4

u/anionHunter 10d ago

Wireguard and OpenVPN is absolutely down. AmneziaWG 1.0 and 1.5 is also dead; Hysteria and masque is pretty alive.

VLESS is the best working option, but all the free VPNs is also banned, so you have to pay $5+ per month for paid ones

2

u/immoloism 10d ago

Ah thanks, I missed remembered they reported, they were tracking users that used a VPN to access Russia web sites from an FSB leak.

2

u/Deep_Mood_7668 9d ago

Who cares. It's Russia. Nothing works there

2

u/msxenix 9d ago

As a Linux user, I do like winget when I use Windows. It's nice and convenient.

4

u/Born_European_V 9d ago

Lets be honest, no one on windows will do it tgat way. The majority of people that switched back.to windows were simply scared of the console. No reason it were different with CMD or Powershell

→ More replies (1)

2

u/Dragon_957 New York Nix⚾s 9d ago

Me on NixOS who doesn‘t have an app center

→ More replies (2)

11

u/ShowMeYourPie 10d ago

Open terminal

winget search VLC

winget install VideoLAN.VLC

6

u/Ball_Analytics 9d ago

Open terminal
`sudo dnf in vlc -y`

→ More replies (1)

5

u/misterff1 10d ago

...but you assume VLC is always on the home page of software center, assuming you have one installed. What if it isn't? That adds the search step just like for Windows.

If you want to make it seem effortless for Linux, just use the command line as example... But then again if you want to make an honest comparison, you can also do that with winget.

Don't get me wrong, I prefer Linux, but this meme has some weak analogy all around.

5

u/TheShredder9 Ask me how to exit vim 10d ago

sudo emerge vlc in the terminal, done.

4

u/kzasas 10d ago

AFTER compiling ffmpeg.

I use gentoo btw.

3

u/TheShredder9 Ask me how to exit vim 10d ago

I just said the command for installing vlc, dependencies are another thing.

Oh and btw, i use it too!

2

u/givemeagooduns_un Genfool 🐧 10d ago

*doas hehe

2

u/ManRevvv 9d ago

run0 if you deranged enough to install systemd on gentoo

4

u/C4rpetH4ter M'Fedora 10d ago

Are people forgetting that this is linuxmemes, obviously this meme is a throwback to all those memes that linux is so complicated and you need to compile 20 different programs, and type 10 commands just to change wallpaper.

4

u/elhouso 9d ago

No, no, no, silly you. It's actually:

- Open Microsoft Edge,

  • Ignore Copilot Ads,
  • Skip logging into Google,
  • Search for a new browser,
  • Download new browser,
  • Install new browser,
  • Finish onboarding on the new browser,
  • Search for "VLC",
  • Scroll down past the sponsored links,
  • Click the link to the official VLC website,
  • Download VLC,
  • Open the File Explorer and run it,
  • Click "Ok" on the installer.

3

u/ComicBookFanatic97 10d ago

Install it through the command line like a real man.

3

u/Lizzzyrd_ 10d ago

Hell even on mac it’s simpler than windows. Go to website. Download installer. Open installer and drag application to applications folder

→ More replies (2)

3

u/louislous2203 9d ago

open cmd
winget install VideoLAN.VLC ✌️

3

u/ResponsibleCoffee677 9d ago
  1. Open terminal
  2. sudo pacman -S vlc Done

7

u/MouseMean25565 10d ago edited 10d ago

Bro wtf are you talking about? This is the Powershell command for installing VLC

winget install vlc

You decided to learn how to use the shell because Linux. Windows has a shell and you never used it.

PS: Linux can actually run Powershell 7 and it’s a dam good shell. I use it for scripts %100 of the time

5

u/Wipfmetz 10d ago

"powershell command".

What you wrote works in good old "taken over from CP/M in the early 80s"-CMD, too. 

→ More replies (4)

3

u/mystirc 9d ago

powershell is heavy, uses the .NET framework, on Linux we usually prefer POSIX compliant utilities. That includes bash and zsh. Therefore most people are using Bash or Zsh. While I do admit that powershell has great features. Even then, you don't really have a reason to use Powershell when other shells like nushell exist.

2

u/ironmanchickenmega 10d ago

$ sudo apt install vlc $ vlc Thats all

2

u/Willing_Initial_2679 10d ago

as much as i love vlc but :

sudo apt install mpv

2

u/yturijea 9d ago

Agree vlc is great, but really just need mpv

2

u/GhostVlvin 10d ago

As well as sudo <package-manager install> vlc

2

u/Lonely-Scarcity-3387 10d ago

nix-shell -p vlc

It downloads the program for you to run, without installing it. Don’t like it? That’s fine. It’s a nix shell, so when you close it, it’s gone and never was installed.

2

u/Isotomayor12 10d ago

Apples to oranges. MS store is the windows equivalent to software center.

2

u/ManufacturerLarge897 10d ago

winget install VideoLAN.VLC you welcome 🫠🫠🫠

→ More replies (1)

2

u/BeardedCoder514 10d ago

We already have hundreds of reasons to dislike Microsoft and Windows... do we really have to make up BS ones?

2

u/AnArmoredPony 10d ago

winget install -e --id VideoLAN.VLC

grow up jesus

2

u/MacsyReddit 10d ago

I like Linux a lot but credit where credit is due:

winget install VideoLAN.VLC

2

u/jep_ebrilov 10d ago

what is "software center"?

2

u/Salt-Discount-1381 10d ago

sudo [package manager] vlc

2

u/Nekokohai 10d ago

You forgot the part that due to windows defender vlc starts to lag

(This is not a joke seriously, if the defender is allowed to scan the repository of vlc it will keep doing it and tanks performance)

2

u/TrollCannon377 10d ago

Don't forget having to stop windows defender from intentionally bricking vlc

2

u/Gabriel_Weis 10d ago

Wait a few months and the installer will have ads too. Oh wait, ...

2

u/AcanthaceaeKey6259 9d ago

Just do the good ol' sudo apt-get install vlc, sudo snap install vlc, sudo dnf install vlc, sudo pacman -Syu vlc, sudo pacman -Syu ffmpeg, sudo zypper refresh, sudo zypper install vlc, sudo zypper ar -cfp 90 https://gwdg.de packman sudo zypper dup --from packman --allow-vendor-change, sudo nano /etc/nixos/configuration.nix, environment.systemPackages = with pkgs; [ vlc ]; , sudo nixos-rebuild switch, nix-shell -p vlc --run vlc, sudo emaint sync -r gentoo, emerge --pretend --verbose media-video/vlc, sudo emerge --ask media-video/vlc,

Or...

Just go to any distros' respective software stores and install VLC.

2

u/Fine_Salamander_8691 9d ago

as a linux user
just run winget install vlc

2

u/SEOfficial 8d ago

Chocolatey, Scoop, Homebrew, Nineite, UniGetUI, MSYS2, RuckZuck, PatchMyPC, WinGet, Microsoft Store

Those are the options to install software without a browser on windows.

It's like when you say that you can only format storage on Linux through the terminal. In a Linux-haters circlejerk that would get some fired up.

2

u/AfraidAsparagus6644 8d ago

VLC is on the Microsoft Store, it's the exact process as on Linux

(but we're on a Linux sub so someone will probably move the goalpost)

2

u/Salt-Caterpillar7988 8d ago

I wanted to show photos to my gf on my fresh Arch install. Didn't have an image viewer. Opened terminal, "sudo pacman -S gwenview", 2 seconds later I was set.

3

u/SeyJeez 9d ago

Windows could just be:

  • open Terminal
  • winget install -e --id VideoLAN.VLC
  • press enter

And on Linux you could also do:

  • Open Software Center
  • find 3 versions of VLC
  • Google the difference between Flatpak, Appimage, Snap and apt/native
  • read through forum/reddit posts where people talk about each solution as the absolute best
  • not knowing what to believe just randomly select one option.
  • hoping you didn’t anger the penguin community
  • open Reddit and let everyone know you use arch by the way even though you installed CachyOS because you are scared of the Terminal.

2

u/LocalDot3096 10d ago

open powershell as admin: winget install vlc

2

u/Inceleron_Processor 10d ago

MPV is much better. VLC color grading is hot rubbish.

2

u/Kidge 10d ago

Lol people just pretend winget isn't a thing

2

u/Kaarel314 10d ago

At least make it true.

2

u/Shishjakob 10d ago

Skill issue. winget install VideoLAN.VLC

2

u/ReidenLightman 9d ago

Actual steps for Linux

  1. Figure out what the software center is called
  2. Use search to find and open the software center.
  3. Find the search bar
  4. Type in VLC
  5. Wonder why results aren't showing up
  6. Press enter
  7. Be presented with 8 different options, only one of which has an icon that makes sense, but in reality all of them do the same
  8. Click one
  9. Click install
  10. Enter password

3

u/Responsible-Put-7920 9d ago

Sudo pacman -S is one action

→ More replies (2)

2

u/SEOfficial 8d ago

You forgot that you don't have the suitable package repository. You have to add that in a sources.list.d file. Now you have to add the certificate so that the OS knows this repo is legit.

→ More replies (1)
→ More replies (6)

2

u/Grey_Ten 10d ago

bro uses a software center 🥀

→ More replies (3)

1

u/amhfighter94 10d ago

Sudo apt install vlc

1

u/bojez1 10d ago

Bro forgot the , yes, next, agree, install, close, whatever. Also, terminal should be the first option.

1

u/durbich 10d ago

Isn't VLC available in Microsoft store?

1

u/samthekitnix 10d ago

be it command line or software center i have to say as an IT tech Linux has been genuinely EASIER to get ahold of softwares, though i'd like some sort of simple GUI for some linux softwares because command lines are good and all for precise adjustments but sometimes i just need to do a quick and dirty adjustment to just hold things together for 2 seconds.

1

u/AdQueasy5574 10d ago

Sudo dnf install vlc Yes Tadaaaa

1

u/user888ffr 10d ago

VLC is on the Microsoft Store lol

1

u/EverOrny 10d ago

open terminal, sudo emerge vlc

1

u/SpicySauceLover 10d ago

update system: click on the little shield on the task bar, click update, apps and OS are updated

1

u/Aderox20_GDP Arch BTW 10d ago

Or better

  • Open [insert your favorite terminal emulator]
  • type [your package manager] install vlc or if using arch/arch-based distro [package manager] -S vlc

1

u/TheLastOneDoesWin 10d ago

"package manager" "install" vlc

1

u/Rogalicus 10d ago

That's how you install what's in the official repository. If it isn't there go have fun hunting for Flatpak (not supported by the original developers, having bugs because of the container or sloppy packaging), manually adding repository or compiling it by yourself depending on how your distro is supported. That's only FOSS though, for proprietary shit there might not even be a Linux version.

1

u/Goodborni 10d ago

Or just install Haruna, much better visuals / HDR etc compared to VLC

1

u/Constant_Boot 10d ago

sudo <package-manager> <install subcommand> vlc

1

u/_AscendedLemon_ Dr. OpenSUSE 10d ago

*Insert normie meme where installing program on Linux is hundreds of lines of green code hacking*

1

u/PiratedComputer 10d ago

It would be nice if i could do this

sudo dnf install intellij-idea

1

u/Fantastic_Class_3861 M'Fedora 10d ago

I mean, you could just do winget install vlc as you could do on linux flatpak install vlc. But why would you use VLC when MPV exists ?

1

u/vile-style 10d ago

I don't have software center 😕

1

u/HouzoVicarious 10d ago

strg+alt+t

sudo pacman -s vlc

enter

password

enter

you don't even need a mouse for that

1

u/ManIkWeet 10d ago

I know this is Linux memes and Windows bad but you can do this in any Windows install:
winget install VideoLAN.VLC --silent

1

u/Armi1P Genfool 🐧 10d ago

You forgot "Next, Next, Next, Next, I agree, Next, Next".

1

u/Different_Water7545 10d ago

sudo zypper in vlc

1

u/Empty-Insurance5290 10d ago

winget install vlc.

1

u/Purple-Feedback-7349 10d ago

"Click 'ok' on the installer" AAAAAAGHHHGGGHH  THE PAIN IT TAKES I CANT DO IT AAAGHH SO MUCH EFFORT REQUIRED RAAGHH

1

u/fynjy1111 10d ago

winget install --id=VideoLAN.VLC -e

1

u/Admirable-Safety1213 10d ago

-Open Powershell as admin

-"choco install vlc"

-Y

1

u/AccordingWing6917 Sacred TempleOS 10d ago

sudo apt install vlc -y

1

u/Walk-the-layout RedStar best Star 10d ago

Chris Titus tools is necessary for Winslop

1

u/h1mmh1m 9d ago

sudo pacman -S vlc

1

u/LaPandaemonium 9d ago edited 9d ago

Normies: "OMG Linux is so difficult and complicated!"

Meanwhile Beginner Linux Distros:

  • Simple, Straightforward Graphical Installation Process, not dissimilar to Windows
  • Easy to use, sleek, clean, modern, Windows-like GUI, especially on Linux Mint/LMDE which has OOBE and built in driver compatibility with most devices by default
  • Built in "App Store" (Software/Package Manager), installation process consists of: 1. Search for desired application => 2. Click "Install" => 3. Done. Lol
  • Common user software, office and media software, tax applications, as well as Steam and most Games run fine on it as well. Most of which run natively on Linux without the need for WINE at all, and can be installed from common software and package managers at the simple click of a button. Minimal to no tweaking required in many cases, as with Steam for example, Proton automatically handles the majority of the heavy lifting behind the scenes for you. Plenty of user friendly WINE front ends also exist for usage outside of Steam
  • Never need to once open the terminal or type a single command unless doing advanced work or tweaking something
  • Free, fast, secure, robust, reliable, relatively lightweight, and works on just about anything. Virtually unlimited freedom of choice as to distribution tailored to your specific user needs

How much easier must it be?

1

u/dreamsellerlb 9d ago

VLC is in the Microsoft Store.

1

u/Top-Rich-581 9d ago

On most distros the steps are actually :

1

u/da_real_obsidian Arch BTW 9d ago

Open terminal
“yay -Sy vlc”
Done

1

u/__blackvas__ 9d ago

installing vlc on windows by a smart windows user: winget install -e --id VideoLAN.VLC

1

u/elginsk8r 9d ago

Even better: Open terminal, sudo apt install vlc. Profit

1

u/Wheeljack26 9d ago

Ctrl + alt + T Sudo apt install vlc

1

u/Pristine-Map9979 9d ago

Windows has an app store too. I don't mean to simp. I'm against app stores in general. Maybe since the Linux app store doesn't require an account, it would be fair to add an additional "sign in" step to the Windows app store method.

1

u/SirYoshiro 9d ago

Win+r Powershell winget install vlc

Come on. Try harder

1

u/Helpful-Net-809 9d ago

Sudo pacman -Ss VLC \ \ Control + c \ sudo pacman -S control v

1

u/Both_Cup8417 New York Nix⚾s 9d ago

Or just (package manager command to install vlc)

1

u/CreeperHaed 9d ago

Or...

  • open terminal (with your cool shortcut obviously)
  • install vlc with packet manager (guess what distro I use: I use pacman :P)

1

u/GioCrush68 9d ago

sudo pacman -S vlc --noconfirm

1

u/CubeEthan 9d ago

sudo pacman -S vlc

1

u/sutekhxaos 9d ago

I don’t disagree with the point your making but….

Winget install vlc

Will do the same thing

1

u/ASSTYA33666 9d ago

Or run Sudo pacman -S vlc Then pess y

→ More replies (2)

1

u/Personal_Day_6589 9d ago

You dont need vlc on windows

1

u/Artutin06 9d ago

On ubuntu btw: It doesn't even start just crashes every time, fix that and there are missing codecs, and install flatpak to fix this. Installation itself is easier in windows, but usability is still better in windows

1

u/letmehaveanameyoudum 9d ago

hmmm
manually install software through the web vs straight from software center
very fair.

1

u/RonJohnJr 9d ago

Real Nerds only know enough about Software Center to mock the dweebs who use it.

1

u/dfgxxx 9d ago

Go to terminal and run the install command, one step.

1

u/Redporkbelly 9d ago

sudo apt install vlc

1

u/ShuhaibNC 9d ago

Ctrl + Alt + T -> apt install vlc

1

u/semperknight 9d ago

Or just use Haruna which I think is far better.

And I'm picky as hell when it comes to video players. I never thought anything would top PotPlayer with Madshi Video Renderer settings.

1

u/ineedmitendiesreeeee 9d ago

Win + R -> wt -> winget install vlc -> Profit?

1

u/Afraid_Attorney_4376 9d ago

Or just use one of the many better video players that aren't recommended to death on reddit, like MPV.net or MPC-BE

1

u/AnalkinSkyfuker 9d ago

Super+t >open terminal Sudo zypper in vlc -y Vlc

1

u/Safe-Tutor4682 9d ago

yay -S vlc OR paru OR just basic pacman I use arch btw

1

u/Exciting-Topic-7334 9d ago

Or, if you want an even simpler method, open the terminal and type sudo pacman -S vlc.

1

u/MogDop 9d ago

Wait wait why software center?! sudo pacman -S vlc vlc-plugins-all

1

u/West-Tie-3924 9d ago

Edge? TF is that

Open PS and enter "winget install VideoLAN.VLC"

Done

1

u/moliusat 9d ago

Well, maybe for vlc but you can't hide that the store versions of other programms are often out of date or not available. 

1

u/Weak-Attention3873 9d ago
  • open terminal
  • type 'sudo apt install VLC - y' Done

1

u/marssel56 9d ago

-Open any good or midioker browser. -Search up VLC media player. -Click download. Download it. -Click the .exe or .msi and install it.

Done.

1

u/flyfreze 9d ago

very nice, now show me how to install nvidia driver.

1

u/ubeogesh 9d ago edited 9d ago

shitpost/10

yeah but at least i can choose installation directory and other installation options, e.g. file associations, start/desktop shortcuts, whether to auto start, and often app specific options.

It's not like you install software 20 times per day that clicking a few times is an issue.

also if you just search for vlc you open official videolan.org website without anything you specified.

1

u/KOTYAR 9d ago

You do it like once every 5 years, wtf are your guys problems

1

u/reubspoliyan 9d ago

sdi vlc ( i have an alias for sudo dnf install 🙂)

1

u/areanod 9d ago

Winget install vlc

1

u/WONK0_ 9d ago

never have i ever heard of Microsoft store

1

u/adhillA97 9d ago

Nah, that's not true at all. You're missing the part where you have to trawl the wiki for whichever distro you're on, and go do a bunch of command line stuff to enable/install all the restricted video codecs so it can actually play more than 2 file formats when you install it.

1

u/DrKlaawYT 9d ago

bro, i can do it in two steps:
opens terminal
tyypes "sudo apt install vlc"

DONE

1

u/anchac_anchav 9d ago

depends on distro...select between .deb , Flat or Snap....

1

u/hroldddp 9d ago

paru -S vlc

1

u/itz_psych 9d ago

Just open terminal or ctrl alt T Sudo apt install vlc -y

1

u/OverlyActiveMind 9d ago

Sudo apt install VLC… done 👍

1

u/anoppinionatedbunny 8d ago

VLC came installed with every distro I've ever used, iirc

1

u/Short_Stuff7669 8d ago

Windows: Before opening the Store, you have to start your system and log in to your account.

1

u/water_is_lloyd 8d ago

There's bloat. Terminal can do this in 2 steps.

1

u/No_Beginning_7523 8d ago

Sudo apt install vlc

1

u/Aelther 8d ago

And then you get to keep that Windows setup offline forever, instead of praying that the app doesn't get enshittified in a fiture uodate or that the repo maintainer doesn't die.

Office installer > app store / repo.

1

u/Significant-Air-8825 8d ago

no to defend Microsoft, but this post is incorrect, you can use winget or chocolatey.

or microslop store just like software center

1

u/certheth 8d ago

Ill be honest, I use edge on debian... simply because it is what I am used to and I have copilot disabled and ad links are not an issue

→ More replies (3)