Chrome 48 (48.0.2564.23) Beta for Linux Ubuntu Systems. Install the latest version of Chrome (Beta) on Linux Ubuntu 15.10, Ubuntu 14.04, Debian and Derivatives. Chrome 48 Beta: Present to Cast, custom notification buttons, and network estimation.
-
The new DevTools security panel enables developers to understand the security state of a page to help them migrate their websites to HTTPS.
-
Sites can now use FontFaceSet more flexibly with several new iteration methods.
-
WebRTC now supports the VP9 video codec, and can serve HD video at almost half the bandwidth of VP8 or H264.
-
Web Audio JavaScript syntax can now be shortened and simplified with method chaining for AudioNode.connect() and AudioParam.connect() automation methods.
-
The MediaStreamTrack.remote attribute allows sites to detect if a media stream is from a remote source.
-
Sites can now detect key presses from a user without worrying about browser type or operating system using the KeyboardEvent.code attribute.
-
Developers can now leverage JavaScript language behaviors not previously exposed in ES5 or below using the well-known symbols @@isConcatSpreadable, @@toPrimitive.
-
min-width:auto and min-height:auto now work for flex items without flex-basis:auto.
-
Several getAll() methods have been added to IndexedDB to simplify bulk interactions.
Minor changes
-
ServiceWorkerRegistration.update() no longer bypasses the cache for update checks within 24 hours, improving spec compliance.
-
The error attribute on IDBRequest and IDBTransaction will now return DOMException instead of DOMError to improve Chrome’s spec compliance.
-
The RC4 cipher is no longer supported over HTTPS connections due to several vulnerabilities.
-
The MediaStreamTrack.getSources() method has been deprecated in favor of MediaDevices.enumerateDevices().
-
SVGGraphicsElement.getTransformToElement has been removed to match the SVG spec.
-
getSVGDocument() has been removed from HTMLFrameElement.prototype to match the spec.
-
SVG glyph-orientation-horizontal and glyph-orientation-vertical properties have been removed in favor of the CSS text-orientation property.
-
SVGElement.offset* properties and SVGPathSeg interfaces have been removed to improve spec compliance.
-
The CSS plus-darker composite operator has been removed to increase spec compliance.
-
The item() method has been removed from TextTrackList and TextTrackCueList to improve spec compliance.
-
Developers can now build robust RTL text experiences using CSS Writing Modes Level 3 without prefixes.
-
CSS font-feature-settings are no longer prefixed.
Install Chrome 48 Beta on Ubuntu
Chrome 48 (48.0.2564.23) Beta can be installed via the Google repositories on Linux systems. Open terminal and run the following commands to install the latest version of Chrome (Beta) on Ubuntu, Debian and Derivatives:
$ sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install google-chrome-beta
If you wish to uninstall and remove Chrome, run the following command:
$ sudo apt-get remove google-chrome-beta