https://github.com/mokira3d48/lcd
The Linux command lines.
https://github.com/mokira3d48/lcd
command-line linux linux-shell terminal
Last synced: about 1 month ago
JSON representation
The Linux command lines.
- Host: GitHub
- URL: https://github.com/mokira3d48/lcd
- Owner: mokira3d48
- License: mit
- Created: 2023-08-09T12:40:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T18:30:41.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T10:51:25.353Z (about 1 year ago)
- Topics: command-line, linux, linux-shell, terminal
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linux Command Lines
## Chromium browser
This is a web browser.
### Installation
```sh
sudo add-apt-repository ppa:savoury1/chromium;\
sudo apt update;\
sudo apt install chromium-browser
```
## kavintune
Compatible for KDE only.
### Installation
#### For KDE Ubuntu or Kubuntu
1. Installation of dependencies
```sh
sudo apt-get install g++ libx11-dev libxext-dev qtbase5-dev libqt5svg5-dev libqt5x11extras5-dev libkf5windowsystem-dev qttools5-dev-tools cmake checkinstall
```
2. Download the repository
```sh
git clone https://github.com/tsujan/Kvantum.git && cd Kvantum/Kvantum/
```
3. Compile and install the program on your machine.
```sh
mkdir build && cd build;\
cmake ..;\
make;\
sudo make install
```
#### For KDE Kali linux
```
sudo apt-get -y install qt5-style-kvantum
```