Results 1 to 6 of 6

Thread: audio-recorder

  1. #1
    Join Date
    Mar 2006
    Location
    GA USA
    Beans
    890
    Distro
    Ubuntu Studio 22.04 Jammy Jellyfish

    audio-recorder

    Hi Community:

    I upgraded to 20.04.

    How do I install audio-recorder? I can find it at . However, I don't know how to find it with synaptic.

    Thanks,
    OJ

  2. #2
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: audio-recorder

    Like So:
    Code:
    sudo add-apt-repository ppa:audio-recorder/ppa
    of course run:
    Code:
    sudo apt update && sudo apt install audio-recorder
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  3. #3
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: audio-recorder

    Maybe not interested in a PPA addition, so go here: https://launchpad.net/~audio-recorde.../ppa/+packages
    Under " audio-recorder - 3.1.3~focal" click the dropdown.
    Next download the "audio-recorder_3.1.3~focal_amd64.deb " and install it.
    Code:
    cd /to/donwloaded/.deb
    Personally, I prefer gdebi over the software center for installing deb files. It is a lightweight application so the installation seems quicker
    install "suggestion" dpkg command
    Code:
     sudo dpkg -i path_to_deb_file
    If you want to use the apt command for deb files, use it like this:
    Code:
    sudo apt install path_to_deb_file
    If you get a dependency error while installing the deb packages, you can use the following command to fix it:
    Code:
    sudo apt install -f
    Good Luck Old Jimma I aslo included a screen shot to help if needed
    If you followed this you won't receive automatic updates as you would with the PPA.
    Attached Images Attached Images
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  4. #4
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,791

    Re: audio-recorder

    OK, I don't know what you want to do with the recorder, but note that sox offers two utilities called play and rec, which make recording and playback from the command line very easy indeed.

  5. #5
    Join Date
    Mar 2006
    Location
    GA USA
    Beans
    890
    Distro
    Ubuntu Studio 22.04 Jammy Jellyfish

    Re: audio-recorder

    Thanks to fallen1 and HermanAB for their replies!!

    I had luck with fallen1's suggestion of downloading the deb file and using
    sudo dpkg -i path_to_deb_file
    Fallen1, will the amd version work with a computer with intel architecture? I have one of those that is being repaired now and will want to install audo-recorder on it.

    Thanks!
    Old Jimma

  6. #6
    Join Date
    Dec 2014
    Beans
    2,589

    Re: audio-recorder

    Quote Originally Posted by Old Jimma View Post
    Fallen1, will the amd version work with a computer with intel architecture? I have one of those that is being repaired now and will want to install audo-recorder on it.
    Yes, it will. The 64 bit extension to the x86 architecture is called amd64 because both Intel and AMD had different ways of expanding x86. The Intel way of doing this (Itanium) failed in the market, so most x86 processors available today - even those made by Intel - use the extensions by AMD. I think you would know about it if you had a system based around an Itanium processor, those are very unusual and AFAIK only ever used in servers.

    Holger

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
  •