this post was submitted on 14 May 2024
1098 points (97.7% liked)

linuxmemes

24206 readers
1989 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     

    Terminal > Windows Registry.

    you are viewing a single comment's thread
    view the rest of the comments
    [–] PoolloverNathan@programming.dev 20 points 10 months ago (5 children)

    LiNuX uSeR iNsTaLlInG A BrOwSeR haha

    yeah uh...

    • sudo apt install firefox
    • sudo xbps-install firefox
    • sudo pacman -Syu firefox
    • nix-env -iA firefox
    [–] dream_weasel@sh.itjust.works 13 points 10 months ago

    Bro I think you got too many package managers in your setup. Prob this is gonna cause conflicts.

    [–] Skates@feddit.nl 7 points 10 months ago (2 children)

    Ahahahah imagine writing a short story to install a browser

    [–] dezmd@lemmy.world 10 points 10 months ago

    Yeah, totally.

    Just imagine trying to do this with Windows Powershell, without a package manager like chocolatey to make it simple like linux...

    $workdir = "c:\installer\"
    
    If (Test-Path -Path $workdir -PathType Container)
    
    { Write-Host "$workdir already exists" -ForegroundColor Red}
    
    ELSE
    
    { New-Item -Path $workdir  -ItemType directory }
    
    $source = "https://download.mozilla.org/?product=firefox-latest&os=win64&lang=en-US"
    
    $destination = "$workdir\firefox.exe"
    
    if (Get-Command 'Invoke-Webrequest')
    
    {
    
         Invoke-WebRequest $source -OutFile $destination
    
    }
    
    else
    
    {
    
        $WebClient = New-Object System.Net.WebClient
    
        $webclient.DownloadFile($source, $destination)
    
    }
    
    Start-Process -FilePath "$workdir\firefox.exe" -ArgumentList "/S"
    
    Start-Sleep -s 35
    
    rm -Force $workdir/firefox*
    
    [–] DrGamerPhD@programming.dev 9 points 10 months ago (2 children)
    [–] mightyfoolish@lemmy.world 6 points 10 months ago (1 children)

    Could be three. Just make your only account the root user.

    [–] cygon@lemmy.world 2 points 10 months ago (1 children)

    Make it two: emerge firefox (Gentoo users only)

    [–] ulterno@lemmy.kde.social 1 points 10 months ago

    its four words

    By the time you reach writing 4 words on Windows, you''l have enough mental exhaustion for it to be equivalent to a short story.

    [–] cows_are_underrated@feddit.de 7 points 10 months ago (1 children)

    sudo pacman -S firefox is also enough. -Syu is for updating.

    [–] Petter1@lemm.ee 3 points 10 months ago
    [–] overcast5348@lemmy.world 1 points 10 months ago (3 children)

    It's been 8+ years since I last used Ubuntu on my laptop. I faced massive issues with staying on the latest version of Firefox because apt had a much older version, and installing using the gui installer wouldn't replace the apt version etc etc. Probably a PEBKAC issue...

    But, I do want to know- is this not an issue any more? Will apt install the latest (or almost latest) version of Firefox? Can I update it from the inbuilt update tool in Firefox?

    [–] ulterno@lemmy.kde.social 2 points 10 months ago

    When you choose a distro, you generally choose to follow what the maintainers give you as the "latest".
    Or you get snap/flatpak/AppImage.

    I, personally, would go with AppImage, probably because I once made some myself and liked them.

    [–] xkforce@lemmy.world 1 points 10 months ago

    Not unless you use the nightly repository.

    [–] alvendam@lemmy.world 0 points 10 months ago (2 children)

    Can I update it from the inbuilt update tool in Firefox?

    Universally regarded as a bad idea on Ubuntu based distros as far as my research goes.

    Probably a PEBKAC issue...

    Staying on the OTB repos in LTS distros and then complaining about software being slow to update is like staying on the OTB mirror, and then complaining that your download speeds suck.

    I'm a Linux noob through and trough, use Glorious Mint, but like... How to get a newer version of VLC, than distributed by upstream is probably the first thing I figured out how to do.

    [–] cows_are_underrated@feddit.de 2 points 10 months ago (1 children)

    Can I update it from the inbuilt update tool in Firefox?

    Universally regarded as a bad idea on Ubuntu based distros as far as my research goes.

    Why?

    [–] alvendam@lemmy.world 1 points 10 months ago (1 children)

    Dunno, but in every forum I've looked, people say not to use it, but let the updates go through the package manager. Sometimes even on threats of FUBARing your system. Could be that all these people are giving old info that's not true, but I never tried it - don't wanna go on the forums and start the thread with "I explicitly did what people say not to. How fix?"

    [–] Rustmilian@lemmy.world 2 points 10 months ago* (last edited 10 months ago) (1 children)

    The reason why is because of dependency hell and general packaging conflicts that could occur. You can go with the tar, snap, appimage or flatpak. If you do decide to use the system level package from a 3rd party, just be aware of the risks and be careful. The issue lay within the difference in standards, the usual target for these companies is Debian using the Debian packaging guidelines, while Ubuntu has their own, Ubuntu and Debian also have different release cycles which can lead to conflict with certain packages.
    Perhaps, if you're needs aren't met maybe moving to a semi-rolling or rolling distro is best.

    Edit : typos

    [–] alvendam@lemmy.world 1 points 10 months ago

    Oh, that makes sense, thank you. I'm really happy with mint. Pretty sure switching to the nightly repos got me most of what I need, for the rest there's PPAs. Rolling release sounds tempting sometimes, trying out Plasma on a distro that supports it is also tempting, but so far I can't be bothered. Mint seems to just work. :D

    [–] overcast5348@lemmy.world 2 points 10 months ago

    I don't know why you are being an ass to me. I literally admitted that my lack of skill was the issue right at the beginning.

    And then people wonder why noobs don't want to bother with Linux.

    [–] Rustmilian@lemmy.world 1 points 10 months ago

    paru -S firefox