53499/apt-get-update-takes-no-argument
I am trying this command
#sudo apt-get update python
it is showing me this below line:
E: the update command takes no argument.
The command
sudo apt-get update
is used to update the package list with the latest available package version. To upgrade a particular (python, in this case), use the below command:
sudo apt-get upgrade
You can use this: stat -c "%a %n" ...READ MORE
You can use the read command. Here's ...READ MORE
If you're on the main display, then export ...READ MORE
You can just add | grep }| ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Here is what you can do.Just use packagesmatching to ...READ MORE
Try executing the following commands and try ...READ MORE
Follow the below commands to install PostgreSQL (PSQL) ...READ MORE
Try this: sudo apt-get cpufrequtils is missing a mandatory ...READ MORE
Bash actually expands the asterisk to every ...READ MORE
OR
Already have an account? Sign in.