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!
-
7:08
Rena Malik, M.D.
21 hours ago $0.49 earnedFour totally surprising causes of Back Pain
4.28K1 -
6:27
DropItLikeItsScott
13 hours ago $0.27 earnedIs This the Coolest Gun Accessory Ever? The Gun Guardian
3.2K -
19:05
Michael Feyrer Jr
22 hours agoCan you even fit this much FAIL in one video? $10K Challenge Week 1
3.9K -
19:53
Professor Nez
15 hours agoYou WON’T BELIEVE What I Found on Charlie Kirk’s Shooter!
5.54K19 -
1:35:53
The China Show
17 hours ago $0.97 earnedBrutal Mayhem in China as Dark Coverups are Exposed - #280
12.6K5 -
12:30:34
Times Now World
23 hours agoLIVE | Russia-Belarus Zapad-2025 LIVE | Missiles Target NATO in Arctic & Baltic
25.1K1 -
32:14
daniellesmithab
18 hours agoNew Feature for Driver’s Licence and ID Cards
28.8K6 -
2:54:40
FreshandFit
14 hours agoChat Makes Pothead RAGE QUIT!!!
489K86 -
1:32:34
Badlands Media
17 hours agoBaseless Conspiracies Ep. 150: 9/11 Mysteries, Remote Pilots, and Hidden Agendas
100K36 -
5:32:35
Akademiks
8 hours agoWHERE IS WHAM????? Thug we Forgive u dawg.. Ralo vs Boosie. Charlie Kirk fallout. Cardi B album?
83.5K7