https://github.com/vkosuri/unboxlinux
:gift: Package installation instructions for Differnt Linux flavours :tada:
https://github.com/vkosuri/unboxlinux
installation linux ubuntu
Last synced: about 1 month ago
JSON representation
:gift: Package installation instructions for Differnt Linux flavours :tada:
- Host: GitHub
- URL: https://github.com/vkosuri/unboxlinux
- Owner: vkosuri
- License: cc-by-sa-4.0
- Created: 2019-06-15T12:28:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T12:00:37.000Z (over 4 years ago)
- Last Synced: 2025-04-05T02:25:13.553Z (about 1 year ago)
- Topics: installation, linux, ubuntu
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# UnboxLinux
This repository main intention is to palce all the instruction at one place to
* Unbox your new linux machine
* Hasslefree Python setup
* Build best Continution integration pipeline evironments.
## Ubuntu
* [Ubuntu 16.04 (xenial)](./ubuntu/ubuntu_16.md)
* [Ubuntu 20 LTS](./setup.sh)
It waits for password plese input
wget -O - https://raw.githubusercontent.com/vkosuri/UnboxLinux/master/setup.sh | bash
## Issues
```
E: Conflicting values set for option Signed-By regarding source https://apt.kubernetes.io/ kubernetes-xenial: /usr/share/keyrings/kubernetes-archive-keyring.gpg !=
E: The list of sources could not be read.
installing curl
E: Conflicting values set for option Signed-By regarding source https://apt.kubernetes.io/ kubernetes-xenial: /usr/share/keyrings/kubernetes-archive-keyring.gpg !=
E: The list of sources could not be read.
E: Conflicting values set for option Signed-By regarding source https://apt.kubernetes.io/ kubernetes-xenial: /usr/share/keyrings/kubernetes-archive-keyring.gpg !=
E: The list of sources could not be read.
^C
```
Remove the source files
sudo rm -rf /etc/apt/sources.list.d/kubernetes.list.save
sudo rm -rf /etc/apt/sources.list.d/kubernetes.list
## Contributions
You are most welcome to edit or create content useful to others.
Happy Documentation