Skip to content

Commit 0cb0175

Browse files
authored
Updated README.md
updated install and remove package
1 parent 52dcc60 commit 0cb0175

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,31 +46,36 @@ Auto Off: Similarly, "auto off" refers to a feature that automatically stops or
4646

4747
## To install and remove package
4848
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:
49+
Before installing any package it is always recommened to synchronize your package database. For that use command:
5050
```
51-
sudo pacman -Syu
51+
sync package-name
5252
```
5353
To install a package and its necessary depedencies use command:
5454
```
55-
sudo pacman -S package-name
55+
install package-name
5656
```
5757
To remove a package from your package database use command:
5858
```
59-
sudo -R package-name
59+
remove package-name
6060
```
61-
Packages often come with dependencies that it relies on in order to function properly. To remove a package with it dependencies use command:
61+
Packages also come with dependencies on which package relies on in order to function properly.To remove package with its dependencies use command:
6262
```
63-
sudo -Rs package-name
63+
autoremove package-name
6464
```
65+
6566
## Autosuggestion and autocompletion
6667
`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.
6768

6869
You can add autosuggestions to your terminal in Linux by installing the `zsh-autosuggestions package`. You can run following command on terminal-
6970
```
70-
sudo apt install zsh-autosuggestions
71+
install zsh-autosuggestions
7172
```
7273

7374
`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.
75+
You can add Autocompletion to your terminal by running command:
76+
```
77+
install zsh-auto-completion
78+
```
7479

7580
## Xfce
7681
`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.

0 commit comments

Comments
 (0)