LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-07-2015, 06:45 PM   #1
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Rep: Reputation: 176Reputation: 176
When looking to install software on Xubuntu what types (xfce etc.) will work?


I just asked a question about Xubuntu and things are a little clearer now. But when I go to install new software or apps is the only thing that will work with Xubuntu something that says it's compatible with xfce?

I don't think that's the case, because I remember installing stuff like the text editor Kate that was more like other things than xfce but it works great anyway.

But what would be really helpful would be if someone could give me a list of the different kinds (I don't even know what they're called but the software programs or apps say things like 'works with KDE or Debian or GTK2 etc.') of things that will work with Xubuntu.

Thanks.
 
Old 02-07-2015, 06:55 PM   #2
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
You can install whatever you like -- the package manager will pull in the necessary dependencies for the packages to work.

Of course if you start installing KDE-based software in your XFCE system, you may well end up with most of KDE on your hard drive...

The trick is to use the command line to check how many dependent packages are being installed:
Code:
# apt-get install <package>
 
1 members found this post helpful.
Old 02-07-2015, 09:14 PM   #3
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by Head_on_a_Stick View Post
You can install whatever you like -- the package manager will pull in the necessary dependencies for the packages to work.

Of course if you start installing KDE-based software in your XFCE system, you may well end up with most of KDE on your hard drive...

The trick is to use the command line to check how many dependent packages are being installed:
Code:
# apt-get install <package>
Thanks Head. So if I want say Turpial (a Twitter analytic download) do I just put

Turpial

where you have <package> ?
 
Old 02-07-2015, 10:10 PM   #4
greeder
Member
 
Registered: Sep 2014
Posts: 31

Rep: Reputation: Disabled
I'm running Xubuntu as well. The desktop environment on Xubuntu is XFCE. So, yeah, there you go. You can also install programs that need KDE and Gnome as well. But, in my case I just stick to the Gnome applications. It helps keep things a bit cleaner.
 
1 members found this post helpful.
Old 02-08-2015, 12:14 AM   #5
Rubian
Member
 
Registered: Dec 2013
Distribution: Arch Linux
Posts: 116

Rep: Reputation: 18
In the terminal, for example you would type sudo apt-get install turpial. You can also just use the software center to install apps.

In Xubuntu and other Ubuntu/Debian distributions you can type sudo apt-cache search (name of package) in the terminal to search for the actual name.
 
1 members found this post helpful.
Old 02-08-2015, 02:05 AM   #6
jross
Member
 
Registered: Apr 2014
Distribution: Xubuntu 14.04
Posts: 164

Rep: Reputation: Disabled
I've always been a bit confused on this too. But if you go to the software center and search for it and then see more info it says:

"Turpial is a microblogging client for social networks like Twitter and StatusNet.
It is developed under a strict diet in order to consume very few resources, so it is a perfect choice to be used with netbooks, and systems with limited specs."

But sometimes it will say xfce or gnome, etc. in the description. In this case, seeing the netbooks and limited specs, I conclude it is not KDE (but I could be wrong).

I have heard what "Head on a Stick" posted about KDE, so I always avoid anything specifically KDE for that reason.

Last edited by jross; 02-08-2015 at 02:07 AM.
 
1 members found this post helpful.
Old 02-08-2015, 07:29 AM   #7
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Quote:
Originally Posted by Gregg Bell View Post
Thanks Head. So if I want say Turpial (a Twitter analytic download) do I just put

Turpial

where you have <package> ?
Yes that's right -- this will always give you much more information than just using the software centre; it will also alert you to potential problems with your package manager although this is not so much of an issue under the *buntu's (their package management is messed up as standard when compared to Debian Stable).

I did manage to completely break my Xubuntu system (the first GNU/Linux system I used) by installing pretty much every window manager & desktop environment I could find so don't go too crazy...

Funnily enough I have done exactly the same thing under Arch with not a murmur of complaint from the OS
 
1 members found this post helpful.
Old 02-08-2015, 07:42 AM   #8
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 Head_on_a_Stick View Post
I did manage to completely break my Xubuntu system (the first GNU/Linux system I used) by installing pretty much every window manager & desktop environment I could find so don't go too crazy...

Funnily enough I have done exactly the same thing under Arch with not a murmur of complaint from the OS
I think you likely let apt remove something that it shouldn't during one of hte installs -- if you're careful there is nothing stopping you downloading all the window managers nad desktop enironments available. I haven't installed them all but I have installed a lot at the same time without any issues.
 
1 members found this post helpful.
Old 02-08-2015, 08:17 AM   #9
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Quote:
Originally Posted by 273 View Post
I think you likely let apt remove something that it shouldn't during one of hte installs
Yeah you're probably right about that -- I was very green indeed at the time
 
1 members found this post helpful.
Old 02-08-2015, 01:53 PM   #10
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by greeder View Post
I'm running Xubuntu as well. The desktop environment on Xubuntu is XFCE. So, yeah, there you go. You can also install programs that need KDE and Gnome as well. But, in my case I just stick to the Gnome applications. It helps keep things a bit cleaner.
Thanks. So both KDE and Gnome are different from xfce but KDE is more different than gnome?
 
Old 02-08-2015, 01:56 PM   #11
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by jross View Post
I've always been a bit confused on this too. But if you go to the software center and search for it and then see more info it says:

"Turpial is a microblogging client for social networks like Twitter and StatusNet.
It is developed under a strict diet in order to consume very few resources, so it is a perfect choice to be used with netbooks, and systems with limited specs."

But sometimes it will say xfce or gnome, etc. in the description. In this case, seeing the netbooks and limited specs, I conclude it is not KDE (but I could be wrong).

I have heard what "Head on a Stick" posted about KDE, so I always avoid anything specifically KDE for that reason.
thanks jross. I forgot about the software center. (Some people say to avoid it. (Like the Calibre developer.) That it's got dated stuff.) But anyway, you too, like greeder, think that KDE is to be avoided because it brings such a a large footprint along with it? And gnome's not as good as xfce but not bad?
 
Old 02-08-2015, 01:57 PM   #12
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by Rubian View Post
In the terminal, for example you would type sudo apt-get install turpial. You can also just use the software center to install apps.

In Xubuntu and other Ubuntu/Debian distributions you can type sudo apt-cache search (name of package) in the terminal to search for the actual name.
Thanks Rubian. That's very good to know.
 
Old 02-08-2015, 01:58 PM   #13
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Quote:
Originally Posted by Gregg Bell View Post
Thanks. So both KDE and Gnome are different from xfce but KDE is more different than gnome?
Yes.

KDE uses the Qt toolkit whereas GNOME & XFCE both use GTK+
https://en.wikipedia.org/wiki/GTK%2B
https://en.wikipedia.org/wiki/Qt_%28toolkit%29
 
Old 02-08-2015, 01:59 PM   #14
Gregg Bell
Senior Member
 
Registered: Mar 2014
Location: Illinois
Distribution: Xubuntu
Posts: 2,034

Original Poster
Rep: Reputation: 176Reputation: 176
Quote:
Originally Posted by Head_on_a_Stick View Post
Yes that's right -- this will always give you much more information than just using the software centre; it will also alert you to potential problems with your package manager although this is not so much of an issue under the *buntu's (their package management is messed up as standard when compared to Debian Stable).

I did manage to completely break my Xubuntu system (the first GNU/Linux system I used) by installing pretty much every window manager & desktop environment I could find so don't go too crazy...

Funnily enough I have done exactly the same thing under Arch with not a murmur of complaint from the OS
Next question. When I search to search to see what packages come along with whatever software program I'm wanting to download, how do I determine what's a lot and what's acceptable?
 
Old 02-08-2015, 08:14 PM   #15
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Quote:
Originally Posted by Gregg Bell View Post
how do I determine what's a lot and what's acceptable?
It's totally subjective. I'm running Fedora Rawhide with the Mate desktop in a 20GB partition; using about 5GB of it at the moment. Firefox, at 117MB, takes up a lot of space, but it's acceptable given that it's my default browser. On the other hand, google-chrome, at 179MB, would be unacceptable except that I need it for sites that absolutely have to have the latest version of flash. LibreOffice, at somewhere around 300MB, is unacceptably large given that I don't need all of LibreOffice's features and am well-served by Abiword and Gnumeric (at a total of 60MB).
 
1 members found this post helpful.
  


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
XFCE Xubuntu (12.04) Keyboard music controls don't work when player unfocused geokker Linux - Desktop 1 05-22-2012 02:30 AM
LXer: Install XFCE 4.10 In Xubuntu 12.04 Precise Pangolin Via PPA LXer Syndicated Linux News 0 05-10-2012 10:21 PM
Xubuntu 10.10 Error when booting into Xfce from work to home metallica1973 Ubuntu 1 12-02-2010 10:07 AM
REALLY Locking Down XFCE 4.4 (Xubuntu) Codegen Linux - Desktop 1 03-21-2008 01:06 PM
I cannot get the Frugal Install to work with Xubuntu 7.10 Cyberman Ubuntu 0 01-04-2008 08:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:29 AM.

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