Originally written on 2020-03-06. DEV's displayed publication date reflects this archive migration.
Ubuntu Commands
- ### uninstall a package and remove its dependencies completely
$ sudo apt-get purge --auto-remove packagename
- ### check out the packages installed
$ dpkg --list
- ### switch user
$ su username
- ### search file
$ locate file_name
- ### list all files including hidden ones
$ ls <file_dir> -la
- ### check system timezone
$ cat /etc/timezone
Europe/Moscow
Top comments (0)