how to manually run

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
cmost
Level 4
Level 4
Posts: 416
Joined: Tue Sep 18, 2007 7:36 am
Location: Newport, Kentucky

Re: how to manually run

Post by cmost »

Hi! Can you please elaborate on your problem? What is it you were trying to do? What is the exact wording of the error. What version of Linux Mint are you using (i.e., Gnome, KDE, other and version 3.1, 4.0, etc.) Thanks!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
newW2
Level 5
Level 5
Posts: 821
Joined: Fri Apr 06, 2007 10:24 am
Location: USA

Re: how to manually run

Post by newW2 »

The package management system - synaptic has two components: dpkg and APT. Synaptic knows there is a problem, so it is asking you to fix it by running "dpkg --configue -a" in a terminal window. That command needs to be run as root. So in a terminal enter:

Code: Select all

sudo dpkg --configue -a
cmost
Level 4
Level 4
Posts: 416
Joined: Tue Sep 18, 2007 7:36 am
Location: Newport, Kentucky

Re: how to manually run

Post by cmost »

Simply open gnome-terminal and preface any commands you want to run as root with "sudo" (without the quotes). I hope this helps!

Example 1:
sudo dpkg --configue -a

The above referenced command will be run with root privileges since it is prefaced by the "sudo" command. You will need to enter your password to proceed.

Example 2:
sudo nautilus

The above referenced command will open a nautilus browser window as root. As before, you will be prompted for your password in order to proceed.
User avatar
newW2
Level 5
Level 5
Posts: 821
Joined: Fri Apr 06, 2007 10:24 am
Location: USA

Re: how to manually run

Post by newW2 »

If you cant remember a command that you have used before just type in a terminal:
$ history
History will list all your previous commands
Locked

Return to “Beginner Questions”