Skip to main content

Posts

Showing posts from June, 2022

Ubuntu Software not loading apps/not working - Ubuntu 22.04 LTS

 Hello! Recently i installed Ubuntu 22.04 LTS and came across an issue with software center when trying to install some apps. i searched google,askubuntu and all answers were to uninstall,clear apt cache and re install software center app. none of them worked, few of the suggestions were to try opening from terminal and i was getting error that app/cmd was not found. One more unusual notification was apt-update showed no updates but Ubuntu software app showed there were updates to be installed and it included firefox,snap-store snap pkgs updates. then it flashed to my mind that Ubuntu uses Snap for software like Gnome software uses flatpak. so i tried updating snap-store app form terminal and it worked. First i updated all snap apps and tried opening Ubuntu software but still it was not working. Then i tried updating snap-store app itself. i got an error to end running snap apps which i did and updated snap-store. Then the issue was resolved and i was able to update/install/remove snap

MSSQL Server + Azure Data Studio Install Using AUR

  Hi Everyone, Last Post i documented how i installed Arch Linux the easy way using the archinstall script. This time i will show how i installed SQL Server and server studio on linux. sql server is easy to install in Arch by using AUR- Arch User repository. I recommend using YAY tool to handle the installation of AUR packages as its easy. before that Ensure the base-devel package group is installed  pacman -S --needed base-devel Now i will show you how to install a AUR Package. First visit AUR site and search for a package, it will auto complete package name parallely when you start typing. here i will show a demo using a neofetch package install from AUR. Next Click to copy the git link. Installing Package manually needs 3 steps, Acquire Build Packages. Run makepkg. Install the setup file. below is the terminal output for same along

Arch Linux Easy Install

  Hi Everyone,  Last few months I was occupied with learning SQL and Power BI so was unable to post. I will be posting this blog in sections as i am updating when ever i have spare time. so by the time it will be published some app features may change/differ.  earlier i was reluctant to install Arch/Gentoo as i was not ready to spend a day entering commands, installing and post install tasks. Gentoo would take a week to compile , install and reach the Desktop setup. There are many Linux distros forked or based on Arch, their whole point of existence was they offered users a Graphical installer to install Arch so that users could experience the Arch Linux. But they do not provide Pure Arch experience as we are fully not in control of apps which are getting installed and often you get a customized Arch Linux. Now With ARCHINSTALL shell script it is very easy to instal