Paste #248850

   
pasted on 13.01.2022 20:14
  • Edit to this paste
  • Print
  • Raw
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
calculate diver # eselect
Usage: eselect <global options> <module name> <module options>

Global options:
  --brief                   Make output shorter
  --colour=<yes|no|auto>    Enable or disable colour output (default 'auto')

Built-in modules:
  help                      Display a help message
  usage                     Display a usage message
  version                   Display version information

Extra modules:
  arptables                 Manage the iptables/arptables/ebtables symlinks
  binutils                  Manage installed versions of sys-devel/binutils
  cdparanoia                Manage /usr/bin/cdparanoia implementation
  ebtables                  Manage the iptables/arptables/ebtables symlinks
  editor                    Manage the EDITOR environment variable
  env                       Manage environment variables set in /etc/env.d/
  fontconfig                Manage fontconfig /etc/fonts/conf.d/ symlinks
  gcc                       Manage installed versions of sys-devel/gcc
  iptables                  Manage the iptables/arptables/ebtables symlinks
  kernel                    Manage the /usr/src/linux symlink
  locale                    Manage the LANG environment variable
  lua                       Manage lua symlinks
  modules                   Query eselect modules
  mpg123                    Manage /usr/bin/mpg123 implementation
  news                      Read Gentoo ("GLEP 42") news items
  notify-send               Manage /usr/bin/notify-send implementation
  pager                     Manage the PAGER environment variable
  pinentry                  Manage /usr/bin/pinentry implementation
  postgresql                Manage active PostgreSQL client applications and libraries
  profile                   Manage the make.profile symlink
  rc                        Manage /etc/init.d scripts in runlevels
  repository                Manage repository list in repos.conf
  vi                        Manage /usr/bin/vi implementations
  visual                    Manage the VISUAL environment variable
  wine                      Manage active wine version
  wxwidgets                 Manage the system default wxWidgets profile
calculate diver # eselect wine
Usage: eselect wine <action> <options>

Standard actions:
  help                      Display help text
  usage                     Display usage information
  version                   Display version information

Extra actions:
  deregister <target>       Deregister a package with the eselect module (Internal use only)
    --vanilla                 Deregister a package with vanilla
    --staging                 Deregister a package with staging
    --d3d9                    Deregister a package with d3d9
    --any                     Deregister a package with any
    --force                   Forcibly remove a package
    target                    A fully qualified variant e.g.
                               wine-1.9.23, wine-vanilla-2.0, or wine-staging-2.1.1
  list                      List available wine versions
    --vanilla                 List the available 'wine-vanilla'
    --staging                 List the available 'wine-staging'
    --d3d9                    List the available 'wine-d3d9'
    --any                     List the available 'wine-any'
  register <target>         Register a new package with the eselect module (Internal use only)
    --vanilla                 Register a new package with vanilla
    --staging                 Register a new package with staging
    --d3d9                    Register a new package with d3d9
    --any                     Register a new package with any
    target                    A fully qualified variant e.g.
                               wine-1.9.23, wine-vanilla-2.0, or wine-staging-2.1.1
  set <target>              Set a new wine version
    --vanilla                 Set only the 'wine-vanilla' symlinks
    --staging                 Set only the 'wine-staging' symlinks
    --d3d9                    Set only the 'wine-d3d9' symlinks
    --any                     Set only the 'wine-any' symlinks
    target                    Target name or number (from 'list' action)
  show                      Show the active wine version
    --vanilla                 Show the active 'wine-vanilla'
    --staging                 Show the active 'wine-staging'
    --d3d9                    Show the active 'wine-d3d9'
    --any                     Show the active 'wine-any'
  unset                     Remove wine symlinks
    --vanilla                 Remove the 'wine-vanilla' symlinks
    --staging                 Remove the 'wine-staging' symlinks
    --d3d9                    Remove the 'wine-d3d9' symlinks
    --any                     Remove the 'wine-any' symlinks
    --all                     Unset active wine and all variants
  update                    Set highest version installed active
    --vanilla                 Update the 'wine-vanilla' symlinks
    --staging                 Update the 'wine-staging' symlinks
    --d3d9                    Update the 'wine-d3d9' symlinks
    --any                     Update the 'wine-any' symlinks
    --all                     Update main active wine and all variants
    --if-unset                Reuse currently selected version if it appears valid
calculate diver # eselect kernel
Usage: eselect kernel <action> <options>

Standard actions:
  help                      Display help text
  usage                     Display usage information
  version                   Display version information

Extra actions:
  list                      List available kernel symlink targets
  set <target>              Set a new kernel symlink target
    target                    Target name or number (from 'list' action)
  show                      Show the current kernel symlink
calculate diver # eselect kernel list
Available kernel symlink targets:
  [1]   linux-5.10.73-calculate
  [2]   linux-5.15.6-calculate *
calculate diver # 
Add Comment
Author