LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 01-02-2013, 01:09 PM   #1
bscho
Member
 
Registered: Nov 2012
Location: London
Distribution: Mint 20, Kali, Peppermint, Ubuntu, MakuluFlash, Fedora 32, Windows 12 Lite, MakuluLinux
Posts: 821

Rep: Reputation: 28
No software Manager


I have just loaded Mint 13 KDE3. I have a notebook HP635.

The Software Manager does not work. As user or, as root.

The ikon just bounces and nothing is displayed. I have loaded LAMP
which work fine. I need to use Quanta. Can someone help on fixing the problem
or, at least help me install Quanta from the terminal?

Can I get to the software manager from a terminal?
 
Old 01-02-2013, 02:25 PM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Linux mint uses apt-get; Have you tried running apt-get from the command line and seeing what happens? Please do, and report back with any warnings, errors, output, etc if you can, thanks!
 
Old 01-02-2013, 02:38 PM   #3
bscho
Member
 
Registered: Nov 2012
Location: London
Distribution: Mint 20, Kali, Peppermint, Ubuntu, MakuluFlash, Fedora 32, Windows 12 Lite, MakuluLinux
Posts: 821

Original Poster
Rep: Reputation: 28
Software Manager

Quote:
Originally Posted by corp769 View Post
Linux mint uses apt-get; Have you tried running apt-get from the command line and seeing what happens? Please do, and report back with any warnings, errors, output, etc if you can, thanks!
The terminal command gives 15 commands and 12 Options I will go through these and let you know. There are no errors.

Thanks for your help.
 
Old 01-02-2013, 04:16 PM   #4
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Err, I meant actually do something with apt-get :P

Try doing the following as root:
Code:
apt-get update
 
Old 01-03-2013, 04:37 AM   #5
xenopeek
LQ Newbie
 
Registered: Dec 2012
Posts: 19

Rep: Reputation: 3
Not sure as to the cause, but I agree it would be a good idea to try upgrading so as to make sure you are running the latest available version of Software Manager. You can do so easily from the terminal with the following command (you can copy text to the terminal, see its Edit menu).
Code:
apt update && apt upgrade
The command will ask for your password, so note that on the terminal you get no feedback when typing your password (no characters appear, and neither does the cursor move).
 
Old 01-03-2013, 05:11 AM   #6
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
I may be wrong but I think the command required for Mint would be:
Code:
sudo apt-get update && sudo apt-get upgrade
Otherwise the second apt-get would fail.
I'm intrigued as to how you use the software manager "as user or as root"?
 
Old 01-03-2013, 12:23 PM   #7
bscho
Member
 
Registered: Nov 2012
Location: London
Distribution: Mint 20, Kali, Peppermint, Ubuntu, MakuluFlash, Fedora 32, Windows 12 Lite, MakuluLinux
Posts: 821

Original Poster
Rep: Reputation: 28
Software Manager

Quote:
Originally Posted by 273 View Post
I may be wrong but I think the command required for Mint would be:
Code:
sudo apt-get update && sudo apt-get upgrade
Otherwise the second apt-get would fail.
I'm intrigued as to how you use the software manager "as user or as root"?
I log in as root, or login as a user. I will try what you have suggested.
 
Old 01-03-2013, 12:25 PM   #8
xenopeek
LQ Newbie
 
Registered: Dec 2012
Posts: 19

Rep: Reputation: 3
apt is a Linux Mint tool, depending on which command you give it may invoke apt-get, aptitude or dpkg. And it does so with sudo automatically. "apt update && apt upgrade" is shorthand for "sudo apt-get update && sudo apt-get upgrade"
 
Old 01-03-2013, 12:39 PM   #9
bscho
Member
 
Registered: Nov 2012
Location: London
Distribution: Mint 20, Kali, Peppermint, Ubuntu, MakuluFlash, Fedora 32, Windows 12 Lite, MakuluLinux
Posts: 821

Original Poster
Rep: Reputation: 28
software manager

Quote:
Originally Posted by bscho View Post
I log in as root, or login as a user. I will try what you have suggested.
I have used the code suggested it updates OK. Maybe you mean use the apt-get to look for Quanta? The star for software manager still does not work it bounces for a short time and then stops. Thanks for your help anyway.
 
Old 01-03-2013, 12:42 PM   #10
Lennie
Member
 
Registered: Aug 2012
Location: Sweden
Distribution: LFS, built with pacman
Posts: 374

Rep: Reputation: 85
When a program doesn't start it is a good idea to start it from the terminal to see what error it gives. To find out what command is used to launch the program:
Code:
cd /usr/share/applications 
ls | grep software
cat <name of software-manager.desktop>
Look for the line starting with 'Exec=' and copy the rest of that line to the terminal. Post the output here.
 
Old 01-03-2013, 01:00 PM   #11
bscho
Member
 
Registered: Nov 2012
Location: London
Distribution: Mint 20, Kali, Peppermint, Ubuntu, MakuluFlash, Fedora 32, Windows 12 Lite, MakuluLinux
Posts: 821

Original Poster
Rep: Reputation: 28
software manager

Quote:
Originally Posted by Lennie View Post
When a program doesn't start it is a good idea to start it from the terminal to see what error it gives. To find out what command is used to launch the program:
Code:
cd /usr/share/applications 
ls | grep software
cat <name of software-manager.desktop>
Look for the line starting with 'Exec=' and copy the rest of that line to the terminal. Post the output here.
I do not know the name of the software manager is. I tried what you suggested and
got syntex error near unexpected token "newline"
 
Old 01-03-2013, 01:39 PM   #12
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by bscho View Post
I log in as root, or login as a user. I will try what you have suggested.
I wasn't aware that Mint enabled the root account, never mind allowing it to log into an X session.
The "sudo" I posted is required when running apt as a "normal" account.
How much have you modified your install?
 
Old 01-03-2013, 01:44 PM   #13
Lennie
Member
 
Registered: Aug 2012
Location: Sweden
Distribution: LFS, built with pacman
Posts: 374

Rep: Reputation: 85
The first two commands you can just copy-paste (ctrl + shift + v to paste in terminal)
Code:
cd /usr/share/applications 
ls | grep software
The third command depends on the output of the second command. You will get the name of one or more file(s). The command should be like:
Code:
cat filename
 
Old 01-03-2013, 01:50 PM   #14
bscho
Member
 
Registered: Nov 2012
Location: London
Distribution: Mint 20, Kali, Peppermint, Ubuntu, MakuluFlash, Fedora 32, Windows 12 Lite, MakuluLinux
Posts: 821

Original Poster
Rep: Reputation: 28
root on Mint

Quote:
Originally Posted by 273 View Post
I wasn't aware that Mint enabled the root account, never mind allowing it to log into an X session.
The "sudo" I posted is required when running apt as a "normal" account.
How much have you modified your install?
You enter root by entering root at the password prompt. I have not modified anything. You then do not need sudo on the command line.
 
Old 01-03-2013, 01:57 PM   #15
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
So you followed something like the following then?
http://www.ehow.com/how_10044870_root-linux-mint.html
I don't mean to label the point but it seems you modified your system from the default, and that may have a bearing on the problems you are having.
Apologies if Mint has changed the policy on root login.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
package manager works but not software manager. pointblank Linux - Newbie 1 11-15-2012 03:01 AM
in calculate linux, i didnt found software manager, software installer, update manage YRDIXIT Linux - Desktop 4 08-18-2012 04:47 AM
PC-BSD Software Manager CincinnatiKid *BSD 2 08-16-2011 01:13 AM
[SOLVED] Some software downloaded with Software Manager (Mint 9-Gnome) does not show in Menu Neyzan Linux - Software 3 09-12-2010 03:30 PM
newbie ask about Error adapt manager, i cant install any software from adept manager Bverly Linux - Software 2 10-31-2007 10:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 03:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration