Skip to content

Commit 52dcc60

Browse files
authored
Updated README.md
Updated autocompletion, autosuggestion, Xfce and install and remove package
1 parent 7cd43b4 commit 52dcc60

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,37 @@ Auto Off: Similarly, "auto off" refers to a feature that automatically stops or
4444
- Atleast 10GB HDD/SSD storage.
4545
- Basic WPA/WPA2 compatible wifi card or ethernet supported motherboard.
4646

47+
## To install and remove package
48+
Packages in TCET Linux is managed by package manager.
49+
Before installing packages it is always recommended to synchronize and update your package database for that use command:
50+
```
51+
sudo pacman -Syu
52+
```
53+
To install a package and its necessary depedencies use command:
54+
```
55+
sudo pacman -S package-name
56+
```
57+
To remove a package from your package database use command:
58+
```
59+
sudo -R package-name
60+
```
61+
Packages often come with dependencies that it relies on in order to function properly. To remove a package with it dependencies use command:
62+
```
63+
sudo -Rs package-name
64+
```
65+
## Autosuggestion and autocompletion
66+
`Autosuggestion` is for the people who are using terminal frequently, sometimes users forget about previously entered command and their parameters .It is also helpful for beginners who often make mistakes.
67+
68+
You can add autosuggestions to your terminal in Linux by installing the `zsh-autosuggestions package`. You can run following command on terminal-
69+
```
70+
sudo apt install zsh-autosuggestions
71+
```
72+
73+
`Autocompletion` allows user to automatically complete the command by typing partial commands. It is one of the most useful tools in any operating system. Linux distribution with *Bash* as their default shell has inbuilt auto-completion feature. Type your command partially and then hit `tab` key to autocomplete rest of your command.TCET Linux comes with autocompletion and autosuggestion as a `default in-built` feature.
74+
75+
## Xfce
76+
`Xfce` is and `open-source desktop environment` for Unix and Unix like operating systems like Linux. Xfce provides user friendy interface while also being visually appealing. Its key feature includes `fast, lightweight and highly configurable`.In addition to this features,it runs `low on system resources` which makes it a perfect desktop environment for TCET Linux.
77+
4778
# Benefits of TCET - Linux:
4879

4980
- It is FREE and open source.

0 commit comments

Comments
 (0)