https://github.com/a-sync/libu2f-udev-dummy
The missing dependency replacement for google-chrome-stable on ubuntu 16
https://github.com/a-sync/libu2f-udev-dummy
ubuntu ubuntu-chrome
Last synced: about 2 months ago
JSON representation
The missing dependency replacement for google-chrome-stable on ubuntu 16
- Host: GitHub
- URL: https://github.com/a-sync/libu2f-udev-dummy
- Owner: a-sync
- Created: 2023-02-14T20:29:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T21:18:38.000Z (over 2 years ago)
- Last Synced: 2025-02-01T10:12:29.586Z (8 months ago)
- Topics: ubuntu, ubuntu-chrome
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libu2f-udev-dummy
Dummy package to substitute the missing dependency of google-chrome-stable on ubuntu 16.# Reproduction
_Instructions copied from [SO](https://stackoverflow.com/a/75407138)._> Creating a dummy package which provides libu2f-udev fixes the issue. I followed below steps for Ubuntu 16.04. Install equivs package `sudo apt install equivs`.
```bash
equivs-control libu2f-udev
```
> This creates a file libu2f-udev. Edit this file and give libu2f-udev as value of "Package" and "Provides" keys. Then execute```bash
equivs-build libu2f-udev
```
> This creates dummy package libu2f-udev_1.0_all.deb. Install it by `sudo dpkg -i libu2f-udev_1.0_all.deb`
> All set.