spotify-easyrpm

(★ 90)

Download, convert and install the Spotify for Linux package

File Explorer

  • LICENSE
  • README.md
  • spotify-easyrpm

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

journalctl

View Details ▼

Query the systemd journal.
See also: `dmesg`.

journalctl {{[-n|--lines]}} {{n}} {{[-f|--follow]}}

Show the latest `n` lines and follow new messages (like `tail --follow` for traditional syslog):

journalctl {{[-b|--boot]}} -1 {{[-p|--priority]}} 3

Show all messages with priority level 3 (errors) from the boot before last shutdown:

journalctl {{[-u|--unit]}} {{unit}}

Show all messages by a specific unit:

🔍

systemctl

View Details ▼

Control the systemd system and service manager.
Some subcommands such as `disable`, `status`, `reboot` etc. have their own usage documentation.

systemctl status

Show all running services:

systemctl --failed

List failed units:

systemctl {{start|stop|restart|reload|status}} {{unit}}

Start/Stop/Restart/Reload/Show the status of a service:

🔍

zypper

View Details ▼

SUSE & openSUSE package management utility.
For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.

sudo zypper {{[ref|refresh]}}

Synchronize list of packages and versions available:

sudo zypper {{[in|install]}} {{package}}

Install a new package:

sudo zypper {{[rm|remove]}} {{package}}

Remove a package:

# Project Badges

  • img img
// repository documentation