Erweiterte Suche

20 Suchergebnisse

Seite 2 von 20 Suchergebnisse

  • Linux
    Electron und pnpm
    In order to use with pnpm, you’ll need to adjust your .npmrc to use any one the following approaches in ...
  • Linux / OBS
    Quilt - a really quick howto
    As i regularly look it up from my mailbox. lets post it here. osc co yourproject/yourpackage cd yourproject/yourpackage quilt setup -v *spec cd yourpackage-*/ quilt ...
  • Linux / OBS
    How to create a .patch file?
    Möglichkeit 1) diff -Pdpru Original-Path\ Geänderter-PATH\ > foobar.patch Dann in spec: Patch0: foobar.patch und unter %prep nach %setup %patch0 -p1 einfügen.   Möglichkeit 2): -⁠ Make  a copy of the file to patch cp file file.orig -⁠ Modify the file ...
  • Linux / OBS
    Rollback zu einer älteren Revision
    Um mittels osc einen Rollback zu einer älteren Revision durchzuführen sind folgende Schritte notwendig:   osc sr -r $rev $prj $package $prj ...
  • Linux
    Farbliche Ausgabe von osc
    zypper in grc grc osc build ...
  • Sonstiges
    How to fully backup your Android smartphone or tablet without root
    How to enable USB debugging | Go to your Settings menu Scroll down and tap on System Select About phone Tap on the device’s Build number multiple times ...
  • Linux / OBS
    Cython < 3
    Entweder: BuildRequires: %{python_module Cython0} besser: BuildRequires: %{python_module Cython >= 0.29 with %python-Cython < 3} ...
  • Linux
    rpmlint: python-bytecode-inconsistent-mtime
    Es gibt drei Möglichkeiten. In dieser Reihenfolge nutzen.Diese sind nach %python_install einzufügen.Für %{python_sitelib} kann auch %{python_sitearch} eingesetzt werden.   # Fix python-bytecode-inconsistent-mtimepushd ...
  • Linux
    7zip-bin-mac/7za: Error: spawn EACCES
    Wenn folgende änliche Fehlermeldung kommt: "7zip-bin/linux/x64/7za EACCES  failedTask=build' dann muss folgendes auf Ausführen gesezt werden: $ chmod +x node_modules/7zip-bin-mac/7za ...
  • Linux
    meson bestimmte python version übergeben
    %meson -Dpython=python3.11 ...