Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "apt"
-
My partner has zero interest in coding and wants to have a baby, a week ago she started to yell install baby at me. Told her its not the right command. A few days ago she yelled apt-get install baby. Told her there was a user privilege problem. Today she came back with sudo apt-get install baby.
looks like we are going to have to have a baby!18 -
Student next to me tried to be cool and opened a terminal window and said to me: "I'm hacking someone." He was just running "apt-get update" ...11
-
sudo apt update
"All packages up to date."
For the past 14 days? Huh.
Everyone on vacation or something?
It's quiet.
It's a little.... tooo ... quiet.7 -
I managed to recycle a joke. Here is me using fedora:
:~$ sudo apt-get install vim
Who is apt-get?
:~$ oops sorry, I meant dnf
Who's apt-get?
:~$ sudo dnf install vim
Maybe you should ask apt-get to install it4 -
Fuck these movie people:
You run "sudo apt-get update.." and you say we've got the signal. Your f*cking signal! Am sure someone even typed the password for you. I update my system every 5 minutes I have got no signal. F*ck you again. I'm not watching the movie again. P*ssing me off.6 -
Some people in my class who have been learning java for over 2 years now and ask me what the difference is between a class and a method.
sudo apt-get install suicide10 -
When you're a junior sysadmin but still have to maintain ALL the production server:
How it looks:
$ sudo apt-get update
How it feels:
& sudo [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo *Click*7 -
Apt is savage: "Signature by key 33BDD78F1D3956B52D014458F603F0D99C2EC4C39D uses weak digest algorithm (SHA1), SHA1 is weak, it's bloodline is weak, and it will not survive the winter."5
-
Story time!
So me, alcoholic I am, went to a local cafe because I didn't have enough booze anymore at home. Turns out that there were quite some people that wanted to get to know me!
And most importantly, there was another sysadmin (that likely saw through my funsies with some people there that I displayed termux' apt update and apt upgrade to as "evil hacking" 😜) that actually wasn't a bluff - he pretty much interviewed me on the spot and was apparently pretty impressed by my skillset. And so am I by his - he asked some pretty techy questions that only a fellow technologist could come up with. In a local cafe of all places!!! Who would've thought?!
I'll probably be going to that cafe some more 😋18 -
Telling people I don't need GIT and prefer to do things via FTP for years. That is till today when I accidentally deleted everything.
sudo apt-get install git16 -
Created an alias in BASH
alias fucking=sudo
Just so I can run "fucking apt-get update". Got so used to it I accidentally used it during a presentation. Now the cute interns think I'm awesome while the other devs think I'm an ass.9 -
When my friend trolled me just because I was a noob with Linux command line...
To fix your problem you must run:
sudo apt-get purge sudo
And then I tried reinstalling sudo with....
sudo apt-get install sudo 😲14 -
Guys try installing Termux. Its Linux for Android. It comes with its own version of Apt package manager. Using this opens up alot of possibilities ;)10
-
Our AWS Consultant: Do you have the AWS CLI installed?
Me: Brings up the Linux subsystem in Win 10. sudo apt install awscli.
Me thirty seconds later: Yes.19 -
Me trying to install a software :
1. Download the binary file
2. Error this file can't be executed
3. Download the source code
4. Compile
5. Error - instruction not supported by this OS
6. Create a new disk partition
7. Download ubuntu
8. Install ubuntu
9. Apt-get install
10. Error - package not readable by this version of ubuntu
11. Kill myself4 -
Working on adjusting a shell script to my needs.
The fucker quits execution after an apt update command is ran.
No reason, it just fucking quits. No error messages or whatever, nothing.
This script can go suck a cock.9 -
Tried to modify a script again which pretty much installs a ready to use vpn server on a server.
Tried to modify it so that it takes arguments instead of manual input.
It is, fucking, yet again, quitting right after an apt install command.
Error exit code? Oh no, a perfectly fine fucking 0. Which means it ran successfully.
Successfully my fucking ass. You aren't even through half the motherfucking script!?
Fucking hell. Fuck my life sideways.26 -
$ sudo apt-get remove UK
...
After this operation, 1 GB will be lost.
Do you want to continue? [Y/n]6 -
So today I learned i can pay my property taxes online. The way you pay is:
1. Enter address (street #, I live in an apt)
2. It will show all matches **including the owners full name**
3. If you click view, it shows the full account history...6 -
The award of fastest internet on earth goes to me :D
*note:
its just Ubuntu was not able to update date/time settings during setup cuz I had wifi turned off, turned it back on and ran apt-get update, must have started before the system was able to update its date/time settings, so ya I did not photshop :)11 -
So I tried to apt-get purge 14 packages and 496 got removed. Now I'm sitting here with a lot of broken shit trying to get my web up and running again .
:C
The perfect time to return to devRant4 -
Today at college our professor was dictating Debain update command - "sudo apt-get update"
Person next to me complained it didn't work for him. Peeped into his screen to see - "pseudo apt-get update"1 -
My friends with non tech background thinks that I am hacking into NSA or something but they don't know I am just downloading the package lists by running sudo apt-get update. 😂5
-
Was going to install python 3.5. Typed "apt-get install python 3.5" instead of "apt-get install python3.5".
Parsed 3.5 as regex, now it's installing 500mb of shit :/6 -
A SQL query goes into a bar, walks up to two tables and asks, "Can I join you?"
Such a classic joke. Apt for a Friday! :D1 -
To whom it may concern,
When I say I use Linux, please do not presume that I mean Ubuntu or other Debian derivates. If you send me instructions like 'apt-get update' you are not being helpful.
Thank you.6 -
*wants to download some YouTube videos in youtube-dl*
$ youtube-dl --a-bunch-of-options
> Can't download this, sorry.
*realizes that Ubuntu probably has an outdated version like usual*
# apt remove youtube-dl
*Realizes that this steaming pile of shit pulled in some icons and Wayland on a headless server*
# apt autoremove
> 300-something MB cleared
For a command-line tool...
# pip install youtube-dl
# apt install ffmpeg
$ youtube-dl --audio-format mp3 -o "%(title)s.%(ext)s" https://youtube.com/playlist/...
> Sorry mate, a video was removed from this playlist! Let me go ahead and shit the bed on this issue that's been reported several times since 6 years ago.
*finds an issue on GitHub reporting this, add -i option to continue on error*
$ youtube-dl --audio-format mp3 -o "%(title)s.%(ext)s" https://youtube.com/playlist/... -i
> There you go, your .webm files as requested!
But.. I requested .mp3 output? --audio-format mp3, don't you see?
> Oh no you need to add in another option to tell me to actually do that first. --extract-audio, you see?
But why.. why do you need to be told that twice? Oh ffs, fuck it.
Reminds me of robocopy. That shit required me to tell it 25 times what to do and it'd still not do it right as well. And you know what, compared to rsync where -avz works 99% of the time, I hate it.7 -
$ sudo apt install happiness
Collecting happiness
Error : no happiness package found for your system
$ sudo apt uninstall problems
Error : even sudo can't remove your problems from your system
WAIT !!!! WHAT???3 -
Rant: "I want to try linux, what should I choose?"
Comment: "Arch."
Rant: "Hmm, apt-update have nothing in two weeks.."
Comment: "switch to Arch, its..."
Rant: "windows update is so fckin ann...."
Cokkent: "You shoulf have switch to linux already, try Arch."
Congratulation Arch, you have a few loyalist in here33 -
PSA: "sudo apt-get remove nginx" doesn't actually remove nginx. It will still continue to run and block port 80 on every reboot.
Until you run sudo apt-get autoremove, nginx-core and others still remain.
And that's how twenty seconds of scheduled downtime turns into 10 minutes.
Dammit nginx1 -
Bark OS X
Barkosoft
Bark Gates
PHBark
Larabark
Bark.js
XBark
Kanbark
Body-barker
BARK.NET
Linux Bark
Elebarkary OS
sudo apt-bark install
MySQBark
Rebarx
iBark
Deadbark
Backbark
Bark-up
Road & Track: The Need for Bark
XBark One
Bark Station 4
Unbark Engine
C-bark
Objective-Bark
Sbark (Slack, okay this one's a stretch)
StackOverbark
Daft Bark - Motherbark (listening to it right now)
EBark
Counter-Bark
NBARK
Abark
Hewlett - Barkard
Huabark
Barkdroid, of course
Xamabark
BarkScript
Logibark
AMBark
Alright, back to work :)14 -
>X gets corrupted somehow
>"sudo apt-get remove xorg"
>begins uninstalling millions of packages
>a fullscreen warning flashes by: "Are you SUUUUUURE you wanna remove the kernel?"
>wasn't prompted to deny
>After process, get kernel panic
>reboot
>kernel panic within 10 seconds
Why must you do this to me, Debian?21 -
After fresh windows install: Fuck, now to install everything I need and all the updates over the next few hours
After fresh Mac install: oh god I hope it worked...
After fresh Linux install: sudo apt upgrade and done!14 -
Greatest thing I've done with my life:
alias fucking="sudo apt-get"
Now FUCKING INSTALL THAT PACKAGE!!!3 -
I'm a DevOps engineer. It's my job to understand why this type of shit is broken, and when I finally figure it out, I get so mad at bullish players like AWS.
It's simple. Install Python3 from apt.
`apt-get update && apt-get install -y python3-dev`
I've done this thousands of times, and it just works.
Docker? Yup.
AWS AMI? Yup.
Automation? Nope.
WTF? Let's waste 2.5 hours and figure out why this morning.
In docker: `apt-cache policy python3-dev` shows us:
python3-dev:
http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
But in AWS instance, we see we're reading from "http://us-east-1.ec2.archive.ubuntu.com/... focal/main" instead!
Ah, but why does it fail? AWS is just using a mirror, right? Not quite.
When the automation script is running, it's beating AWS to the apt mirror update! My instance, running on AWS is trying to access the same archive.ubuntu.com that the Docker container tried to use. "python3-dev" was not a candidate for installation! WTF Amazon? Shouldn't that just work, even if I'm not using your mirror?
So I try again, and again, and again. It works, on average, 1 out of every 5 times. I'm assuming this means we're seeing some strange shit configuration between EC2 racks where some are configured to redirect archive.ubuntu.com to the ec2 mirror, and others are configured to block. I haven't dug this far into the issue yet, because by the time I can SSH into the machine after automation, the apt list has already received it's blessed update from EC2.
Now I have to build a graceful delay into my automation while I wait for AWS to mangle, I mean "fix up" my apt sources list to their whim.
After completely blowing my allotted time on this task, I just shipped a "sleep" statement in my code. I feel so dirty. I'm going to go brew some more coffee to be okay with my life. Then figure out a proper wait statement.7 -
You know it's 2016 when you have to download a package manager to download a package manager to... :S
There are a shitload of them.5 -
!rant
Me: sudo apt-get update
PC: Noope. There is a problem with a package.
Me: Ugh... ok I'll fix it. *20 minutes later* Fixed. Sudo apt-get update
PC: Noope, the package cache file is corrupted.
Me: GO FUCK YOURSELF LINUX OMFG.
Oh, I fixed it.
I LOVE YOU LINUX.11 -
Fellow programmer: "You know the get part is not required in apt-get now, right?"
Yes...and I don't care.12 -
!rant
Ran command alias for sudo apt-get on linux. Renamed the command to "fucking get". Now i simply write "fucking get" to install new things. xD5 -
Interviewer: Why do you use Linux distribution for your development environment?
Me: Because I want to make my life as difficult as possible1 -
Man how do you skinny devs keep so skinny? I'm not even eating fat things and I'm nearing to light obesity... Is there a patch that I missed? apt update says it's up to date?20
-
I used to love apt because all I knew was windows.
Now I hate apt because I know pacman/yaourt.
It's funny how perspective does that.7 -
"heh, I'm gonna instal this package".
Installs in 10 seconds.
"wow, this status bar looks cool..."
Installs in a split second.
"just one apt install before going to this really important seminar."
It takes almost half an hour to download and another half to install.
Aptitude fucking reads your thoughts...3 -
Hate how every time I have an ubuntu box meet inode limits is always due to Linux Headers... Boss wanted me to add more storage to his box because he was at capacity..
apt-get autoremove
Drive went from 100% usage to 39%..9 -
Debian 9.3's gpg issue is driving me crazy! I can't install anything outside of the default apt repos no matter what I try.
No matter what, apt always does the exact same thing. It adds the repo; then finds, imports, and processes the key; and finally fails with "gpg: no valid OpenPGP data found."
I've spent hours looking this up and trying to fix it.
Just. ARGH!
☹11 -
HOW!? Just HOW THE FUUUCK??!
Did anybody ever try to put a cinnamon desktop onto a ubuntu server version?? 'Cause this is simply fucked up!
Just add the ppa they said. Just run
$ apt-get install cinnamon
they said!
APT-GET YOUR FUCKING HEADS OUT OF YOUR ASSES!
ARRRGGGH. *table-flip*8 -
> likes linux
> maybe not even install windows on shiny new laptop?
> debian-live.iso
> y u no wifi?
> google: lol apt-get
> but i has no internets...
Why only with Debian and not with literally any other flavor of Linux I've tried, which are all Debian variants?
Halp?18 -
I was part of a on-call rotation. We had ~800 microsites with decent traffic on this one box, because that's a good idea...
One day the box was experiencing kernel panics and causing core dumps. After exhausting every possiblity I decided it was time to restart the box:
sudo shutdown now
Missed the -r and the box was not accessible remotely. Had to wait for someone at the data center to terminal in.
Downtime was ~2 hours.
This was caused by a crontab that automatically ran apt-get update & apt-get upgrade... Also made by me... None of this should have worked or allowed to be done! -
The year is 2019.
C++ is still one of the most powerful programming languages around..............with no centralized package manager that is widely adopted by the community that allows one to sandbox libraries from conflicts with one another.
I ain't hating, just find this funny and I love cpp
Apt get/git submodules it is!!12 -
Rant:
Why in the freezing cold all people think that linux = secure. Ransomware... Bla bla not happening on linux bla bla... Linux is secure.
If Linux would have been the most popular one people will pretty much run everything on root and install every stupid package available and never run: apt-get update.
Users were so dumb they got scammed by a phising mail... In freaking 2017... This is user stupidity not OS fault...
God its stupidly annoying seeing the same stuff : Linux secure...
Everything can be secure if you paid attention to the same stuff in freaking 2000.30 -
I'm taking an entrepreneurship course and there is this one guy who talks empty words just to impress others.
He uses linux and at every single course he opens the terminal just to run the commands "sudo apt update" and "sudo apt remove", the rest of the time he is on discord.
He always switches to the terminal so you can see what an 'expert' he is17 -
OSX: `brew install package`
Linux: `apt-get install package`
Windows: "took hours to figure out but this is how I did it" - forum c. 20031 -
>Installs NodeJS (from default Debian repo)
>Tries to install yarn
>Yarn tries to uninstall nodejs
Weird
>apt-cache depends yarn
yarn
Recommends: nodejs
Conflicts: nodejs
10/10, gave me a good chuckle. Time to add the NodeJS repo.10 -
sudo apt-get update year
Appy new year guys.
I know I've been away but I will be back when I get better.5 -
I love the feeling of running `sudo apt autoremove` and getting rid of like 500 MB of useless packages.8
-
Our new hired (promoted intern) just installed Ubuntu on his new machine.
Now we are the only ones using Linux at work.
He was having trouble with a flickering bug on kernel 4.4.0 and I just told him to apt upgrade that it would solve it..
And he was like: oh.. Can you update the kernel?
That's gonna be a long month...hope he learns this faster than git7 -
That moment when you execute "apt-get update && apt-get upgrade -y" just because you need time to think about how to solve the real problem.2
-
"Try Ubuntu Pro beta with a free personal subscription on up to 5 machines.
Learn more at https://ubuntu.c...."
....subscription ads in "apt upgrade" ... WHAT THE F13 -
First thing i do in morning is..
sudo apt-get update
sudo apt-get upgrade
Life with ubuntu is easy!4 -
1. firing up the terminal
2. enter sudo apt-get install openvpn easy-rsa
3. realizing I'm on my windows machine1 -
*Has idea that will change the world!*
*finds awesome software to help accomplish said idea*
$apt install awesome-software
*Get weird error: Google error for 30 minutes and (of course!) come up with nothing useful and finally*
$apt install awesome-software
"Installation Succeded!"
Now.. What was my idea again?!?! -
Yesterday, no packages update for 14 days. Things get eerily quiet. Today....
Followup To https://devrant.com/rants/1755623/...3 -
so today we used putty and coded the exercise within the university's server. i wanted to use "tree" to see all the files better cause thats what i normally use. turns out i had to install it.
i type in "sudo apt-install tree"
screen: no root priviledges. <university_login> is not included in root.txt. this will be reported immediately.
i forgot i needed root priviledges smh i just wanted to see my files better XD7 -
On any given morning, when I"m not quite sure what to tackle first.... there's always:
sudo apt update
Ahh, now I feel like I did something.
"dude! are you hacking!?"
shutup, haven't had coffee yet. -
I remember
I did this 1 command which i didnt understood properly
But all i can say is it "apt remove" this 1 package
Suddenly i am watching my every distro related package getting purged
And simultaneously my chrome stopped working , i can no longer open nautilus or even a folder
Terminal is dead
Desktop things are changing rapidly
And.. i finally thought oh well i needed to change my flavour anyways xD
That was how i met my first kernal panic1 -
- So you just installed ubuntu 18.04, what to do next?
- step one:
sudo apt-get install ifupdown
- step two:
sudo apt-get purge netplan.io
You are all set!17 -
Out of the blue this morning... little spaced out.
Open terminal. Navigate to my project.
$ svn update
Command 'svn' not found, but can be installed with:
sudo apt install subversion
The fuck is wrong with me? I haven't used svn in like a solid 10 years. Old habits die hard I guess.4 -
My friend recently tried to install apt on fedora 🤦♂️
Some how this created a zombie process And used a ton of the ram and the ram usage leaked out of the VM and into the host server
And I had to explain to him why a package manager meant for a system with dpkg will not work on one that uses rpm12 -
So apparently apt-get-rekt is a thing (displays "get rekt" if you try to apt-get without privileges) https://gist.github.com/jack126guy/...
-
Fuck me sideways. I work for a small business doing most of their IT work, a lot of which is in-house software development. Today I was working on a feature of our employee schedule system that I wrote and for the last couple of hours, my laptop (which is my dev machine) kept freezing up on me every ten minutes or so... 😬
Well, I finally found the cause, but only after running apt-get update/upgrade to see if updating fixed the issue. I haven't updated in a LONG time... Productivity is not on the agenda for today I suppose.5 -
```
cursee@potato-2: sudo apt update && sudo apt upgrade
[sudo] password for cursed: ********
```
Hello asterisk, it's about time we acquittance. 😆3 -
Got to know the power of python in Linux today, when I accidently executed apt-get purge python* in Ubuntu and all the UI of Ubuntu got deleted and even the terminal couldn't run normally.
The good thing is I managed to fix it.1 -
I may love apt but fuck me, the amount of times I've gotten told that the process is currently locked is making me go bat shit crazy -,-8
-
I just saw the equalizer 2 at the cinema and about half way through there is a phone with "military grade encryption" on it. We see the phone screen showing the encryption and what is it? Freaking JQuery!3
-
I hate it when I can't install & update a package through apt, instead it keeps bugging me to manually download the latest deb file every time it boots.3
-
The program 'x' is currently not installed. You can install it by typing: sudo apt install x.
Wow, thanks! I didn't know! I've always wanted to know how to install programs with apt.10 -
Hello, my name is Adam, I'm from Poland.
As a 16 year old dude I thought it would be a great idea to go to an IT focused highschool so I'd get my degree after finishing school but guess what- I completely fucked up.
First, there were the little things, like the teachers favoring other students that already knew stuff, which was okay and all- the problem began when Poziomka appreared (one of our PC service teachers). That motherfucker almost fluked me because of dumb shit like the PC's we worked on took forever to boot, so he's just go and give people F's, "Why?" you may ask- well because "It was obviously the student that made the PC run so slowely".
There were a few more incidents like when we were disassembling and assembling those dumb HP Compaq's PC's on time- and that fucker gave me an F because it took about 10 minutes to boot by itself.
That shit got me so demotivated its unreal, soon I found myself in a pretty dark spot, with my parents divorcing, my whore mother taking all the money- me not finding any reason to do anything in school and the cycle looped.
I'm not gonna pull the depression card here, but what I'm generally trying to say is that although I'm not "awful" at IT in general, so PC assembly, networking, programming (fuck that, I'm fucking awful at it), HTML, I still find it difficult to do anything right.
I have a question, how do I get myself back up? Any ideas?
There's so much material I've gone through in the last three years- and I just wanna make sure to get good- somehow.
I'm just a talentless dumbass kid who just wants to know how to do linux, programming and such, but I don't know where or how to start anymore.
If anyone has any stories where they turned their life around and managed to do IT right- please, tell me how you did it, I just wanna know is there a proper way of doing it.
- Adam13 -
TIL you can make the smallest implementation of Debian:
Use only busybox and APT
Remove sysd and use busybox init
Holy fucking shit, let's make this an actual distro and call it debsmol5 -
dumb question...
what fun things can you do with a router running linux arm7 with telnet accsess?
apt is not installed, cURL and rpm is.
and sudo doesn't seem to work, but su.8 -
I think the -f flag in apt-get means "fucking install it". Whenever apt reports some dependency error shit, I'll just do "apt-get install -f" and it magically fucking works.4
-
If you spend a lot of time looking with computers then PLEASE use a blue light filter to reduce strain in your eyes as well to help you sleep well.
My favorite program for this is "redshift" and can be set up with this one liner
apt-get install redshift && redshift -O 300015 -
I bet that all web devs can confirm this.
-You spend hours writing the code, and then open it on google chrome but nothing works :-( so you try to fix it spending another hour and at the end of the day you think: "let me try with firefox" and magically everything works percectly. And after all this there is only one thing to do and is 'sudo apt purge google-chrome' LOL5 -
She : Oh you write code ? Can you hack someone's computer ?
Me : Ya I can show hack google right now....
*types*
sudo apt-get update
sudo apt-get upgrade
*feels like a hacker * 😎2 -
Me: I've just formatted my computer for the nth time. I will only keep crucial software installed from here on out.
5 Minutes Later . . .
Me: sudo apt install fortune cowsay aa bb cmatrix toilet xeyes lolcat figlet pacman4console3 -
Me: figuring out APT-69420 (hacker group) representative is a girl.
Also me: Woohoo! You go girl!
Also me: ... Wait, am I being sexist?
😐 idek anymore...
Anyways, them camera footages they released tho...17 -
"Raspbian has no auto-updates installed by default"
Raspbian on boot: "running daily apt update and upgrade"
K.3 -
Canonical has relased Ubuntu kernal update for Spectre and Meltdown.
It's time to do: fucking apt update && fucking apt upgrade.
(alias fucking='sudo').3 -
Worst mistake ever :
Didn't care for changing environment while pip or apt, always did sudo for no reason.
One day installed Conda and unity. Didn't realise it changed everything to python3-gi. Everything fucked up.
Tried to fix by started removing Conda removed gnome*, lost GUI.
For first time worked on tty, after a 6 hour redbull session. Got back the system working.
First thing then done is learn to install in virtual and local environments.1 -
Windows:
Step 1: install my c++ library from www.scammysite.be
Step 2: extract the zip and open scammyexe.exe
Step 3: ....
Step 304: do three backflips
???
Step 404: it should now be installed on your machine
Linux:
Step 1: sudo apt-get install coolsoftware
Hmmm....3 -
🎵you remind me of the babe.
What babe.
Babe with the power.
What power.
Power of voodoo.
Who do.
Sudo.
Do what.
Apt-get.
🎵1 -
Here is a visual representation of Angular using NgRx
I think that its quite apt ....
I couldn't post the pic that i wanted to post because i'm sure that this site has some decency guidelines and i don't want to get kicked out1 -
me@devrant:~$ sudo apt-why install gnome
Sorry, unable to find a reason to install gnome.
Try Xfce, Cinnamon or KDE instead5 -
I've every been a Arch Linux fag. It's my main OS from 5 years. With a small parenthesis of two months of FreeBSD recently, I've used before Arch Kubuntu, Ubuntu, Fedora KDE, OpenSolaris (randomly), CentOs, plus a lot of others distro for tests.
But I've never tested Debian!
So I've installed it on my small server.
Oh... My... God.... It's fantastic. PACMAN >>> apt, but damn it's really stable and out of the box even if minimal. A very surprise. I think it can be my favorite remote Linux for a long time....
But a question rises. Why with a father like Debian... Ubuntu after the 11.04 is such a shame? The last I've tested is the 12.04 I think, but I've hated it, and I hate it even now. (Crash, driver not found, apt problem, very heavy repos and my internet sucks, UNITY, etc...)
Ubuntu, what happened to you ...? With Kubuntu 8 you were such a good guy...4 -
"sudo apt remove nano" is easier than "update-alternatives --set editor /usr/bin/vim.basic" so I just do that.3
-
Didn't install linux for years now. Today, I have to and nothing changed about wifi drivers, at all ! Even the install process still sucks !
And they still ask to "sudo apt-get install fucking-wifi-driver" ?!?!?!
I don't have internet yet, that's the all point, damn it !22 -
Dear debian package maintainers...
If you want me to add you PPA to my list please MAKE SURE IT FUCKING WORKS!
so after 1000 emails from Google baiting me to try Google cloud tools I did. 24 hours later apt-get is dead and I'm trying to remove the shit storm of gpg keys etc it added to my machine. -
Installing a software on Linux can be such a pain sometimes....
This software needs a dependency, which needs another, which in turn needs another......
I mean if you already know you need it, go install it yourself. Why do I need to do everything manually?
And no. A simple apt get install won't work. You need a third party dependency which adds the package to the repository and some other stuff before you can do anything.
Why? Just why?2 -
If any of you out there are forced to develop on a Windows machine and want to make it just a little more linux like, download the chocolatey package manager. It's similar to Macs brew or linux apt, yum, pacman, zypper; but for windows.
Could make you're life just that much easier2 -
!rant
just a poll i'm looking for from all the linux based dev's
What distro would you recommend for a front end dev? Tried ubuntu but the wifi driver wasnt supported I guess in my dev machine. Currently looking at Elementary OS, but still undecided. I would primarily like it to be Debian based or something close as I'm very familiar with apt-get debain based stuff, and dont really feel like learning an entirely new distro at them moment.
Thanks all :D
PS. I have a Lenovo Ideapad 110
Specs include quad-core AMD A-8, 8gb ram, 1TB HDD, can give more if necessary13 -
Came to know about deepin OS on devrant yesterday
Tried it just few moment ago. It's the most beautiful OS I had ever seen. But ...
There is hell lot of issues. Except for the top sites like google, facebook linkedin github, no other page or site is opening. Browser just stops by saying "site can't be reached". Also these sites are loading slower than usual.
Even internet is unaccessible from terminal. Apt-get install just stops at "getting headers 0%"
Please help3 -
/*
* This question isn't about diminishing other operating systems !
* I'm just have no idea. 😫
*/
Is there a big difference on the amount of packages on pacman, apt-get and yum. Can I use either of them and be sure that most applications are available ?3 -
1.5h into the c++ course (which I'm doing as a refresh).
I spend most of the time fixing errors I had with my general system (apt had some issues) and helping the people next to me who are new to this.
Will probably do some c++ tutorials next. I think I'm just using this course as an excuse to finally come around and put some time into learning C++ properly xD -
Well.. I Guess i can't use apt-get anymore then...
I try to use apt-get ( image at top)
It does not work. Libc6 needs to be
reinstalled.
I try to install a libc6 package i downloaded from packages.debian.org
(image at bottom)
An error occurs.
Fuck My life!10 -
KDE Connect is really a blessing. The fact that I can do everything and more with Android plus Linux combo than iOS plus Mac is superb. I mean, I can remotely send power off command, start Spotify and control it, remotely start apt upgrade, or turn off the screen is so useful. Plus I can reply to the any message from any messaging app, get notifications and transfer files quickly from PC to smartphone and the other way is just great.3
-
apt-get install life
The following packages will be REMOVED:
destiny, future, goals, mother , father, siblings
FUCK THIS SHIT2 -
Sometimes, when I’m stressed, I do this thing that I really enjoy looking at: installing updates.
Homebrew, pip, npm (global & local), apt, even manual updates in apps. This in several machines.
I like having the logs flow smoothly. It’s soothing.5 -
If your the installation instructions for your software are to clone the repo and build from source then fuck you!
I want to use the thing not tinker with it. Make it available on apt or something9 -
>Be a dedicated server owner
>Fuck up and have an issue you do not know how to solve
>Ask us for help
Huh... Okay, fine
>Machine has apt repos from 4 different system releases
>Nope.elf
Some folk should never decide to admin a machine on their own :|4 -
termux : Android terminal with apt repos like vim, nano, tar, zsh, wget, plugable & more. Also small footprint.
.. htop in gif (incase if don't know)12 -
I some time's feel stupid when my Ubuntu start acting up on prod, purge this and that ,fuck apache can't start system CTL that ps ax grep in the p#$#@* , damn apt install nginx full good, mysql can't start too ,OK apt install mariadb-client else percona && apt postgresql thanks ,god no client noticed ..3
-
I type "sudo apt-get install ..." then I delete the line back till apt and again write the whole fucking statement cause linux wished to save my time in 16.04...8
-
So LUA injector to Payday 2 requires on Linux certain library (libcurl3). So you know, sudo apt install libcurl3 and there you go!
You would think.
Apparently while you do that, the installation of libcurl3, it completely nukes your Steam installation... For some reason.
Can some please explain me, what the hell just happened? Please?1 -
A "safe" Ubuntu update decided to fuck with my AMD drivers and after rebooting, a nostalgic black emergency terminal greeted me with some cryptic message containing hex code as if any mortal user could make sense of it.
To add insult to injury, local mirrors don't have 18.04 which makes apt vomit errors during software installation.
How the hell does the most well known distro out there manage to have problems like that?6 -
How to run PHP in a container :
1. Begin a docker file for an existing php cron app (when all you know is php, everything looks like a php app)
2. Set the FROM.. Apt get update .. Do composer install
3. Builds the image
4. Discover I need git
5. Add git to apt get install step
6. Builds the image
7. Launch the php script
8. Fatal : use of undefined constant SOL_UDP
9. Opens the source code of the third party. The there's no mention of where that constant is from.
10. Spend many minutes online to find what's missing.
11. Find the PHP sockets page about that option. Digs into the documentation to find out that's missing from the installed PHP.
12. Find out I need to add a step to install the socket extension in my docker file.
13. Build the image again
14. Execute it, finally it works
15. Remember why I hate php
(for brevity I've omitted the even more complex part of having to set up zlib)
How to install node js in a container image:
FROM node:8
ADD package.json
RUN npm install7 -
I just setup an apt-cache on my Macbook. Docker no longer takes 10 years to `apt-get install` when I'm at the coffee shop. This coffee shop is going to loose so much money now that my work is done faster.
-
So Pop!_OS is my primary OS for development and Windows is my primary OS for gaming. I have Pop!_OS installed on my laptop (alongside Windows but I almost never use Windows on my laptop) and Windows on my desktop gaming computer.
One of the things I love about Debian-based OSes like Pop is the apt package manager. One of the things I've always hated about Windows is the fact it was lacking a cli package manager like apt.
Then I did a Google search for one and found Chocolatey. Curious about it, I installed it on my laptop (I was in Windows at the time to use FL Studio, which I've found doesn't work very happily with Wine.) With Chocolatey, I installed VirtualBox and Vagrant, and I have to say, I'm not disappointed. I'm ecstatic I've finally found a cli package manager for Windows.
TL;DR: If you use Windows and you don't have Chocolatey, get it.1 -
In Linux Mint 19 TINA. All I did was
"sudo apt-get remove python"
then, I saw cinnamon being removed in the terminal. Why is linux so dependent on python that much?16 -
aside from the fact that i have to install the basic utilities package to use "add-apt-repository" and that it runs kinda slowly, i'm loving eOS <35
-
I have officially decided to use CI (Jenkins) at work because "apt-get update && apt-get upgrade -y && composer self-update && composer update && npm update -g && npm update && bower install --allow-root && gulp" after a pull doesn't seem healthy 😂2
-
I've been using an arch based distro that really required pretty much nothing in terms of know-how to get it set up. Tonight, I randomly checked the ~/.bashrc file today and found some cute aliases.
# Help people new to Arch
alias apt-get='man pacman'
alias apt='man pacman'
alias helpme='cht.sh --shell'
alias please='sudo'
alias tb='nc termbin.com 9999'1 -
Running apt-get upgrade on a pi:
mirror.daniel-jost.net: 2000kbps
archive.raspberrypi.org: 100kbps
Someone notice a difference?1 -
I feel hopeless after Unity fails to start/run under your primary user but works fine using guest user and other user in the system. And i did my research to fix it, but none seems to work. :(
The last thing i did to my laptop that might cause the error is executed the commands below:
sudo apt-get update
sudo apt-get upgrade6 -
Nicest part about working on my home server: being able to just blindly update.
Who cares if that breaks kibana or my plex server? I'm the only one using them.
It can be downright cathartic to just run sudo apt-get upgrade3 -
The only difference between a beginner dev and a veteran dev is that the beginner is afraid to touch what he doesn't know, while the veteran embraces it.
Accept that you don't know all and will never know everything. Even so, learn something new everyday. Fight your ego when it tries to make you keep only what you know and reject everything else. Fight that bastard.
The world needs less "I know", and more "I wanna know". And remember, devs should be in the "I wanna know" team.
sudo rm - rf ego
sudo apt-get knowledge-upgrade -
use apt-get to install node and npm, use npm to install bower, use bower to install angular... Packageception.1
-
Logged into the vm as root. Saw that there were some security updates pending. Ran apt-get upgrade. Lost all ssh access to the vm. FML6
-
In all fairness to macOS. To it's weird design choices, both Linux and Windows should copy way of installing most of macOS programs. Downloading and mounting .DMG file, drag & dropping the app into Applications folder and done! Life would be so much simpler with it. And yes, I know apt install/pacman -S/dpkg -i/any other package manager is quicker, but average Joe doesn't care about it!
Then again, it would create yet ANOTHER package managing method supported by two distros that no one really cares for...5 -
What do you do when you are hungry/peckish and it's late?
It's 🌃 time and I don't have anything to eat (except maybe some stupid cookies)
I wish I could do
'npm i snacks'
or
'sudo apt-get snacks'
And I would receive snacks from my computer or something..
npm might also give some extra snacks plus ingredients as dependencies 😅
Maybe I can make coffee..☕?2 -
Start up my windows gaming machine, the internet adapter is not recognized... sigh.
2 years with my macbook pro for work, 0 issues. Literally "it just works".
And no thanks, I already went through that teenager phase of my life where I'd shout "omg I use linux I'm so special" and then browse through 5 forums to solve a stupid issue from any tool by "just build it from source, follow these 12 steps and apt-get these other 20 dev libs"8 -
Lesson of the day: First read installation tutorials for software on linux completely before doimg esch step without knowing the rest...
-
Has anyone here ever created fonts? specifically cursive fonts?
If so, comment here. I have an idea. Yes this should be collab, but not really, b/c it is just an idea.
And I need clarification on it. So, yes, technically, a question. Seriously though, font person, I'm talking to you, easy money.
(Sorry for using the word easy money, except it is apt)12 -
Why Microsoft update is fucking cancer ? Each time you need something fast ohhh shit ! Update.... Now i love my sudo apt update && sudo apt upgrade !1
-
TL;DR: fear of bricking my laptop due to typo pinning.
The worst nightmare i am living in right now...
I was noticing i did need some software in sid so i decided to use apt pinning for said software...
I configure the system, ok test looks good... I push it to production, run it on the system....and the nightmare starts.
Lits of packages get updated, and i am screaming 'noooooooo' since debian sid softwarz can sometimes break everything! I discovered that i did test my apt pinning config for the presence of the amount of numbers, but not at their value... Sooo, by accident swapping pin numbers for stable and unstable you get... Your worst apt-get update nightmare...
I hope it does not become a brick.1 -
On the Clients dial in number, in the waiting room:
Such a Porn Groove playing
Pretty apt i suppose
most the time I'm either Fucked or about to get Fucked on these calls1 -
Just tried to Setup my elementary os on my Home pc..
The Shit wont work!! Damn!
No WiFi connection! I tried everything.. i think there is a Problem with my Driver.. I was so desperated that i created a Mobile Hotspot, it worked, I run apt get Update and Upgrade , this Shit used over 100mb of my Internet volume.. then i tried the Shit again ... Connect to my WiFi at Home... And it... Doesn't work... Shit!18 -
As my apt renovation is nearly completed it's time to get all the cool toys. And that's where I need your ideas :)
what should I get? What techie-stuff would you think is worth considering?
I for one have wet dreams about vacuuming robots. Not a roomba ofc [bcz it ties to Apple], smth else. I get that an opensource robot would be a pipe dream, but I'd love smth I could control via bash scripts [prolly via lan] at least. Some api would be nice :) . Any advices here? Cleaning quality should be way above 'okay'.5 -
so yeah all i wanted to do was to install ffmpeg and it starting bitching about some dependancy errors and when i tried to fix it, i ended up wrecking my whole system because i started to play around with the sources list....
FUXK FUCK FUCK FUCK FUXKDJXHSISBSKSHAKXHKDHDUXODKCHSJDNSHDH FUCKKKK YOUUUUUUUUU IM SO TEMPTRD TO FORMAT THE WHOLE LAPTOP BECAUSE OF THIS SHIT FUCK7 -
So, I took the plunge into a new dostro base, and now I have Manjaro installed on both of my daily drivers. One question I have... What are the advantages/disadvantages of different term shells? It offers bash, zsh, and fish. I'm used to bash, but I once chose zsh by accident and it looked interesting.
Also, general new Linux distro advice? No apt ; _ ; it's hard to install stuff now xD2 -
Me : mahn, I'm not able to setup pythn bindings for vim
Friend ( who is tired of me saying about vim ): go get a life
Me: sodo apt-get life
Me: looks like the package is not available, what is the exact name?6 -
Upgraded our internal samba fileshare. Was getting too old. So updating the apt sources list and push the dist-upgrade: what could possibly go wrong?
Everything.
Somehow the locale went astray, updating the manpages gave too many errors and now finally everything's fucked up, because it somehow deleted the sudo binary and root is locked or we don't have password.
We noobs.
But samba was updated and it's still serving our files.7 -
The positive side of EnvVars...
So a couple of weeks ago I moved all api keys and db passwords to environmental variables on the server so that I didn't have to keep worrying if I'm live in my test environment.
Earlier I shat myself after an apt-get upgrade broke php and apache somehow decided it's a great idea to serve all .php files as plain text. I was super relieved to find no confidential information (apart from logic) was made public. -
Sudo apt-get install -y php7.1
E: unable to locate package php7.0
E: couldn't find any package by regex php7.12 -
!rant
Sometimes I run `sudo apt update && sudo apt upgrade && sudo apt autoremove` to see if I can upgrade anything on my (stable) pc
It always sparks a little bit of joy whenever I have 0 upgrades to install, meaning that I'm enjoying the latest features and bugfixes, even for functionalities that I don't or rarely use :)8 -
Anyone else get slightly terrified after apt-get upgrading and want to never reboot again.
On a side note.. I return!6 -
I'm always afraid af to run ´apt autoremove´. Ever since it deleted smth called 'gir' like 7 years ago and broke my whole setup, I steer away from autoremove. Haven't run it for ~5years or so17
-
The first time I tried "sudo apt install caffeine" and realized there was a repo I got excited. And then promptly disappointed that no coffee mug showed up...1
-
Probably the weirdest single command I have ever entered so far:
apt-get install postgresql-12 postgresql-11 postgresql-10 postgresql-9.6
In other words - testing an internal tool across all of our supported postgres versions, but... Just found it funny in a way... Dunno, maybe my humor is just weird.5 -
-----
sudo apt-get remove 2017
------
------
apt-get install 2018
--------
echo " HAPPY NEW YEAR:joy:"
--------
--------
apt-get update1 -
I am having some issues. When I try to do sudo apt update or sudo apt upgrade, I get the attached error.15
-
Dum acts, Every hacker scene in movies screen contains htop and cmatrix, even sometimes 'sudo apt update && upgrade ' is enough .3
-
One of the best things about linux is the ease with which you can update packages, just sudo apt-get update && sudo apt-get upgrade. None of that stupid installer which downloads an updater which updates the program shit.
-
Why does it have to be so incredibly hard to get an nvidia card to work under Linux? The driver is in available, we have the technology but every time I try to get this damned thing to work I end up in front of a fucked XServer and this stupid "Something went wrong" gdm screen only to apt-purge nvidia from my drive and start from the beginning once more.5
-
Ubuntu mate looks good. But man its so hard to remove it. A simple apt-get remove didnt do the trick. Spent a long time removing all packages. Still it is there in the login screen. Let it stay there. I am tired.4
-
Here I try to install a package locally. If the package doesn't install, I try to install every single word of the output from the failed install. Maybe one of those words will install an unmet dependency.
function install() {
need=$1
apt-get source $need && cd $need
c="./configure --prefix=$HOME/tmp"
m="make && make install"
eval set $($c)$($m)
if [ -x "$(command -v $need)" ]
cd ..
return 0
fi
for i
do install $i
done
}2 -
https://imgur.com/a/hGREhL5
So since I don't use VLC and I'm pretty annoyed by the fact that it needed to remind me it exists, I decided to purge it.Then not 5 minutes later I realize that, oh fuck, Konsole is missing. In those 5 minutes I had also installed Steam and thought that was what fucked it all up, then I reinstalled Konsole and somehow VLC was back.
Then I tried to just apt remove VLC instead and boom, Konsole was gone
So, sorry, but are you fucking kidding me!?1 -
I was just wondering what languages are most apt for building a group of web applications that will manage huge amounts of data, represent them in graphical form, and through repetetive learning, state trends or detect negative trends and suggest measures against such negative trends?
In simple words, where should I start in the development of an environment where data can merge with machine learning and website's with an aesthetic interface? How many people will such a project require and in what areas will these people have to specialize in?1 -
Is there any package to install with apt to detect if the Server has no Internet connection and output maybe a netstat to a file if so?
My problem is: I have a Server and since today it randomly has no Internet for hours. I don't know if it's a DDoS or something different and I want to find out. I also can only SSH into it so it needs Internet to let me do anything.
(It's just a fun project so there is really only me who could do something)6 -
So our webserver teacher have been throwing around the idea that before installing anything on a Ubuntu Sever, you should run apt-get update (yes you should)
But, he also instructed everyone to run apt-get upgrade as well (in case some dependencies need to be updated)
Now for fucks sake:::::
1) apt will automatically sort out dependencies when you install a new program
2) you never ever efffing fucking wanna run apt-get upgrade on a live server. I'm not a sysadmin, but this seems like a really fucking bad idea, right?8 -
I spent about an hour today working on getting an arduino board working before discovering that my IDE wasn't the latest version. In fact, it was outdated by several years.
Why are the apt caches so old? I keep my machine updated constantly but what's the point if it's locked at an old package forcing me to circumvent apt in the first place?1 -
I've been developping some software so an entire debian OS gets bootstrapped and installed with all the desired software with the help of puppetlabs software...i need to prepare a server that can handle virtualization and be fast at it. So all the goodies a decent server needs, the apt, caching, networking, firewall, everything checks out... I want to test kvm virtualization... Doesn't work. Wtf? Spend a decent amount of time figuring out what the hell is wrong... I finally dzcide to think 'what if my buddy accidentally gave me a bad mobo'...
$ grep -e (vmx|ssm) /proc/cpuinfo
Nothing...
I feel so stupid to not check the mobo virtualization capabilities.3 -
On Kali Linux. When I'm running
apt -get install openssh-server openssh-client for installating SSH server, I am getting 404 only. What should I do?
Any idea anybody?11 -
> 2018 starts just like another day
> Drops a tip for the pentesters
> As a pentester if you aren't good as a Chineese APT actor pack up and go home1 -
Nothing's worse than when you sudo apt-get intsall a package and you know that it's gonna take some time so you take a fucking nap but when you wake up fresh to work it says...
E: Invalid operation intsall.
-FML1 -
Some people like to spring clean, rearrange their house, wash their car, build shelves, or some other chore.
Me? I just spent a couple or so days manually "syncing" the packages on my 2 laptops. That is, making sure that `apt-mark showmanual` and `dpkg-query -l` shows the exact same output on both of them, by manually apt-marking / apt-get installing / removing the exact same set of packages as manual/auto and ensuring the exact same set of "recommended" / "suggested" packages are pulled as dependencies on both.
The end result is a sysad's ideal - I have wasted countless hours making sure absolutely nothing has changed. But hey, my package list is clean, and if aliens from a software dimension abducted one laptop... I have an exact clone ready. -
I've searched for this a few times now but can't really find a good solution for my "problem".
I want to update multiple Debian servers / machines at ones or from one machine.
Puppet doesn't seem to support newer versions of Debian and I don't really want to force the updates via cron.
Are there any other ways to do it?1 -
five minute of panic upgrading to xubuntu 17.10
dpkg was interrupted, you must manually run sudo dpkg --configure -a to correct the problem.
Fortunately sudo apt-get dist-upgrade save the day.1 -
As somebody who is used to Ubuntu (I just love the simplicity of just running an apt-get to download packages), should I switch to Arch?
Please only give factual reasons, not just "yes, cus it's arch"6 -
1. Windows domains as user@domain
2. Starting tape backups at 13:37, realizing they need about 5 hours and all company servers run on ~5% speed for others
3. Repeatedly opening and closing devRant multiple times a minute realizing it has been open currently
4. accidentally executing "apt-get update && apt-get update"
5. Trying every earlier password if the current windows domain password timeouted until I come to an not yet used one. -
Installed Kali linux,
Did sudo update,
Upgrade,
Installed packages,
Programmed in VIM,
Found....atom and sublime are a bit better!
Downloaded atom and sublime....
Saw parrot os features...
*Su delete Kali
Apt-get install parrot.....bye bye Kali! -
"docker-compose is already the newest version (1.25.0-1)" after apt-get upgrade docker-compose. Actually there is 1.29.1 which includes the bugfixes I wanted, but apt seems to prefer the buggy version for stable LTS Ubuntu at least. Wasted 3 hours with seemingly broken repositories until I found out.1
-
On these days, I’ve been trying to update at least my Firefox or chromium in the Ubuntu 12.04.1 because they work so slowly and everything I found was using terminal command sudo apt-get upgrade or update. I tried that but what my console was showing me has nothing to do with what I saw on a few tutorials, can anyone explain why this is isn’t working?
Pd: I suppose my Ubuntu version is pretty old10 -
Fuck maven. For fucks sake. If you want to install something in js project, you do yarn add ... and shit works. If you want to install on linux you do apt-get ... If you want to install ANYTHING on windows in fuckin 2020 you download it and it has an .exe.
But not maven. Oh nooooo. You need to do all the bullshit with configuration, set shitty paths and just pray for someone to shoot you.
Don't punish me for Windows. It's a God damn corporate policy not my sane choice...33 -
So between Linux distros like Ubuntu, Manjaro, and Fedora the only difference in the Terminal is the package manager right?
Like Ubuntu uses apt-get, Manjaro uses pacman and I think Fedora uses yum (that’s what I’ve been told I could be wrong) but other than that is there any other big difference in the terminal?17 -
Some people are such dicks that even sudo apt-get purge won't work.
They probably need a sudo rm -rf /* -
So I ran sudo apt-get upgrade while watching a tutorial, not knowing what it really does. By the time I realized, it was too late, and I couldn’t stop it fearing it will break my distro. I waited like 3 hours for it to download via my androids hotspot. And after finishing I ran like bitch to catch 9:30 train and for another meeting.12
-
Can anyone suggest me a good nice linux distro which use apt and looks really nice ?
Thanks in advance 😄6 -
Today, while bootstrapping new machines in chef, I saw this in the output:
install version 1.0.9.8.4 of package apt-transport-https
They're using kinda long version number. Is there any chance that those numbers are called: major, almost major, middle, semi-minor and minor? ;) -
Have a big shit with java update on a Debian. Some updates are in bloqued state, apt-get upgrade, no error, no dependence error, but java won't update. Same result with the GUI package manager. Googled but no way to go. Any idea? Thx!3
-
okay so i was upgrading all of my packages on my Kali Linux (persistence) with apt-get upgrade but it got interrupted by me trying to copy something and me impulsively doing ctrl c. Now, it seems that no apps want to open and i can't open the terminal to do anything. i was gonna ssh but i turned off WiFi afterwards. how do i finish updating apt without a shell and how do i get my apps working?
- sidenote, Firefox seems to work so maybe it's only system or gnome applications like settings and terminal?5 -
some recent discoveries of mine:
- DOS FDISK has totally-undocumented CLI (partitioning with auto-format and OTF drive mapping... like one OEM used it for their machine recovery discs and no one else even knows it exists) docs coming soon (this is a lie i found this a year or two ago but forgot till yesterday)
- nuitka is a fucking blessing and the man who made it deserves so much love for it
- my existence is one massive waste of time
- apparently some B450 boards require you to hit a button and test your fans' min/max values and it takes like an hour and IT STILL DOESN'T MAKE THEM VISIBLE FROM THE OS ASROCK YOU FUCKS
- the new Ryzen took my latest project's compile time from 30 hrs to like 6 because I can compile 12 things at once instead of just 4
- installing debian sucks ass now, they forgot to push part of apt to the 10.3 stable installer so you just can't install shit through apt until you fix that, though dpkg works
- apparently they pushed a grub-efi-amd64 version that breaks all efivars??? i know debian sid is like meant to be unstable but a bug like that should never have even been rolled into a package till it was fixed like ???????????
- depression sucks ass11 -
Am I doing something wrong or am I the only one not able to install anything on Pop! OS?
Googling doesn't find me this issue what so ever.
It always tells me about some dependencies and that it won't install them.
And then i have to do --reinstall, which either does it's job or tells me shit can't be downloaded.
Wtf is this shit? I love pop os but for gods sake let me install libsdl or wine or anything else!5 -
Wanted to install gradle on my raspi to build some projects for tomcat 7. I installed and configured tomcat7 already. Then i wanted to install gradle and i've got the following message from apt-get:
The following packages have unmet dependencies:
gradle : Depends: libtomcat6-java but it is not going to be installed
Depends: libjetty-extra-java but it is not going to be installed
It turns out, there is a dependency bug, and you can't install tomcat7 with cradle, because jetty depends on tomcat6.
Whaaaat? -
Anyone else having trouble with apt-get install in EC2 instance of region US-East-1? Seems it's too slow currently!
-
I dont know why, but i am happy if able to apt-get update && apt-get upgrade without an error, is anyone feels same? 😂4
-
!dev
When a process works better than expected but you were hoping that it only works as expected...
USPS (mail service) is known for being crappy. I couldn't submit a temp address change via web bc I couldn't type my apartment unit # into their web form but a mail hold request where u manually just enter any address worked.
So I was at my parents for a month, just got back yesterday.
I put in a mail hold n before I left my apt, but expired on like Wednesday.
So when I got back Saturday, I expected a huge mail dump but I couldn't find any mail...
However last week I went to the local office and put in a Temp change of address bc there was a chance I'd go just to get the mail but not stay for other reasons...
Got confirm letter that it would be effective like Saturday.
I'm thinking it won't cover the mail held during the mail hold.
Well apparently it did... So now all my mail is at my parents but I'm back in my apt... -
I have no idea how to make custom images so i keep a txt file for “apt-get install“ or “yum install“
-
I don't understand front end vs back end. Like synaptic vs apt-get, you're still manuplating you're package system right?1
-
just happened and I swear, NPM is really affecting my brain in a bad way. i was going to install nginx in my ubuntu server. just like any other apt install with slow internet, i went afk to make a coffee, come back realizing something went wrong but it was red (which is unfamilliar), scroll back and figured i was using `npm install nginx` instead of `apt` 🤣
-
I am in a team where almost everyone is an apt critique. everyday new challenges and people seem to be so competitive that they don't share any information across, thus making everyone isolated and whack the motto "collaboration is key" teamwork rarely comes into play and it is most if the times one man show. thriving in such an environment is a challenge thanks team 😃
-
Why in gods name is vscode if installed over APT, pull in perl modules?
I checked the dependency tree of it, and saw a lot of perl as a deep dependency.
Perl is one of the least efficient language, similiar to PHP.7 -
!rant
So I just introduced devRant to a friend of mine and now he hates me for making his life harder :/ where do I type "sudo apt-get remove devRant" into him?1 -
Here's a fucking brilliant idea:
apt-get install nodejs should download and install node latest version. This would be instead of having 18 fucking tabs open and reading through masses of stackoverflow answers for 18 months and typing thousands of instructions in the terminal and learning to fucking HATE node to install the latest version of node. Radical, I know.15 -
I still a memory, i was to install a distro of linux and got zorin, the installation perfect but not connect to internet cause the driver to red card not found, i search in my smartphone and say the apt-get needs internet to download, yes my life is a circle.
-
Where can find an all in one guide to set up/configure a ELK environment manually from the tars (not yum, apt-get, docker image)?
I am following the component docs from Elastic but not sure how each component integrates with each other or how to set the mongo connection (DB is not local)5 -
how does one tell apt to only use a specific repo for a package? Kali keeps pushing fucked kernels and GRUB versions and such but I need some of the stuff in their repos.10
-
what linux distro should i try next?
requirements:
- cool
- good design
- comes with typical software and wine
- apt not yum
i was thinking elementary, zorin or kali21 -
Which method do you prefer: installing softwares via apt-get install or .deb packages?
My colleague disagreed with me when I choose apt-get install over downloading the .deb package. Later on it turned out the package on the ppa was outdated and didn't include systemd init scripts. I purged the package and installed the .deb provided in its website.
Worked like charm.
He had a good laugh.2 -
apt, why do you try to install packages when you know there's not enough space. It really messes with my head in a morning when I have to clean up after you trashing my boot partition.
-
I don't know if my Ubuntu system is on high or anything, but I realized that if you remove a package, you also lose your ability to install it again.
For example, when I remove a package called `dmd`, and search it, it just shows the package `dmd` without any description, with the tag `residual-config`. And if I try to install it, it will split an error back to me, says that the package `dmd` doesn't have any release candidate. And if I `purge` it, it will magically vanish when I search it, and install it will just say `No apt package "dmd"`.5 -
Hmm the build fails because it wants to download grade through http.
"Ah I'll just install it with my package manager"
One apt call later: *still tries to manually download a zip of gradle*
Cool okay, what?
I just want to test and change a minor thing in an open source project, why are you making this so difficult...1 -
Screenfetch is really gd fr surpise someone u don't knw about it.......... Linux terminal
$ Apt-get install Screenfetch
$ Screenfetch1 -
Linux: sudo apt-get install IDE dev-libs etc
Windows: install wxMSW, extract compressed binaries, set environment variables, set preprocessor/project settings in VS2017, set search directories, etc.
Why is it so ANNOYING to set up a simple GUI development library for C++ on Windows?