Premium Only Content

How To Install Apt Packages Without Sudo Permissions
So installing packages on linux is normally easy unless you don't have sudo rights. This can get annoying, I have experienced this in the past and found a work around. Quite a handy one actually. Depending on how you plan to install the packages you will need a sudo password one last time. But after that, in theory, never again, to install .deb packages anyway. I created a post about this a few months ago, the steps of which are here: https://dev.to/rbevin777/installing-apt-packages-without-sudo-4dkm
Also they are outlined below. If you want there is also the code for a python script to do all these manual steps automatically as well so be sure to check that out!
Step 1: Install apt-rdepends
We need this package to get the other apt package dependancies.
sudo apt-get install apt-rdepends -y
Step 2: Download the .deb pacakge
So now you should navigate to the folder you wish to install these packages under. Once you do this you can now download the pakcage and dependencies. In this example I use cflow as the package I wish to install. Replace this with whatever you wish.
apt-get download $(apt-rdepends cflow|grep -v "^ ")
Step 3: Extract the .deb packages.
You will need to extract each deb package individually which is annoying but this can be automated. You can extract the debian packages in the current directory using the following
dpkg -x deb_package.deb .
Step 4: Adding the Packages to the PATH
This can be done by adding the by updating the .profile file
export PATH="$PATH:$HOME/path/to/executable"
Step 5: Refresh the .profile File
When we update the .profile file with the PATH changes, this needs to be then refreshed. This can be done by running the following
source .profile
If you enjoyed the video don't forget to Follow!
-
12:28
Tactical Advisor
5 days agoBudget Helmet Comms | Warden Studios
14 -
LIVE
The Mike Schwartz Show
1 hour agoTHE MIKE SCHWARTZ SHOW with DR. MICHAEL J SCHWARTZ 09-16-2025
3,665 watching -
LIVE
LFA TV
4 hours agoLFA TV ALL DAY STREAM - TUESDAY 9/16/25
4,363 watching -
52:01
iCkEdMeL
1 hour agoBREAKING: 8 Shot at Minneapolis Homeless Encampment — 4 Critical
4.12K6 -
1:16:57
JULIE GREEN MINISTRIES
3 hours agoTHE INNOCENT WILL BE VINDICATED
64.4K162 -
1:16:24
Game On!
23 hours ago $3.94 earnedJoe Burrow And The Bengals Season IS OVER Despite Being 2-0!
43.6K2 -
6:32
WhaddoYouMeme
17 hours ago $4.56 earnedChristians, These Reactions Should Disturb You
25.6K51 -
9:59
Clownfish TV
16 hours agoWarner Bros and Paramount are MERGING?! | Clownfish TV
32.8K7 -
19:19
World2Briggs
1 day ago $1.47 earnedTop 10 Amazing States With The Lowest Taxes.
31.2K4 -
2:00:41
BEK TV
1 day agoTrent Loos in the Morning - 9/16/2025
28.9K2