Snap chromium in ubuntu

Hi All,
Need help, chromium is installed already but when I executing it via command line /usr/bin/chromium-browser url.... I'm getting error chromium is not installed, install it using snap install chromium, I tried snap refresh chromium to reinstall it but getting this

rror: cannot refresh "chromium": refreshing disabled snap "chromium" not supported

here's the info

name: chromium
summary: Chromium web browser, open-source version of Chrome
publisher: Canonical✓
store-url: Install chromium on Linux | Snap Store
contact: Bugs : chromium-browser package : Ubuntu
license: unset
description: |
An open-source browser project that aims to build a safer, faster, and more
stable way for all Internet users to experience the web.
commands:

  • chromium.chromedriver
  • chromium
    services:
    chromium.daemon: simple, disabled, inactive
    snap-id: XKEcBqPM06H1Z7zGOdG5fbICuf8NWK5R
    tracking: latest/stable
    channels:
    latest/stable: 134.0.6998.165 2025-03-28 (3084) 186MB -
    latest/candidate: 134.0.6998.165 2025-03-24 (3084) 186MB -
    latest/beta: 135.0.7049.28 2025-03-27 (3087) 186MB -
    latest/edge: 136.0.7091.2 2025-03-29 (3090) 180MB -
    installed: 134.0.6998.35 (3060) 186MB disabled

I solved my issue already by enabling using command snap enable chromium.. Thanks