Sudo Apt Get Install For Mac



Rclone is a Go program and comes as a single binary file.

1 Add the Mono repository to your system. The package repository hosts the packages you need, add it with the following commands. Note: the packages should work on newer Ubuntu versions too but we only test the ones listed below. Ubuntu 18.04 (i386, amd64, armhf) sudo apt install apt-transport-https dirmngr sudo apt-key adv -keyserver hkp://keyserver.ubuntu.com:80 -recv-keys.

Quickstart

  • Download the relevant binary.
  • Extract the rclone or rclone.exe binary from the archive
  • Run rclone config to setup. See rclone config docs for more details.
  1. I am getting started with Python¶. For new users who want to install a full Python environment for scientific computing and data science, we suggest installing the Anaconda or Canopy Python distributions, which provide Python, IPython and all of its dependences as well as a complete set of open source packages for scientific computing and data science.
  2. Using MacPorts, the port is called 'cairo', so you can just type: sudo port install cairo And to upgrade to newer versions once installed: sudo port upgrade cairo If you use fink instead, the command to install cairo is: sudo apt-get install cairo.

See below for some expanded Linux / macOS instructions.

See the Usage section of the docs for how to use rclone, orrun rclone -h.

Script installation

To install rclone on Linux/macOS/BSD systems, run:

For beta installation, run:

Note that this script checks the version of rclone installed first andwon't re-download if not needed.

Linux installation from precompiled binary

Fetch and unpack

Copy binary file

Install manpage

Run rclone config to setup. See rclone config docs for more details.

macOS installation with brew

macOS installation from precompiled binary, using curl

To avoid problems with macOS gatekeeper enforcing the binary to be signed andnotarized it is enough to download with curl.

Download the latest version of rclone.

Unzip the download and cd to the extracted folder.

Move rclone to your $PATH. You will be prompted for your password.

(the mkdir command is safe to run, even if the directory already exists).

Remove the leftover files.

Run rclone config to setup. See rclone config docs for more details.

macOS installation from precompiled binary, using a web browser

When downloading a binary with a web browser, the browser will set the macOSgatekeeper quarantine attribute. Starting from Catalina, when attempting to runrclone, a pop-up will appear saying:

The simplest fix is to run

Install with docker

The rclone maintains a docker image for rclone.These images are autobuilt by docker hub from the rclone source basedon a minimal Alpine linux image.

The :latest tag will always point to the latest stable release. Youcan use the :beta tag to get the latest build from master. You canalso use version tags, eg :1.49.1, :1.49 or :1.

There are a few command line options to consider when starting an rclone Docker containerfrom the rclone image.

  • You need to mount the host rclone config dir at /config/rclone into the Dockercontainer. Due to the fact that rclone updates tokens inside its config file, and thatthe update process involves a file rename, you need to mount the whole host rcloneconfig dir, not just the single host rclone config file.

  • You need to mount a host data dir at /data into the Docker container.

  • By default, the rclone binary inside a Docker container runs with UID=0 (root).As a result, all files created in a run will have UID=0. If your config and data filesreside on the host with a non-root UID:GID, you need to pass these on the containerstart command line.

  • If you want to access the RC interface (either via the API or the Web UI), it isrequired to set the --rc-addr to :5572 in order to connect to it from outsidethe container. An explanation about why this is necessary is present here.

    • NOTE: Users running this container with the docker network set to host shouldprobably set it to listen to localhost only, with 127.0.0.1:5572 as the value for--rc-addr
  • It is possible to use rclone mount inside a userspace Docker container, and exposethe resulting fuse mount to the host. The exact docker run options to do that mightvary slightly between hosts. See, e.g. the discussion in thisthread.

    You also need to mount the host /etc/passwd and /etc/group for fuse to work insidethe container.

Here are some commands tested on an Ubuntu 18.04.3 host:

Install from source

Make sure you have at least Go 1.11installed. Download go if necessary. Thelatest release is recommended. Then

This will leave you a checked out version of rclone you can modify andsend pull requests with. If you use make instead of go build thenthe rclone build will have the correct version information in it.

You can also build the latest stable rclone with:

or the latest version (equivalent to the beta) with

These will build the binary in $(go env GOPATH)/bin(~/go/bin/rclone by default) after downloading the source to the gomodule cache. Note - do not use the -u flag here. This causes goto try to update the depencencies that rclone uses and sometimes thesedon't work with the current version of rclone.

Installation with Ansible

This can be done with Stefan Weichinger's ansiblerole.

Instructions

  1. git clone https://github.com/stefangweichinger/ansible-rclone.git into your local roles-directory
  2. add the role to the hosts you want rclone installed to:

HandBrake is available for Linux, Mac, and Windows, at the HandBrake website.

Mac

This is the only official download source for HandBrake. For more information, see Where to get HandBrake.

Downloading

Most modern computers can run HandBrake. To be sure your system meets the minimum requirements, see System requirements in the technical documentation.

For

To download HandBrake to your computer, click the download button on the HandBrake website’s Home page. You can also choose a version for a specific operating system from the Downloads page.

Experienced users may wish to try HandBrake’s nightly builds1.

Verifying your download

Sudo Apt Get Install For Mac

Checksums

The HandBrake Team publishes checksums for all downloads on handbrake.fr and the Checksums article on GitHub. You may use the provided checksums to verify the integrity of the files you download.

When installing on Linux using the official PPA, download integrity is verified automatically. Similarly, the integrity of source code managed using git is verified automatically.

To verify an official source distribution tarball or Flatpak bundle, consult your Linux distribution’s documentation for instructions on how to verify checksums.

On Mac, launch Terminal from your Applications > Utilities folder and use the shasum command. For example, if you downloaded HandBrake to your Downloads folder:

Alternatively, the free third-party app Hashsum available on the Mac App Store provides a convenient graphical interface for computing file checksums2.

On Windows, Microsoft provides the Microsoft File Checksum Integrity Verifier command line utility for verifying checksums. Please see the associated Microsoft help article for more information and usage instructions.

Alternatively, free third-party apps Compute Hash, ExactFile, and MultiHasher for Windows provide convenient graphical interfaces for computing file checksums3.

If the checksums for the file you downloaded do not match the ones published by the HandBrake Team, you should delete the file and try your download again.

OpenPGP

The HandBrake Team also publishes OpenPGP signatures for all downloads on GitHub. More information is available on the OpenPGP article on GitHub.

Installing on Linux

If you have installed a HandBrake package from your distribution or other third-party package repository, please remove it before proceeding. See the section, Warning about broken third-party builds on Where to get HandBrake for more information.

Ubuntu PPAs

The following instructions are for Ubuntu. They may also work on other deb-compatible distributions. For other Linux, please compile from the official source code.

From the command line, add the official releases PPA to your system.

If you prefer HandBrake’s nightly builds, add the official git-snapshots PPA.

Install HandBrake.

Run HandBrakeCLI to use HandBrake on the command line.

Run ghb to launch HandBrake’s graphical user interface. You may wish to right-click on the icon and select “Lock to Launcher” for easy access in the future.

Flatpak bundles

Flatpak bundles of HandBrake for Linux are available on the HandBrake website and Flathub.

Install your distribution’s flatpak package before running the following commands.

Install the latest HandBrake release from Flathub.

You can later update the HandBrake Flatpak to the latest release on Flathub by running the following.

Sudo Apt Get List

If you prefer HandBrake’s nightly builds, download and install the latest available version (requires your distribution’s curl package).

Run flatpak run fr.handbrake.ghb to launch HandBrake’s graphical user interface, or flatpak run --command=HandBrakeCLI fr.handbrake.ghb to use HandBrake on the command line.

Installing on Mac

Once you’ve downloaded HandBrake for Mac, open the disk image in your Downloads folder. Your web browser (e.g. Safari, Firefox, or Chrome) may do this for you automatically. Then drag the HandBrake application to your Applications folder.

HandBrake is now installed. You may eject the disk image and move it to the Trash.

Installing on Windows

Once you’ve downloaded the HandBrake installer, simply double click to run it.

If HandBrake is already installed on your computer, the installer will offer to remove the previous version before installing the current version. Select OK to proceed and review HandBrake’s license terms.

Sudo Apt Get Install Update

Next, the installer will ask you where you wish to install HandBrake. Unless you have a specific reason to change this, select Install to continue. Once the installation is complete, you may select Finish to exit the installer.

You will find shortcuts for launching HandBrake placed on both the Windows Desktop and Start Menu.

Sudo Apt-get Install Macbuntu-os-icons-v1804

Windows SmartScreen

When installing on Windows 8.1 or 10 with Windows SmartScreen enabled, you may see a message indicating that the HandBrake installer is not recognized by Windows.

Sudo Apt Install Net Tools

HandBrake is not “signed” by Microsoft. This message doesn’t mean anything is wrong; rather, it indicates that HandBrake is not part of Microsoft’s paid program to validate Windows applications.

By selecting More info, you will be able to select Run anyway to continue the installation.

Sudo Apt Install Firefox

Launching HandBrake

You may launch HandBrake by quickly clicking twice (double-clicking) on the cocktail & pineapple icon. Depending on your system settings, a single click may suffice.

Next steps

  1. Nightly builds are based on HandBrake’s latest development code, including new and experimental features that may be unstable or significantly different than the latest release version. Although everyone is welcome to try them, nightly builds are best suited for experienced users and developers.↩

  2. HandBrake is not associated with any third-party checksum utilities. Only use software from vendors you trust.↩

  3. HandBrake is not associated with any third-party checksum utilities. Only use software from vendors you trust.↩