this post was submitted on 15 Oct 2023
127 points (92.6% liked)

linuxmemes

21005 readers
3113 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 members of the community for any reason.
  • 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.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 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. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [โ€“] LunchEnjoyer 1 points 1 year ago (2 children)

    Where do you mostly download your packages from? Discover and Flathub? Just curious as I switched to Tumbleweed yesterday, and not a big fan of Discover so far... ๐Ÿ˜…

    [โ€“] [email protected] 3 points 1 year ago* (last edited 1 year ago) (1 children)

    If you are ok with using a terminal, just use zypper.

    [โ€“] LunchEnjoyer 1 points 1 year ago (2 children)

    Yeah need to get used to that then, I came from Debian so very used to apt.

    [โ€“] [email protected] 3 points 1 year ago (1 children)

    As someone who also switched from debian-based, the commands are pretty easy to pickup. Instead of apt-get upgrade you have zypper dup, and instead of apt-get install you have zypper install. Have fun with it!

    [โ€“] [email protected] 1 points 1 year ago (1 children)

    Another very useful command, if you are searching for python packages for example (they get installed via zypper not pip), is zypper se "package name" to search for packages in your repos

    [โ€“] [email protected] 2 points 1 year ago (1 children)

    Just wanted to say that zypper search works too, it might be easier to remember fore some people.

    [โ€“] [email protected] 1 points 1 year ago

    Thanks, I totally didn't thought about that ๐Ÿ˜ƒ

    [โ€“] [email protected] 2 points 1 year ago

    Also don't forget the --clean-deps flag when uninstalling a package with zypper to remove unneeded dependencies, for example "sudo zypper rm --clean-depts package_name"

    [โ€“] [email protected] 2 points 1 year ago* (last edited 1 year ago)

    Discover is trash imo, it always crashes when trying to list all the packages to update (maybe that's because of the number of packages i installed? No, impossible! xD)