Skip to content

Arch Server Progress

Chitchat
58 3 9.3k 1
  • One of the package install options is the AUR. These are programs that can’t be installed using pacman, and are apps that can be installed. Usually the options are to install yay or paru. I am one that doesn’t like extra programs on their computer if I don’t need it. It is another app that can have issues on an upgrade. Of course there is no doubt that typing sudo yay -S google-chrome is way easier and quicker.

    So how do you install from aur.archlinux.org with either of those apps. Easy, lets go through it step by step.

    1. Go to the website aur.archlinux.org

    2. We will use google-chrome for an example. I use chrome off the AUR so that I can log in and have all my bookmarks and extensions sync.

    3. On the page for google-chrome on the AUR there will be a link next to Git Clone URL:.

    4. Click on the link, which is read only to copy the link.
      e6ab2aaa-87bc-4eae-8047-d46dd09a8462-image.png

    5. Go to your terminal and type cd Download - this changes to the Download directory.

    6. Type git clone 'right click and paste here' the link that you clicked on to copy.

    7. Press Enter and now the contents will be downloaded.

    8. Change directory to the new one that appears, which in this case would be google-chrome

    9. Once in this directory, now type makepkg -s -i and it will install after updating packages and compiling. The -s will install missing dependencies and -i will tell makepkg to install after a successful build.

    So now that you have been using good chrome and it says to restart to install the latest update and you do that, but no updates install. That is where you would need to type sudo yay -U google-chrome to upgrade. Or I prefer to do the following.

    1. Go to the Downloads folder then to the program folder that you want to update in the terminal. In this case Downloads/google-chrome

    2. Type git pull

    3. Type makepkg -s -i after git is done pulling down the updates.

    4. Go through the install process after a successful build.

    You will need to put in your password a couple of times and that is normal. Hope this helps and thank you!

  • One of the package install options is the AUR. These are programs that can’t be installed using pacman, and are apps that can be installed. Usually the options are to install yay or paru. I am one that doesn’t like extra programs on their computer if I don’t need it. It is another app that can have issues on an upgrade. Of course there is no doubt that typing sudo yay -S google-chrome is way easier and quicker.

    So how do you install from aur.archlinux.org with either of those apps. Easy, lets go through it step by step.

    1. Go to the website aur.archlinux.org

    2. We will use google-chrome for an example. I use chrome off the AUR so that I can log in and have all my bookmarks and extensions sync.

    3. On the page for google-chrome on the AUR there will be a link next to Git Clone URL:.

    4. Click on the link, which is read only to copy the link.
      e6ab2aaa-87bc-4eae-8047-d46dd09a8462-image.png

    5. Go to your terminal and type cd Download - this changes to the Download directory.

    6. Type git clone 'right click and paste here' the link that you clicked on to copy.

    7. Press Enter and now the contents will be downloaded.

    8. Change directory to the new one that appears, which in this case would be google-chrome

    9. Once in this directory, now type makepkg -s -i and it will install after updating packages and compiling. The -s will install missing dependencies and -i will tell makepkg to install after a successful build.

    So now that you have been using good chrome and it says to restart to install the latest update and you do that, but no updates install. That is where you would need to type sudo yay -U google-chrome to upgrade. Or I prefer to do the following.

    1. Go to the Downloads folder then to the program folder that you want to update in the terminal. In this case Downloads/google-chrome

    2. Type git pull

    3. Type makepkg -s -i after git is done pulling down the updates.

    4. Go through the install process after a successful build.

    You will need to put in your password a couple of times and that is normal. Hope this helps and thank you!

    @Madchatthew Another great guide - thanks.

  • @Madchatthew Another great guide - thanks.

    @phenomlab Thank you! And you are welcome! I had struggled with this the first couple times that google chrome had an update. Then I finally got it that I have to do that each time and that it isn’t done automatically.

  • @phenomlab Thank you! And you are welcome! I had struggled with this the first couple times that google chrome had an update. Then I finally got it that I have to do that each time and that it isn’t done automatically.

    @Madchatthew This is one of the things that I always loathe about unmaintained repositories. They are so easily abandoned these days and it’s often not until the months have gone by where you realise your browser is woefully out of date because the repository no longer has anyone lovingly updating it.

  • @Madchatthew This is one of the things that I always loathe about unmaintained repositories. They are so easily abandoned these days and it’s often not until the months have gone by where you realise your browser is woefully out of date because the repository no longer has anyone lovingly updating it.

    @phenomlab Yeah I am with you there. If they stop maintaining the google chrome one I will have to import my bookmarks and stuff into a different one and switch. I hoping they don’t stop maintaining it though.

    Now some software once it is installed will have an update feature so you don’t have to do that every time, but unfortunately, the google chrome one doesn’t.

  • @phenomlab Yeah I am with you there. If they stop maintaining the google chrome one I will have to import my bookmarks and stuff into a different one and switch. I hoping they don’t stop maintaining it though.

    Now some software once it is installed will have an update feature so you don’t have to do that every time, but unfortunately, the google chrome one doesn’t.

    @Madchatthew said in Arch Server Progress:

    Now some software once it is installed will have an update feature so you don’t have to do that every time, but unfortunately, the google chrome one doesn’t.

    Yes, that was always the case with the Ubuntu repository for Chrome. PITA.

  • @Madchatthew said in Arch Server Progress:

    Now some software once it is installed will have an update feature so you don’t have to do that every time, but unfortunately, the google chrome one doesn’t.

    Yes, that was always the case with the Ubuntu repository for Chrome. PITA.

    @phenomlab said in Arch Server Progress:

    PITA

    LOL yes for sure!!

  • So I have to come on here and celebrate now! So I was ignoring the Dovecot upgrade in Pacman and decided that it was time to upgrade Dovecot. The only problem with that, is they revamped the whole thing and there are major breaking changes. I had version 2.3 and now am running version 2.4.

    I have spent over 18 hours total getting all the config files setup properly and running. During this though I found that I had a couple of things setup the way I shouldn’t have and was able to modify them to be better. Now that I have the new Dovecot version setup, I can now look into getting some extra features to work with it, like better spam protection and quota amounts and some other things.

    I am very happy and pleased with the result. I can email my gmail account and my wife’s gmail account and pretty much get the emails instantaneously on both sides. Now I can setup my website to be able to send mail when a purchase is made and that sort of thing.

    I am stoked!

    By the way, check out my webpage so far and let me know what you think. It is a wordpress website and I think I am going with SureCart for the store. I know the popular one to go with is WooCommerce, but most of the plugins that I need cost a lot of money to use. With SureCart I can do pretty much everything with it the way it is. I have to finagle a couple of things, but better than paying hundreds of dollars to use woocommerce the way I want. At least for now.

    If anyone has any other recommendations that are free and open source ecommerce solutions let me know. I will check them out. So the website is https://graceunboundbindery.com

  • So I have to come on here and celebrate now! So I was ignoring the Dovecot upgrade in Pacman and decided that it was time to upgrade Dovecot. The only problem with that, is they revamped the whole thing and there are major breaking changes. I had version 2.3 and now am running version 2.4.

    I have spent over 18 hours total getting all the config files setup properly and running. During this though I found that I had a couple of things setup the way I shouldn’t have and was able to modify them to be better. Now that I have the new Dovecot version setup, I can now look into getting some extra features to work with it, like better spam protection and quota amounts and some other things.

    I am very happy and pleased with the result. I can email my gmail account and my wife’s gmail account and pretty much get the emails instantaneously on both sides. Now I can setup my website to be able to send mail when a purchase is made and that sort of thing.

    I am stoked!

    By the way, check out my webpage so far and let me know what you think. It is a wordpress website and I think I am going with SureCart for the store. I know the popular one to go with is WooCommerce, but most of the plugins that I need cost a lot of money to use. With SureCart I can do pretty much everything with it the way it is. I have to finagle a couple of things, but better than paying hundreds of dollars to use woocommerce the way I want. At least for now.

    If anyone has any other recommendations that are free and open source ecommerce solutions let me know. I will check them out. So the website is https://graceunboundbindery.com

    @Madchatthew Hey Chad. The website looks fantastic - so well laid out and a breeze to navigate. Out of curiosity, why did you choose to use a Gmail account to send mail from rather than the domain itself? In addition, one theme (which I use over at https://phenomlab.com) that I know for sure has WooCommerce built in (it is in fact a bundled plugin) is Impreza

    https://themeforest.net/item/impreza-retina-responsive-wordpress-theme/6434280

    The theme itself is $59.

    709d19ff-bd2c-47fd-9315-bf8460a0276b-image.jpeg

  • @Madchatthew Hey Chad. The website looks fantastic - so well laid out and a breeze to navigate. Out of curiosity, why did you choose to use a Gmail account to send mail from rather than the domain itself? In addition, one theme (which I use over at https://phenomlab.com) that I know for sure has WooCommerce built in (it is in fact a bundled plugin) is Impreza

    https://themeforest.net/item/impreza-retina-responsive-wordpress-theme/6434280

    The theme itself is $59.

    709d19ff-bd2c-47fd-9315-bf8460a0276b-image.jpeg

    @phenomlab I just got the email server up and running and fuctioning properly this morning. I have been working on getting the other two sites working with email so I just haven’t been to my site yet to update the email. I was just using gmail as a temporary one. I also set that one up because the email server wasn’t running properly.

    I will have to check this theme out. It would be nice to have the store function the way I want and not have workarounds to it. Make it look more professional then.

    Thank you on the review, I really appreciate it!

    I forgot to mention as well, that I was able to get the email server updated to use the latest security for passwords, which from my understanding is ARGON2ID. So that is nice as well.

  • @Madchatthew Hey Chad. The website looks fantastic - so well laid out and a breeze to navigate. Out of curiosity, why did you choose to use a Gmail account to send mail from rather than the domain itself? In addition, one theme (which I use over at https://phenomlab.com) that I know for sure has WooCommerce built in (it is in fact a bundled plugin) is Impreza

    https://themeforest.net/item/impreza-retina-responsive-wordpress-theme/6434280

    The theme itself is $59.

    709d19ff-bd2c-47fd-9315-bf8460a0276b-image.jpeg

    @phenomlab said:

    In addition, one theme (which I use over at https://phenomlab.com ) that I know for sure has WooCommerce built in (it is in fact a bundled plugin) is Impreza

    Yeah, I love how your website looks and so fast! I am definitely going to check that out. Is that a one time fee or a yearly fee for $59?

  • @phenomlab said:

    In addition, one theme (which I use over at https://phenomlab.com ) that I know for sure has WooCommerce built in (it is in fact a bundled plugin) is Impreza

    Yeah, I love how your website looks and so fast! I am definitely going to check that out. Is that a one time fee or a yearly fee for $59?

    @Madchatthew One time fee, yes. You can purchase annual support, but I’ve never needed to.

  • @Madchatthew One time fee, yes. You can purchase annual support, but I’ve never needed to.

    @phenomlab That is awesome! With that bundle, can you have add-ons that people can check that will only show up when they choose a specific product? Can you also have a terms and conditions popup before they check out and if they don’t check it it won’t let them checkout but will let them save their cart? Sorry for all the questions. I looked into some of those things and I would need to purchase a plugin that is over 100 dollars for the addons and the terms and conditions one cost money as well. So if those things are included in that bundle, then that is an amazing price for all of that.


Related Topics
  • To the Window to the Linux . . .

    Pinned Linux arch linux windows endoflife
    22
    19 Votes
    22 Posts
    2k Views
    @phenomlab said: @Madchatthew ouch. Sounds nasty. Did you get to the bottom of why it happened? I believe it is due to not everything getting upgraded because i wasn’t checking on the different packages I had installed from the AUR. Then when I ran yay it was like, hey would you like to update all of these things that you haven’t updated in months, perhaps years or ever for that matter and I was like yes please If you don’t have yay there are no notifications that you need more updates than what you realize. Chrome was staying updated because it would give me a notification, but there was the nvidia package that needed to be upgraded as well and I had never upgraded it. I didn’t realize it and should have. Then some of those packages use cmake and that needed to be updated as well. So using yay is beneficial to make sure you get all the updates you need.
  • Arch Linux | Reflector

    Linux arch linux pacman reflector updates
    4
    4 Votes
    4 Posts
    2k Views
    I have another update for reflector that I just figured out. You will want to edit the following file and add details to make sure that every time it updates the mirror list, it is grabbing them from your country and I grab 10 and sort them by rate. This will ensure that your mirrorlist isn’t getting populated with links from other countries which can slow down you downloads. sudo nano /etc/xdg/reflector/reflector.conf This is what the file looks like. # Reflector configuration file for the systemd service. # # Empty lines and lines beginning with "#" are ignored. All other lines should # contain valid reflector command-line arguments. The lines are parsed with # Python's shlex modules so standard shell syntax should work. All arguments are # collected into a single argument list. # # See "reflector --help" for details. # Recommended Options # Set the output path where the mirrorlist will be saved (--save). --save /etc/pacman.d/mirrorlist # Select the transfer protocol (--protocol). --protocol https # Select the country (--country). # Consult the list of available countries with "reflector --list-countries" and # select the countries nearest to you or the ones that you trust. For example: --country US # Use only the most recently synchronized mirrors (--latest). --latest 10 # Sort the mirrors by synchronization time (--sort). --sort rate Here are the different flag options that you can change or add to this file. I found this on google by searching arch linux reflector flags. Filtering Options (What to find) --country <CODE/Name>: Selects mirrors from specific countries (e.g., US, France,Germany). Use {Link: reflector --list-countries https://archlinux.org/mirrors/status/}, for a full list. --protocol <http|https>: Filters for HTTP or HTTPS mirrors. --age <hours>: Only includes mirrors synced within the last X hours (e.g., --age 12). --delay <hours>: Limits to mirrors with a reported sync delay of X hours or less (e.g., --delay 0.25 for 15 mins). --latest <N>: Limits results to the top N newest mirrors. Sorting Options (How to order) --sort rate: Sorts by download speed (requires testing, can be slow). --sort age: Sorts by most recently synced. --sort score: Sorts by overall score. --sort country: Sorts by country, useful with multiple countries. Output Options (Where to put it) --save <path>: Writes the filtered/sorted list to a file (e.g., /etc/pacman.d/mirrorlist). --verbose or -v: Shows detailed progress and mirror info.
  • Arch Linux | KDE Plasma Guide

    Moved Guides arch linux kde desktop guide
    3
    1 Votes
    3 Posts
    2k Views
    @phenomlab you are very welcome. I have bookmarks but it is also nice to have this info out there for other people to use as well, and also a place I can go to grab it again if I lose my bookmarks haha
  • Windows 10 End of Life

    General windows linux arch end of life
    10
    2 Votes
    10 Posts
    1k Views
    @phenomlab this looks very nice as well. It is nice that they keep the KDE Neon a rolling release so you will get those updated apps even though Ubuntu isn’t a rolling release. Is it a rolling distro? KDE neon is rolling for KDE software. The Ubuntu base OS is not, but certain packages will be updated as needed to support KDE software requiring newer library versions than what is provided by Ubuntu. Apps from the main repositories are not rolling either, and therefore can be up to two years old. Users are encouraged not to use them, and to instead get apps from Snap or Flatpak using KDE’s Discover app store. In neon, Discover is set up to only show apps from these sources, filtering out apps from the repositories.
  • Linux on a Stick

    Linux linux usb arch
    29
    16 Votes
    29 Posts
    4k Views
    @DownPW I haven’t tried either of those, I am sure they run fast as well. Linux is so versatile it is awesome!
  • 1 Votes
    3 Posts
    969 Views
    @Panda said in Wasting time on a system that hangs on boot: Why do you prefer to use KDE Linux distro, over say Ubuntu? A matter of taste really. I’ve tried pretty much every Linux distro out there over the years, and whilst I started with Ubuntu, I used Linux mint for a long time also. All of them are Debian backed anyway I guess I feel in love with KDE (Neon) because of the amount of effort they’d gone to in relation to the UI. I agree about the lead and the OS statement which is why I suspect that Windows simply ignored it (although the Device also worked fine there, so it clearly wasn’t that faulty)
  • Linux vs Windows - who wins ?

    Blog windows linux
    8
    4 Votes
    8 Posts
    2k Views
    @phenomlab LOL ah yes, I remember all of that. The good ole days!
  • IRC Server/Client - Chat App with NodeBB

    Linux nodebb irc server client
    6
    1 Votes
    6 Posts
    2k Views
    @Hari not sure from the consumer perspective, but Skype has been all but completely consumed by Microsoft Teams when it comes to business usage.