Results 1 to 3 of 3

Thread: Command issue

  1. #1
    Join Date
    Dec 2020
    Beans
    58

    Command issue

    Hi,
    Please help to the following


    peter@peter-VirtualBox:~$ sudo rcvboxadd setup
    sudo: rcvboxadd: command not found

  2. #2
    Join Date
    Aug 2021
    Beans
    7

    Re: Command issue

    I just got these on an impish system by using the VitualBox VM menu item Devices > Insert Virtualbox Additions CD image...

    From there
    Code:
    cd /media/`whoami`/VBox_GAs_6.1.26
    ./VBoxLinuxAdditions.run
    It provided a notification that it required a build environment and to install gcc make perl, so I also ran
    Code:
    apt install gcc make perl
    After that,
    Code:
    sudo rcvboxadd setup
    built the kernel modules and updated the initramfs. I rebooted to get the new modules as the output suggested and verified that Bidirectional copy/paste are working.

  3. #3
    Join Date
    Dec 2020
    Beans
    58

    Re: Command issue

    Thanks a lot.
    Last edited by peter-1984; August 25th, 2021 at 05:50 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •