DEV Community

Cover image for Scoop helps installed application from the command line
hardyweb
hardyweb

Posted on

1 1 1 1

Scoop helps installed application from the command line

Bismillahirahmanirahim, nota ini merupakan nota rujukan aku sahaja. sesapa pun boleh guna.

Guna window powershell , execute command di bawah untuk install scoop.

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
Enter fullscreen mode Exit fullscreen mode

Dalam windows 11, kena buat work around sikit dalam proses install scoop , boleh semak sini

  1. https://stackoverflow.com/questions/74870579/error-installing-scoop-command-line-installer

  2. https://community.wappler.io/t/scoop-installer-failed/40795/2

Antara command yang biasa digunakan dalam scoop

1. Scoop install 7zip  // install perisian
Enter fullscreen mode Exit fullscreen mode
2. scoop update 7zip // update perisian
Enter fullscreen mode Exit fullscreen mode
3. scoop cleanup 7zip // remove perisian versi lama setelah update versi baru
Enter fullscreen mode Exit fullscreen mode
4. scoop uninstall 7zip // remove perisian 
Enter fullscreen mode Exit fullscreen mode
5. scoop status 
Enter fullscreen mode Exit fullscreen mode

ada perisian yang tiada dalam senarai asas scoop, perlu masukkan menggunakan arahan

scoop bucket add extras

Enter fullscreen mode Exit fullscreen mode

boleh tengok senarai bucket di sini untuk perisian-perisian lain ..

  1. https://scoop.netlify.app/buckets/
  2. https://rasa.github.io/scoop-directory/by-bucket

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay