Jump to content

Question about Ubuntu / Linux program installtion

I am thinking about installing Ubuntu alongside with Windows but I got a question about program installations, the last time I installed Ubuntu I tried getting the AMD driver for my GPU, and I am guessing I had to do some script (that I could not find an easy tutorial on what script to type and what program to open to type this script) to actually install the driver, is this still a thing? Do you have to type in a script for every program you try to install or just drivers?

person below me is a scrub

Link to comment
Share on other sites

Link to post
Share on other sites

in my experience with ubuntu, it is best to use terminal (AKA command prompt) for everything when possible. You can then take your terminal skills and use them on mac and other linux variants, good skill to have.

 

I had some bad experiences attempting to install java using GUI interface, and terminal works like magic as long as you can find the repository and package.

 

just note, that installing windows and Ubuntu side by side will not be a simple install Ubuntu and everything works. You may get to a point where the computer only boots to Ubuntu and not windows anymore, and start to freak out like I did the first time. This is fixable, but will take some time to understand and most likely be linked to the grub loader that Ubuntu uses.

 

It has been too long since I last had to modify the boot configuration for both windows and ubuntu, as I now run VMs of Ubuntu instead.

 

I am thinking about installing Ubuntu alongside with Windows but I got a question about program installations, the last time I installed Ubuntu I tried getting the AMD driver for my GPU, and I am guessing I had to do some script (that I could not find an easy tutorial on what script to type and what program to open to type this script) to actually install the driver, is this still a thing? Do you have to type in a script for every program you try to install or just drivers?

Use the quote or multiquote, for faster responses \/ \/

Link to comment
Share on other sites

Link to post
Share on other sites

If you use xorg-edgers to install proprietary drivers, then you don't need to worry about driver updates. Simply typing in "sudo apt-get update" should take care of everything. 

Same goes for if you use open source drivers. "sudo apt-get update" updates packages if there's an update. 

 

https://launchpad.net/~xorg-edgers/+archive/ppa

 

"sudo apt-get dist-upgrade" is a bit riskier as it'll also install a newer kernel version, one that may be unstable on Ubuntu. On ElementaryOS for instance, dist-upgrade installs linux-3.5, which causes plenty of troubles (default kernel is 3.2). 

Interested in Linux, SteamOS and Open-source applications? Go here

Gaming Rig - CPU: i5 3570k @ Stock | GPU: EVGA Geforce 560Ti 448 Core Classified Ultra | RAM: Mushkin Enhanced Blackline 8GB DDR3 1600 | SSD: Crucial M4 128GB | HDD: 3TB Seagate Barracuda, 1TB WD Caviar Black, 1TB Seagate Barracuda | Case: Antec Lanboy Air | KB: Corsair Vengeance K70 Cherry MX Blue | Mouse: Corsair Vengeance M95 | Headset: Steelseries Siberia V2

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×