# apt-get list --installed
E: Command line option --installed is not understood in combination with the other options
Fix:
If you are trying to get a list of all installed packages in Linux using apt-get command, and you get the above error, then you need to make use of the apt command instead.
apt list --installed

-
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to Ubuntu,
- Fix - sudo: systemctl: command not found
- How to know the version of Ubuntu
- [Fix] Ubuntu E: Unable to locate package sudo error
- How to install Apache Maven on Ubuntu
- Steps to Kill a Running Process in Ubuntu Linux
- How to know current Ubuntu Linux version via terminal command
- How to stop/start/restart apache server using command [Ubuntu]
- Fix: Ubuntu (Linux) - bash: sudo: command not found error
- Ubuntu: How to search for a package to install using apt in Terminal
- Fix: E: Command line option --installed is not understood in combination with the other options
- How to install Python on Ubuntu
- Ubuntu Linux: How to Login as root User
- Access Windows share folder in Ubuntu Device in Network
- Add a User as a Sudoer Using Ubuntu Linux Command Line Terminal
- Install Oh My Zsh on Ubuntu Docker complete steps
- Fix: Make makefile:31 Error 127 (GCC)
- [fix] openssl No such file or directory error C++
- How to install zsh shell on Ubuntu
- Install Golang (Go) on Ubuntu
- Ubuntu Linux: Unzip a zip file using Terminal
- Where are Environment Variables stored in Ubuntu
- apt-get list --installed packages in Ubuntu Linux
- Ubuntu: List all Installed Packages using apt
- Quick steps to install Nginx on Ubuntu Linux
- How to kill service running on a port on Ubuntu Linux
More Posts:
- Fix - A JavaScript error occurred in the main process - Microsoft Teams - Teams
- Fix: ModuleNotFoundError: No module named pandas - Python
- Check Wifi Connection static Android Programming - Android
- Fix: error: could not find `Cargo.toml` in Users or any parent directory - Rust
- Android Studio Native typeface cannot be made error - Android
- Read a file line by line in Python Program - Python
- List of PowerShell Function Commands for Mac - Powershell
- Java: How to convert a file to String - Java