LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi
User Name
Password
Bodhi This forum is for the discussion of Bodhi Linux.

Notices


Reply
  Search this Thread
Old 04-17-2020, 01:26 AM   #1
Sleepydude
LQ Newbie
 
Registered: Apr 2020
Distribution: Peppermint OS 10 Respin
Posts: 1

Rep: Reputation: Disabled
Bodhi 5.1 no software updater


Hi, I haven’t used Bodhi for a while. It’s a refreshing change. I have one question. Why isn’t there a software updater in Bodhi anymore? I installed the Ubuntu Software Updater and it works fine. Why not just use that? I was looking to install this on a friends PC but I need an easy way for them to update. Thanks
 
Old 04-17-2020, 03:22 AM   #2
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Hello there

If you are using different than AppPack Bodhi version, yes, there is no updater by default. We were not satisfied with Eepadter which lacks some important feature for user input. Due to this fact, you can install mintupdater and add it to startup applications list (menu-setting panel-applications).

sudo apt install mintupdate

Enjoy
 
1 members found this post helpful.
Old 04-17-2020, 04:07 AM   #3
Kiezel
Member
 
Registered: Jan 2020
Posts: 106

Rep: Reputation: 86
As the_waiter says. I may add that mintupdate is by far superior to Ubuntu's Software & Updates.

mintupdate gives you much more control over the updates, plus it contains a useful kernel tool.
 
1 members found this post helpful.
Old 04-17-2020, 05:40 AM   #4
rbtylee
Bodhi Developer
 
Registered: Jun 2018
Location: Ladson, SC US
Distribution: Bodhi
Posts: 455

Rep: Reputation: 437Reputation: 437Reputation: 437Reputation: 437Reputation: 437
Quote:
Originally Posted by the_waiter View Post
If you are using different than AppPack Bodhi version, yes, there is no updater by default. We were not satisfied with Eepadter which lacks some important feature for user input.
OK for the record here adding eepDater to Bodhi linux was an EXPERIMENT. Bodhi originally did not have any update software other than apt and sometimes synaptic. eepDater caused a lot of confusion with some users due to inadequacies in its design which never got properly addressed. It never got fixed and truthfully Štefan or me lacked time to deal with it and no one else took up the task of fixing it. Naturally patches accepted if you want to fix it. Regardless I felt the best thing to do was remove it and go back to the old tradition of doing updates in the command line.

If you need a GUI install one or use synaptic. We recommend mintupdate, but use any that meet your needs.
 
2 members found this post helpful.
Old 04-26-2020, 12:43 PM   #5
derezion
Member
 
Registered: Aug 2018
Distribution: Anything Debian-based
Posts: 91

Rep: Reputation: Disabled
Quote:
Originally Posted by rbtylee View Post
Naturally patches accepted if you want to fix it.
I found your post helpful but what did you mean by this?
 
Old 04-26-2020, 12:45 PM   #6
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
It means "if you have knowledge, time and taste, help us fix it"
 
2 members found this post helpful.
Old 04-26-2020, 01:00 PM   #7
derezion
Member
 
Registered: Aug 2018
Distribution: Anything Debian-based
Posts: 91

Rep: Reputation: Disabled
Ok. thanks.
 
1 members found this post helpful.
Old 04-26-2020, 05:10 PM   #8
IvoryMale
Member
 
Registered: Apr 2020
Location: Delaware The First State
Distribution: Bodhi 32 Bit Version
Posts: 86

Rep: Reputation: Disabled
Ubuntu Update Manager

I prefer the Ubuntu Update Manager:
sudo apt install update-manager

Last edited by IvoryMale; 04-28-2020 at 01:49 PM.
 
1 members found this post helpful.
Old 04-28-2020, 09:18 PM   #9
crajor
Member
 
Registered: Mar 2019
Location: Akron, Ohio
Distribution: PCLinuxOS 2020
Posts: 88
Blog Entries: 4

Rep: Reputation: Disabled
Working with mintupdater myself and can also say that it does the job well.
 
2 members found this post helpful.
Old 04-28-2020, 11:43 PM   #10
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,389

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
Quote:
Originally Posted by Sleepydude View Post
Hi, I haven’t used Bodhi for a while. It’s a refreshing change. I have one question. Why isn’t there a software updater in Bodhi
There's actually a really cool one included with Bodhi called APT. I dunno what it stands for cuz I've only been using bodhi less than two years but I bet there's some history with it and it probably stands for something like AWESOME PACKAGE TOOL.

If you execute apt update (with sudo) it'll check all the new stuff and update your local database. Then, if you wanna upgrade all of it, type 'sudo apt update' it'll list whatever is available to update and how much data it'll take and how much space it'll take. You can then install it all, or say no.

If you say no, you can selectively install whatever you want. 'sudo apt install whatever' will update it. probably 'sudo apt update whatever' works too, but never tried, I just install everything cuz I'm wild and crazy like that.

Anyway, the point is apt is an awesome update tool. Even gui tools like mintupdate or whatever are just using apt in the background. Apt rules.

So you are wrong. There is a software updater included with Bodhi. And it's the best ever. That being said, if you install the apppack version, which includes a variety of suggested apps, then you'll get the mintupdate tool, which does the same thing as apt but you can use it with a mouse! Mice are cool. But I bet you still gotta use a keyboard to type a password...

Last edited by enigma9o7; 04-28-2020 at 11:53 PM.
 
1 members found this post helpful.
Old 04-29-2020, 09:31 AM   #11
haywoodkb
LQ Newbie
 
Registered: Jan 2008
Posts: 1

Rep: Reputation: 0
Two commands in the terminal:
sudo apt update
then
sudo apt upgrade

The first command will tell you if anything new is available. The second command will actually install it.
 
Old 04-29-2020, 10:37 AM   #12
IvoryMale
Member
 
Registered: Apr 2020
Location: Delaware The First State
Distribution: Bodhi 32 Bit Version
Posts: 86

Rep: Reputation: Disabled
Terminal Updates

Terminal Updates is the easy & fast way to get it done!
 
1 members found this post helpful.
Old 06-10-2020, 01:39 PM   #13
IvoryMale
Member
 
Registered: Apr 2020
Location: Delaware The First State
Distribution: Bodhi 32 Bit Version
Posts: 86

Rep: Reputation: Disabled
I am in love with the terminal...LOL

Last edited by IvoryMale; 06-11-2020 at 09:23 PM.
 
  


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
LXer: Ubuntu 18.04-Based Bodhi Linux 5.0 Enters Beta with Bodhi Builder Improvements LXer Syndicated Linux News 0 05-30-2018 11:12 AM
LXer: Bodhi Linux 2.4.0 Released, One Year Left Until Bodhi 3.0.0 LXer Syndicated Linux News 0 09-14-2013 05:21 PM

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

All times are GMT -5. The time now is 02:57 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